Home
last modified time | relevance | path

Searched defs:upb_json_printer (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c11213 struct upb_json_printer { struct
11214 upb_sink input_;
11216 void *subc_;
11217 upb_bytessink *output_;
11221 int depth_;
11251 upb_json_printer *p, const char *buf, unsigned int len) { in print_data() argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12011 struct upb_json_printer { struct
12012 upb_sink input_;
12014 void *subc_;
12015 upb_bytessink *output_;
12019 int depth_;
12029 bool first_elem_[UPB_MAX_HANDLER_DEPTH * 2];