Searched refs:SetEndStringHandler (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | test_cpp.cc | 720 ASSERT(!h.SetEndStringHandler(str, UpbMakeHandler(DoNothingHandler<T2>))); in RegisterMismatchedTypes() 721 ASSERT(h.SetEndStringHandler(str, UpbMakeHandler(DoNothingHandler<T1>))); in RegisterMismatchedTypes() 790 !h.SetEndStringHandler(r_str, UpbMakeHandler(DoNothingHandler<T2>))); in RegisterMismatchedTypes() 791 ASSERT(h.SetEndStringHandler(r_str, UpbMakeHandler(DoNothingHandler<T1>))); in RegisterMismatchedTypes()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.h | 514 bool SetEndStringHandler(FieldDefPtr f, const EndFieldHandler& h) { in SetEndStringHandler() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 393 ASSERT(h.SetEndStringHandler(f, UpbBind(endstr, new uint32_t(num)))); in reg_str()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4512 bool SetEndStringHandler(const FieldDef* f, const EndFieldHandler& h); 5982 inline bool Handlers::SetEndStringHandler(const FieldDef *f,
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 4502 bool SetEndStringHandler(FieldDefPtr f, const EndFieldHandler& h) { in SetEndStringHandler() function
|