HomeSort by relevance Sort by last modified time
    Searched defs:has_sync_methods (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/include/grpcpp/impl/
server_builder_plugin.h 60 virtual bool has_sync_methods() const { return false; } function in class:grpc::ServerBuilderPlugin
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_reporting_service_server_builder_plugin.cc 28 bool LoadReportingServiceServerBuilderPlugin::has_sync_methods() const { function in class:grpc::load_reporter::LoadReportingServiceServerBuilderPlugin
  /external/grpc-grpc/src/cpp/ext/
proto_server_reflection_plugin.cc 47 bool ProtoServerReflectionPlugin::has_sync_methods() const { function in class:grpc::reflection::ProtoServerReflectionPlugin
  /external/grpc-grpc/src/cpp/server/
server_builder.cc 215 bool has_sync_methods = false; local
218 has_sync_methods = true;
223 if (!has_sync_methods) {
225 if ((*plugin)->has_sync_methods()) {
226 has_sync_methods = true;
251 has_sync_methods && num_frequently_polled_cqs > 0;
253 if (has_sync_methods) {
268 if (has_sync_methods) {

Completed in 321 milliseconds