/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | test_service_impl.cc | 133 class Reactor : public grpc::ServerUnaryReactor { in Echo() class 135 Reactor(CallbackTestServiceImpl* service, CallbackServerContext* ctx, in Echo() function in grpc::testing::CallbackTestServiceImpl::Echo::Reactor 335 class Reactor : public grpc::ServerUnaryReactor { in CheckClientInitialMetadata() class 337 explicit Reactor(CallbackServerContext* ctx) { in CheckClientInitialMetadata() function in grpc::testing::CallbackTestServiceImpl::CheckClientInitialMetadata::Reactor 370 class Reactor : public grpc::ServerReadReactor<EchoRequest> { in RequestStream() class 372 Reactor(CallbackServerContext* ctx, EchoResponse* response, in RequestStream() function in grpc::testing::CallbackTestServiceImpl::RequestStream::Reactor 453 class Reactor : public grpc::ServerWriteReactor<EchoResponse> { in ResponseStream() class 455 Reactor(CallbackServerContext* ctx, const EchoRequest* request, in ResponseStream() function in grpc::testing::CallbackTestServiceImpl::ResponseStream::Reactor 540 class Reactor : public grpc::ServerBidiReactor<EchoRequest, EchoResponse> { in BidiStream() class 542 explicit Reactor(CallbackServerContext* ctx) : ctx_(ctx) { in BidiStream() function in grpc::testing::CallbackTestServiceImpl::BidiStream::Reactor
|
H A D | hybrid_end2end_test.cc | 816 class Reactor : public ServerGenericBidiReactor { in TEST_P() class 818 Reactor() { StartRead(&request_); } in TEST_P() function in grpc::testing::__anon52bbb7df0111::TEST_P::GenericEchoService::CreateReactor::Reactor
|
H A D | client_callback_end2end_test.cc | 1410 class Reactor : public grpc::ClientBidiReactor<EchoRequest, EchoResponse> { in TEST_P() class 1412 explicit Reactor(grpc::testing::EchoTestService::Stub* stub) { in TEST_P() function in grpc::testing::__anon04fca8480111::TEST_P::Reactor
|
/aosp_15_r20/external/swiftshader/ |
H A D | CMakeLists.txt | 792 add_library(Reactor ALIAS ReactorLLVM) target 794 add_library(Reactor ALIAS ReactorLLVMSubmodule) target 796 add_library(Reactor ALIAS ReactorSubzero) target
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/cancellation/ |
H A D | server.cc | 47 class Reactor : public ServerBidiReactor<HelloRequest, HelloReply> { in SayHelloBidiStream() class 49 explicit Reactor() { StartRead(&request_); } in SayHelloBidiStream() function in KeyValueStoreServiceImpl::SayHelloBidiStream::Reactor
|
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/ |
H A D | server_callback.cc | 47 class Reactor in StreamingCall() class 51 Reactor() { StartRead(&request_); } in StreamingCall() function in grpc::testing::BenchmarkCallbackServiceImpl::StreamingCall::Reactor
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/interceptors/ |
H A D | server.cc | 90 class Reactor : public ServerBidiReactor<Request, Response> { in GetValues() class 92 explicit Reactor() { StartRead(&request_); } in GetValues() function in KeyValueStoreServiceImpl::GetValues::Reactor
|
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/ |
H A D | callback_test_service.cc | 66 class Reactor : public ServerBidiReactor<EchoRequest, EchoResponse> { in BidiStream() class 68 explicit Reactor(CallbackServerContext* context) { in BidiStream() function in grpc::testing::CallbackStreamingTestService::BidiStream::Reactor
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/orca/ |
D | orca_service.cc | 66 class OrcaService::Reactor : public ServerWriteReactor<ByteBuffer>, class in grpc::experimental::OrcaService 69 explicit Reactor(OrcaService* service, const ByteBuffer* request_buffer) in Reactor() function in grpc::experimental::OrcaService::Reactor
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/orca/ |
H A D | orca_service.cc | 65 class OrcaService::Reactor : public ServerWriteReactor<ByteBuffer>, class in grpc::experimental::OrcaService 68 explicit Reactor(OrcaService* service, const ByteBuffer* request_buffer) in Reactor() function in grpc::experimental::OrcaService::Reactor
|
/aosp_15_r20/external/crosvm/cros_async/src/ |
H A D | common_executor.rs | 36 pub trait Reactor: Send + Sync + Sized { trait
|
/aosp_15_r20/external/swiftshader/docs/ |
H A D | Index.md | 30 ### Reactor subsection
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | reactor.cc | 99 Reactor::Reactor() : epoll_fd_(0), control_fd_(0), is_running_(false) { in Reactor() function in bluetooth::os::Reactor
|