Home
last modified time | relevance | path

Searched refs:tag_t (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c8798 } tag_t; typedef
8805 tag_t *tag = malloc(sizeof(tag_t)); in new_tag()
8813 static bool encode_tag(upb_pb_encoder *e, const tag_t *tag) { in encode_tag()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9509 } tag_t; typedef
9516 tag_t *tag = upb_gmalloc(sizeof(tag_t)); in new_tag()
9524 static bool encode_tag(upb_pb_encoder *e, const tag_t *tag) { in encode_tag()