Searched refs:global_method (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 448 upb::pb::DecoderMethodPtr global_method; variable 540 upb::pb::DecoderPtr decoder = CreateDecoder(env.arena(), global_method, sink, env.status()); in run_decoder() 853 CreateDecoder(&arena, global_method, sink, &status); in test_valid() 1115 global_method = pb_code_cache.Get(md); in test_emptyhandlers() 1135 upb::Sink sink(global_method.dest_handlers(), &closures[0]); in test_emptyhandlers() 1137 CreateDecoder(env.arena(), global_method, sink, env.status()); in test_emptyhandlers() 1157 global_method = pb_code_cache.Get(md); in run_tests()
|