Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc720 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/
Dhandlers.h514 bool SetEndStringHandler(FieldDefPtr f, const EndFieldHandler& h) { in SetEndStringHandler() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc393 ASSERT(h.SetEndStringHandler(f, UpbBind(endstr, new uint32_t(num)))); in reg_str()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4512 bool SetEndStringHandler(const FieldDef* f, const EndFieldHandler& h);
5982 inline bool Handlers::SetEndStringHandler(const FieldDef *f,
/external/protobuf/php/ext/google/protobuf/
Dupb.h4502 bool SetEndStringHandler(FieldDefPtr f, const EndFieldHandler& h) { in SetEndStringHandler() function