Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc630 void DoNothingInt32Handler(C* closure, int32_t val) { in DoNothingInt32Handler() function
702 ASSERT(h.SetInt32Handler(i32, UpbMakeHandler(DoNothingInt32Handler<T1>))); in RegisterMismatchedTypes()
771 ASSERT(!h.SetInt32Handler(r_i32, UpbMakeHandler(DoNothingInt32Handler<T2>))); in RegisterMismatchedTypes()
772 ASSERT(h.SetInt32Handler(r_i32, UpbMakeHandler(DoNothingInt32Handler<T1>))); in RegisterMismatchedTypes()
823 ASSERT(h.SetInt32Handler(r_i32, UpbMakeHandler(DoNothingInt32Handler<T1>))); in RegisterMismatchedTypes2()