Home
last modified time | relevance | path

Searched refs:OP_SUBMSG (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c246 #define OP_SUBMSG 6 macro
286 OP_SUBMSG, /* MESSAGE */
304 OP_SUBMSG, /* REPEATED GROUP */
305 OP_SUBMSG, /* REPEATED MESSAGE */
526 case OP_SUBMSG: { in decode_toarray()
629 if (op == OP_SUBMSG && *oneof_case != field->number) { in decode_tomsg()
639 case OP_SUBMSG: { in decode_tomsg()
728 op = OP_SUBMSG; in decode_msg()
792 #undef OP_SUBMSG macro
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c234 #define OP_SUBMSG 5 macro
271 OP_SUBMSG, /* MESSAGE */
289 OP_SUBMSG, /* REPEATED GROUP */
290 OP_SUBMSG, /* REPEATED MESSAGE */
474 case OP_SUBMSG: { in decode_toarray()
585 case OP_SUBMSG: { in decode_tomsg()
671 op = OP_SUBMSG; in decode_msg()
735 #undef OP_SUBMSG macro

Completed in 33 milliseconds