Home
last modified time | relevance | path

Searched refs:GRPC_CPP_VERSION_STRING (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dversion_cc.cc24 std::string Version() { return GRPC_CPP_VERSION_STRING; } in Version()
/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dversion_cc.cc24 std::string Version() { return GRPC_CPP_VERSION_STRING; } in Version()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/
H A Dversion_info.h25 #define GRPC_CPP_VERSION_STRING "1.63.1" macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dversion_info.h25 #define GRPC_CPP_VERSION_STRING "1.56.2" macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dversion_info.h25 #define GRPC_CPP_VERSION_STRING "1.56.2" macro
/aosp_15_r20/external/grpc-grpc/templates/include/grpcpp/
H A Dversion_info.h.template27 #define GRPC_CPP_VERSION_STRING "${settings.cpp_version}"
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/otel/
H A Dotel_plugin.cc351 auto meter = meter_provider_->GetMeter("grpc-c++", GRPC_CPP_VERSION_STRING); in OpenTelemetryPlugin()