Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/grpc/src/compiler/
H A Dcpp_generator.cc1619 int extra_method_param_count; in PrintMockClientMethods() member
1651 flatbuffers::NumToString(3 + async_prefix.extra_method_param_count); in PrintMockClientMethods()
1670 flatbuffers::NumToString(3 + async_prefix.extra_method_param_count); in PrintMockClientMethods()
1690 flatbuffers::NumToString(2 + async_prefix.extra_method_param_count); in PrintMockClientMethods()
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dcpp_generator.cc2235 int extra_method_param_count; in PrintMockClientMethods() member
2262 std::to_string(3 + async_prefix.extra_method_param_count); in PrintMockClientMethods()
2279 std::to_string(3 + async_prefix.extra_method_param_count); in PrintMockClientMethods()
2297 std::to_string(2 + async_prefix.extra_method_param_count); in PrintMockClientMethods()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dcpp_generator.cc2235 int extra_method_param_count; in PrintMockClientMethods() member
2262 std::to_string(3 + async_prefix.extra_method_param_count); in PrintMockClientMethods()
2279 std::to_string(3 + async_prefix.extra_method_param_count); in PrintMockClientMethods()
2297 std::to_string(2 + async_prefix.extra_method_param_count); in PrintMockClientMethods()