Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc1110 upb::HandlerCache handler_cache(empty_callback, &handlerdata); in test_emptyhandlers() local
1111 upb::pb::CodeCache pb_code_cache(&handler_cache); in test_emptyhandlers()
1114 global_handlers = handler_cache.Get(md); in test_emptyhandlers()
1152 upb::HandlerCache handler_cache(callback, &handlerdata); in run_tests() local
1153 upb::pb::CodeCache pb_code_cache(&handler_cache); in run_tests()
1156 global_handlers = handler_cache.Get(md); in run_tests()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc852 upb::HandlerCache handler_cache(&RegisterMismatchedTypes, nullptr); in TestMismatchedTypes() local
857 handler_cache.Get(md); in TestMismatchedTypes()