Home
last modified time | relevance | path

Searched refs:grpc_version_string (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dversion.cc26 const char* grpc_version_string(void) { return "15.0.0"; } in grpc_version_string() function
/third_party/grpc/templates/src/core/lib/surface/
Dversion.cc.template28 const char* grpc_version_string(void) { return "${settings.core_version}"; }
/third_party/grpc/
Dgrpc.def20 grpc_version_string
/third_party/grpc/include/grpc/
Dgrpc.h93 GRPCAPI const char* grpc_version_string(void);
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c89 printf("%lx", (unsigned long) grpc_version_string); in main()
/third_party/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc545 absl::StrFormat("grpc-c/%s (%s; %s)", grpc_version_string(), in user_agent_from_args()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc231 grpc_version_string())), in XdsApi()
345 node_msg, upb_strview_makez(grpc_version_string())); in PopulateNode()
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc565 grpc_version_string())), in XdsApi()
706 node_msg, upb_strview_makez(grpc_version_string())); in PopulateNode()
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1293 return grpc_version_string(); in grpcsharp_version_string()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h100 #define grpc_version_string grpc_version_string_import macro