Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.c46 ok = upb_handlers_getselector(f, type, &sel); in trygetsel()
287 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type, in upb_handlers_getselector() function
Dhandlers.h235 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type,
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc59 ASSERT(upb_handlers_getselector(f.ptr(), UPB_HANDLER_STARTSTR, &start)); in CallAndVerify()
61 ASSERT(upb_handlers_getselector(f.ptr(), UPB_HANDLER_STRING, &str)); in CallAndVerify()
446 ASSERT(upb_handlers_getselector(f.ptr(), UPB_HANDLER_INT32, &s)); in CallAndVerify()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c450 bool ok = upb_handlers_getselector(f, type, &selector); in getsel()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c393 bool ok = upb_handlers_getselector(p->top->f, type, &sel); in getsel_for_handlertype()
2027 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c965 bool ok = upb_handlers_getselector(f, type, &ret); in getsel()
Dupb.c1408 if (upb_handlers_getselector(f, type, &sel)) upb_inttable_insert(&t, sel, v); in assign_msg_indices()
4029 if (!upb_handlers_getselector(f, type, &sel)) { in trygetsel()
4447 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type, in upb_handlers_getselector() function
9996 bool ok = upb_handlers_getselector(f, type, &selector); in getsel()
12990 bool ok = upb_handlers_getselector(p->top->f, type, &sel); in getsel_for_handlertype()
14655 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
Dupb.h4890 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type,
6035 return upb_handlers_getselector(f, type, s);
/external/protobuf/php/ext/google/protobuf/
Dupb.c1351 if (upb_handlers_getselector(f, type, &sel)) { upb_inttable_insert(&t, sel, v); } in assign_msg_indices()
3301 ok = upb_handlers_getselector(f, type, &sel); in trygetsel()
3563 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type, in upb_handlers_getselector() function
6245 bool ok = upb_handlers_getselector(f, type, &selector); in getsel()
9166 bool ok = upb_handlers_getselector(p->top->f, type, &sel); in getsel_for_handlertype()
10808 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
Dencode_decode.c1095 bool ok = upb_handlers_getselector(f, type, &ret); in getsel()
Dupb.h4219 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type,
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl391 bool ok = upb_handlers_getselector(p->top->f, type, &sel);
2025 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel);