Searched refs:upb_pb_encoder (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 197 upb_pb_encoder* encoder; in PHP_METHOD()
|
D | upb.c | 8594 struct upb_pb_encoder { struct 8630 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) { in putbuf() argument 8635 static upb_pb_encoder_segment *top(upb_pb_encoder *e) { in top() 8641 static bool reserve(upb_pb_encoder *e, size_t bytes) { in reserve() 8671 static void encoder_advance(upb_pb_encoder *e, size_t bytes) { in encoder_advance() 8678 static bool commit(upb_pb_encoder *e) { in commit() 8693 static bool encode_bytes(upb_pb_encoder *e, const void *data, size_t len) { in encode_bytes() 8705 static void accumulate(upb_pb_encoder *e) { in accumulate() 8717 static bool start_delim(upb_pb_encoder *e) { in start_delim() 8761 static bool end_delim(upb_pb_encoder *e) { in end_delim() [all …]
|
D | upb.h | 7849 UPB_DECLARE_TYPE(upb::pb::Encoder, upb_pb_encoder) 7888 upb_sink *upb_pb_encoder_input(upb_pb_encoder *p); 7889 upb_pb_encoder* upb_pb_encoder_create(upb_env* e, const upb_handlers* h,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9305 struct upb_pb_encoder { struct 9341 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) { in putbuf() argument 9346 static upb_pb_encoder_segment *top(upb_pb_encoder *e) { in top() 9352 static bool reserve(upb_pb_encoder *e, size_t bytes) { in reserve() 9382 static void encoder_advance(upb_pb_encoder *e, size_t bytes) { in encoder_advance() 9389 static bool commit(upb_pb_encoder *e) { in commit() 9404 static bool encode_bytes(upb_pb_encoder *e, const void *data, size_t len) { in encode_bytes() 9416 static void accumulate(upb_pb_encoder *e) { in accumulate() 9428 static bool start_delim(upb_pb_encoder *e) { in start_delim() 9472 static bool end_delim(upb_pb_encoder *e) { in end_delim() [all …]
|
D | encode_decode.c | 1166 upb_pb_encoder* encoder; in Message_encode()
|
D | upb.h | 8149 UPB_DECLARE_TYPE(upb::pb::Encoder, upb_pb_encoder) 8188 upb_sink *upb_pb_encoder_input(upb_pb_encoder *p); 8189 upb_pb_encoder* upb_pb_encoder_create(upb_env* e, const upb_handlers* h,
|