Home
last modified time | relevance | path

Searched defs:match_case (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc531 void Add(int match_case, std::vector<uint8_t> emit, int consumed_bits) { in Add()
558 int match_case; member
1301 auto add_case = [&match_cases](MatchCase match_case) { in AddStep()
1346 std::string ofs, const MatchCase& match_case, in AddMatchBody()
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Dgen_huffman_decompressor.cc570 void Add(int match_case, std::vector<uint8_t> emit, int consumed_bits) { in Add()
597 int match_case; member
1413 auto add_case = [&match_cases](MatchCase match_case) { in AddStep()
1458 std::string ofs, const MatchCase& match_case, in AddMatchBody()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/config/ftrace/
H A Dftrace_config.pb.h1723 inline FtraceConfig_PrintFilter_Rule::MatchCase FtraceConfig_PrintFilter_Rule::match_case() const { in match_case() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/config/ftrace/
Dftrace_config.pb.h2066 inline FtraceConfig_PrintFilter_Rule::MatchCase FtraceConfig_PrintFilter_Rule::match_case() const { in match_case() function
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c1910 match_case_ty match_case = (match_case_ty)asdl_seq_GET( in find_ann() local