Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc723 ASSERT(!h.SetStartSubMessageHandler( in RegisterMismatchedTypes()
725 ASSERT(h.SetStartSubMessageHandler( in RegisterMismatchedTypes()
774 ASSERT(!h.SetStartSubMessageHandler( in RegisterMismatchedTypes()
776 ASSERT(h.SetStartSubMessageHandler( in RegisterMismatchedTypes()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h553 bool SetStartSubMessageHandler(FieldDefPtr f, const StartFieldHandler& h) { in SetStartSubMessageHandler() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc384 h.SetStartSubMessageHandler(f, UpbBind(startsubmsg, new uint32_t(num)))); in reg_subm()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4545 bool SetStartSubMessageHandler(const FieldDef* f, const StartFieldHandler& h);
6003 inline bool Handlers::SetStartSubMessageHandler(
/external/protobuf/php/ext/google/protobuf/
Dupb.h4541 bool SetStartSubMessageHandler(FieldDefPtr f, const StartFieldHandler& h) { in SetStartSubMessageHandler() function