Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc733 ASSERT(!h.SetStartSequenceHandler( in RegisterMismatchedTypes()
735 ASSERT(h.SetStartSequenceHandler( in RegisterMismatchedTypes()
743 ASSERT(!h.SetStartSequenceHandler( in RegisterMismatchedTypes()
745 ASSERT(h.SetStartSequenceHandler( in RegisterMismatchedTypes()
753 ASSERT(!h.SetStartSequenceHandler( in RegisterMismatchedTypes()
755 ASSERT(h.SetStartSequenceHandler( in RegisterMismatchedTypes()
827 ASSERT(!h.SetStartSequenceHandler( in RegisterMismatchedTypes2()
829 ASSERT(h.SetStartSequenceHandler( in RegisterMismatchedTypes2()
843 ASSERT(!h.SetStartSequenceHandler( in RegisterMismatchedTypes2()
845 ASSERT(h.SetStartSequenceHandler( in RegisterMismatchedTypes2()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc351 ASSERT(h.SetStartSequenceHandler(f, UpbBind(startseq, new uint32_t(num)))); in doreg()
375 ASSERT(h.SetStartSequenceHandler(f, UpbBind(startseq, new uint32_t(num)))); in regseq()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h533 bool SetStartSequenceHandler(FieldDefPtr f, const StartFieldHandler &h) { in SetStartSequenceHandler() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4528 bool SetStartSequenceHandler(const FieldDef* f, const StartFieldHandler& h);
5996 inline bool Handlers::SetStartSequenceHandler(
/external/protobuf/php/ext/google/protobuf/
Dupb.h4521 bool SetStartSequenceHandler(FieldDefPtr f, const StartFieldHandler &h) { in SetStartSequenceHandler() function