Home
last modified time | relevance | path

Searched refs:grpc_g_stands_for (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dversion.cc28 const char* grpc_g_stands_for(void) { return "gao"; } in grpc_g_stands_for() function
/external/grpc-grpc/templates/src/core/lib/surface/
Dversion.cc.template30 const char* grpc_g_stands_for(void) { return "${settings.g_stands_for}"; }
/external/grpc-grpc/
Dgrpc.def20 grpc_g_stands_for
/external/grpc-grpc/include/grpc/
Dgrpc.h92 GRPCAPI const char* grpc_g_stands_for(void);
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c82 printf("%lx", (unsigned long) grpc_g_stands_for); in main()
/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc513 grpc_g_stands_for()); in user_agent_from_args()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h100 #define grpc_g_stands_for grpc_g_stands_for_import macro
/external/grpc-grpc/src/objective-c/tests/
DGRPCClientTests.m302 stringByAppendingString:[NSString stringWithUTF8String:grpc_g_stands_for()]];