Home
last modified time | relevance | path

Searched defs:StubOptions (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dstub_options.h28 explicit StubOptions(const char* suffix_for_stats) in StubOptions() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dstub_options.h28 explicit StubOptions(const char* suffix_for_stats) in StubOptions() function
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dstub_options.h28 explicit StubOptions(const char* suffix_for_stats) in StubOptions() function
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/
H A Dmonster_test.grpc.fb.cc26 …onst std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& /*options*/) { in NewStub()
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test.grpc.fb.cc26 …onst std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& /*options*/) { in NewStub()
H A Dmonster_test_generated.grpc.fb.cc25 …onst std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& /*options*/) { in NewStub()
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/
H A Dmonster_test.grpc.fb.cc26 …onst std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& /*options*/) { in NewStub()
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/filesuffix_only/
H A Dmonster_test.grpc.fb.cc26 …onst std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& /*options*/) { in NewStub()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/beta/
H A Dimplementations.py135 class StubOptions(object): class