Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.c83 if (type == UPB_HANDLER_STRING) { in doset()
131 UPB_ASSERT(type != UPB_HANDLER_STRING); in effective_closure_type()
141 if (type == UPB_HANDLER_STRING && in effective_closure_type()
199 SETTER(string, upb_string_handlerfunc*, UPB_HANDLER_STRING) in SETTER()
303 case UPB_HANDLER_STRING: in upb_handlers_getselector()
Dhandlers.h58 UPB_HANDLER_STRING, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c531 upb_handlers_gethandler(h, getsel(f, UPB_HANDLER_STRING), NULL) || in haslazyhandlers()
621 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield()
637 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c1271 multipart_start(p, getsel_for_handlertype(p, UPB_HANDLER_STRING)); in start_stringval()
1304 sel = getsel_for_handlertype(p, UPB_HANDLER_STRING); in end_any_stringval()
1354 if (!base64_push(p, getsel_for_handlertype(p, UPB_HANDLER_STRING), in end_stringval_nontop()
1826 p, getsel_for_handlertype(p, UPB_HANDLER_STRING), in end_fieldmask_path()
1893 sel = getsel_for_handlertype(p, UPB_HANDLER_STRING); in parse_mapentry_key()
2366 sel = getsel_for_handlertype(p, UPB_HANDLER_STRING); in end_any_object()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl1269 multipart_start(p, getsel_for_handlertype(p, UPB_HANDLER_STRING));
1302 sel = getsel_for_handlertype(p, UPB_HANDLER_STRING);
1352 if (!base64_push(p, getsel_for_handlertype(p, UPB_HANDLER_STRING),
1824 p, getsel_for_handlertype(p, UPB_HANDLER_STRING),
1891 sel = getsel_for_handlertype(p, UPB_HANDLER_STRING);
2364 sel = getsel_for_handlertype(p, UPB_HANDLER_STRING);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc61 ASSERT(upb_handlers_getselector(f.ptr(), UPB_HANDLER_STRING, &str)); in CallAndVerify()