Searched defs:async_prefixes (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/flatbuffers/grpc/src/compiler/ |
H A D | cpp_generator.cc | 157 } async_prefixes[] = { { "Async", ", void* tag", ", tag" }, in PrintHeaderClientMethodInterfaces() local 373 } async_prefixes[] = { { "Async", ", void* tag", ", tag" }, in PrintHeaderClientMethod() local 1203 } async_prefixes[] = { { "Async", "true", ", void* tag", ", tag" }, in PrintSourceClientMethod() local 1620 } async_prefixes[] = { { "Async", ", void* tag", 1 }, in PrintMockClientMethods() local
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | cpp_generator.cc | 202 } async_prefixes[] = {{"Async", ", void* tag", ", tag"}, in PrintHeaderClientMethodInterfaces() local 400 } async_prefixes[] = {{"Async", ", void* tag", ", tag"}, in PrintHeaderClientMethod() local 1694 } async_prefixes[] = {{"Async", "true", ", void* tag", ", tag"}, in PrintSourceClientMethod() local 2236 } async_prefixes[] = {{"Async", ", void* tag", 1}, {"PrepareAsync", "", 0}}; in PrintMockClientMethods() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | cpp_generator.cc | 202 } async_prefixes[] = {{"Async", ", void* tag", ", tag"}, in PrintHeaderClientMethodInterfaces() local 400 } async_prefixes[] = {{"Async", ", void* tag", ", tag"}, in PrintHeaderClientMethod() local 1694 } async_prefixes[] = {{"Async", "true", ", void* tag", ", tag"}, in PrintSourceClientMethod() local 2236 } async_prefixes[] = {{"Async", ", void* tag", 1}, {"PrepareAsync", "", 0}}; in PrintMockClientMethods() local
|