Searched defs:upb_pb_encoder (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c8594 struct upb_pb_encoder { struct
8630 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) {
8635 static upb_pb_encoder_segment *top(upb_pb_encoder *e) {
8641 static bool reserve(upb_pb_encoder *e, size_t bytes) {
8671 static void encoder_advance(upb_pb_encoder *e, size_t bytes) {
8678 static bool commit(upb_pb_encoder *e) {
8693 static bool encode_bytes(upb_pb_encoder *e, const void *data, size_t len) {
8705 static void accumulate(upb_pb_encoder *e) {
8717 static bool start_delim(upb_pb_encoder *e) {
8761 static bool end_delim(upb_pb_encoder *
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c9305 struct upb_pb_encoder { struct
9341 static void putbuf(upb_pb_encoder *e, const char *buf, size_t len) {
9346 static upb_pb_encoder_segment *top(upb_pb_encoder *e) {
9352 static bool reserve(upb_pb_encoder *e, size_t bytes) {
9382 static void encoder_advance(upb_pb_encoder *e, size_t bytes) {
9389 static bool commit(upb_pb_encoder *e) {
9404 static bool encode_bytes(upb_pb_encoder *e, const void *data, size_t len) {
9416 static void accumulate(upb_pb_encoder *e) {
9428 static bool start_delim(upb_pb_encoder *e) {
9472 static bool end_delim(upb_pb_encoder *
[all...]

Completed in 110 milliseconds