Home
last modified time | relevance | path

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

/external/flatbuffers/grpc/src/compiler/
Dcpp_generator.cc190 } async_prefixes[] = {{"Async", ", void* tag", ", tag"}, in PrintHeaderClientMethodInterfaces() local
199 for (size_t i = 0; i < sizeof(async_prefixes)/sizeof(async_prefixes[0]); i ++) { in PrintHeaderClientMethodInterfaces()
200 auto& async_prefix = async_prefixes[i]; in PrintHeaderClientMethodInterfaces()
231 for (size_t i = 0; i < sizeof(async_prefixes)/sizeof(async_prefixes[0]); i ++) { in PrintHeaderClientMethodInterfaces()
232 auto& async_prefix = async_prefixes[i]; in PrintHeaderClientMethodInterfaces()
265 for (size_t i = 0; i < sizeof(async_prefixes)/sizeof(async_prefixes[0]); i ++) { in PrintHeaderClientMethodInterfaces()
266 auto& async_prefix = async_prefixes[i]; in PrintHeaderClientMethodInterfaces()
298 for (size_t i = 0; i < sizeof(async_prefixes)/sizeof(async_prefixes[0]); i ++) { in PrintHeaderClientMethodInterfaces()
299 auto& async_prefix = async_prefixes[i]; in PrintHeaderClientMethodInterfaces()
321 for (size_t i = 0; i < sizeof(async_prefixes)/sizeof(async_prefixes[0]); i ++) { in PrintHeaderClientMethodInterfaces()
[all …]
/external/grpc-grpc/src/compiler/
Dcpp_generator.cc177 } async_prefixes[] = {{"Async", ", void* tag", ", tag"}, in PrintHeaderClientMethodInterfaces() local
186 for (auto async_prefix : async_prefixes) { in PrintHeaderClientMethodInterfaces()
217 for (auto async_prefix : async_prefixes) { in PrintHeaderClientMethodInterfaces()
250 for (auto async_prefix : async_prefixes) { in PrintHeaderClientMethodInterfaces()
282 for (auto async_prefix : async_prefixes) { in PrintHeaderClientMethodInterfaces()
304 for (auto async_prefix : async_prefixes) { in PrintHeaderClientMethodInterfaces()
319 for (auto async_prefix : async_prefixes) { in PrintHeaderClientMethodInterfaces()
335 for (auto async_prefix : async_prefixes) { in PrintHeaderClientMethodInterfaces()
350 for (auto async_prefix : async_prefixes) { in PrintHeaderClientMethodInterfaces()
375 } async_prefixes[] = {{"Async", ", void* tag", ", tag"}, in PrintHeaderClientMethod() local
[all …]