Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dprinter.h25 typedef struct upb_json_printer upb_json_printer; typedef
Dprinter.c18 struct upb_json_printer { struct
19 upb_sink input_;
21 void *subc_;
22 upb_bytessink output_;
26 int depth_;
59 } upb_json_printercache; argument
/external/protobuf/php/ext/google/protobuf/
Dupb.c12238 struct upb_json_printer { struct
12239 upb_sink input_;
12241 void *subc_;
12242 upb_bytessink output_;
12246 int depth_;
12279 } upb_json_printercache; argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c16100 struct upb_json_printer { struct
16101 upb_sink input_;
16103 void *subc_;
16104 upb_bytessink *output_;
16108 int depth_;
16118 bool first_elem_[UPB_MAX_HANDLER_DEPTH * 2];
16123 int64_t seconds;
16124 int32_t nanos;