GRPC C++  1.26.0
Data Fields
grpc_json_reader Struct Reference

#include <json_reader.h>

Data Fields

void * userdata
 
grpc_json_reader_vtablevtable
 
int depth
 
int in_object
 
int in_array
 
int escaped_string_was_key
 
int container_just_begun
 
uint16_t unicode_char
 
uint16_t unicode_high_surrogate
 
grpc_json_reader_state state
 

Field Documentation

◆ container_just_begun

int grpc_json_reader::container_just_begun

◆ depth

int grpc_json_reader::depth

◆ escaped_string_was_key

int grpc_json_reader::escaped_string_was_key

◆ in_array

int grpc_json_reader::in_array

◆ in_object

int grpc_json_reader::in_object

◆ state

grpc_json_reader_state grpc_json_reader::state

◆ unicode_char

uint16_t grpc_json_reader::unicode_char

◆ unicode_high_surrogate

uint16_t grpc_json_reader::unicode_high_surrogate

◆ userdata

void* grpc_json_reader::userdata

◆ vtable

grpc_json_reader_vtable* grpc_json_reader::vtable

The documentation for this struct was generated from the following file: