Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc98 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
116 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
175 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
193 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
253 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
272 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
314 ASSERT(h.SetStartMessageHandler(UpbMakeHandler(&Handler))); in Register()
330 ASSERT(h.SetStartMessageHandler(UpbMakeHandler(&Handler))); in Register()
346 ASSERT(h.SetStartMessageHandler(UpbMakeHandler(&ME::Handler))); in Register()
361 ASSERT(h.SetStartMessageHandler(UpbMakeHandler(&ME::Handler))); in Register()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc406 h.SetStartMessageHandler(UpbMakeHandler(startmsg)); in callback()
407 h.SetEndMessageHandler(UpbMakeHandler(endmsg)); in callback()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h286 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>() macro
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4673 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
4683 #define UpbMakeHandler(f) upb::MatchFunc(f).GetFunc<f>()
/external/protobuf/php/ext/google/protobuf/
Dupb.h4274 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>() macro