Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc625 void DoNothingHandler(C* closure) { in DoNothingHandler() function
707 ASSERT(!h.SetStartMessageHandler(UpbMakeHandler(DoNothingHandler<T2>))); in RegisterMismatchedTypes()
708 ASSERT(h.SetStartMessageHandler(UpbMakeHandler(DoNothingHandler<T1>))); in RegisterMismatchedTypes()
720 ASSERT(!h.SetEndStringHandler(str, UpbMakeHandler(DoNothingHandler<T2>))); in RegisterMismatchedTypes()
721 ASSERT(h.SetEndStringHandler(str, UpbMakeHandler(DoNothingHandler<T1>))); in RegisterMismatchedTypes()
729 !h.SetEndSubMessageHandler(msg, UpbMakeHandler(DoNothingHandler<T2>))); in RegisterMismatchedTypes()
731 h.SetEndSubMessageHandler(msg, UpbMakeHandler(DoNothingHandler<T1>))); in RegisterMismatchedTypes()
739 r_i32, UpbMakeHandler(DoNothingHandler<T2>))); in RegisterMismatchedTypes()
741 r_i32, UpbMakeHandler(DoNothingHandler<T1>))); in RegisterMismatchedTypes()
749 r_msg, UpbMakeHandler(DoNothingHandler<T2>))); in RegisterMismatchedTypes()
[all …]