Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.c72 #define OP_SUBMSG 6 macro
112 OP_SUBMSG, /* MESSAGE */
130 OP_SUBMSG, /* REPEATED GROUP */
131 OP_SUBMSG, /* REPEATED MESSAGE */
383 case OP_SUBMSG: { in decode_toarray()
483 if (op == OP_SUBMSG && *oneof_case != field->number) { in decode_tomsg()
493 case OP_SUBMSG: { in decode_tomsg()
596 op = OP_SUBMSG; in decode_msg()
702 #undef OP_SUBMSG