Home
last modified time | relevance | path

Searched refs:method_params (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dmethod_params.cc152 RefCountedPtr<ClientChannelMethodParams> method_params = in CreateFromJson() local
157 if (method_params->wait_for_ready_ != WAIT_FOR_READY_UNSET) { in CreateFromJson()
160 if (!ParseWaitForReady(field, &method_params->wait_for_ready_)) { in CreateFromJson()
164 if (method_params->timeout_ > 0) return nullptr; // Duplicate. in CreateFromJson()
165 if (!ParseDuration(field, &method_params->timeout_)) return nullptr; in CreateFromJson()
167 if (method_params->retry_policy_ != nullptr) { in CreateFromJson()
170 method_params->retry_policy_ = ParseRetryPolicy(field); in CreateFromJson()
171 if (method_params->retry_policy_ == nullptr) return nullptr; in CreateFromJson()
174 return method_params; in CreateFromJson()
Dclient_channel.cc925 grpc_core::RefCountedPtr<ClientChannelMethodParams> method_params; member
1388 GPR_ASSERT(calld->method_params != nullptr); in do_retry()
1390 calld->method_params->retry_policy(); in do_retry()
1440 if (calld->method_params == nullptr) return false; in maybe_retry()
1442 calld->method_params->retry_policy(); in maybe_retry()
2493 if (calld->method_params == nullptr || in add_subchannel_batches_for_pending_batches()
2494 calld->method_params->retry_policy() == nullptr || in add_subchannel_batches_for_pending_batches()
2877 calld->method_params = grpc_core::ServiceConfig::MethodConfigTableLookup( in apply_service_config_to_call_locked()
2879 if (calld->method_params != nullptr) { in apply_service_config_to_call_locked()
2883 calld->method_params->timeout() != 0) { in apply_service_config_to_call_locked()
[all …]
/external/flatbuffers/grpc/src/compiler/
Dcpp_generator.cc188 grpc::string method_params; // extra arguments to method in PrintHeaderClientMethodInterfaces() member
234 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
268 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
301 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
340 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
357 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
373 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
394 grpc::string method_params; // extra arguments to method in PrintHeaderClientMethod() member
437 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethod()
469 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethod()
[all …]
/external/grpc-grpc/src/compiler/
Dcpp_generator.cc175 grpc::string method_params; // extra arguments to method in PrintHeaderClientMethodInterfaces() member
219 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
252 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
284 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
321 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
337 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
352 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethodInterfaces()
373 grpc::string method_params; // extra arguments to method in PrintHeaderClientMethod() member
414 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethod()
445 (*vars)["AsyncMethodParams"] = async_prefix.method_params; in PrintHeaderClientMethod()
[all …]
/external/python/google-api-python-client/
Ddescribe.py184 def method_params(doc): function
234 params = method_params(doc)
311 params = method_params(doc)
/external/grpc-grpc/
DgRPC-Core.podspec344 'src/core/ext/filters/client_channel/method_params.h',
779 'src/core/ext/filters/client_channel/method_params.cc',
949 'src/core/ext/filters/client_channel/method_params.h',
Dgrpc.gyp541 'src/core/ext/filters/client_channel/method_params.cc',
806 'src/core/ext/filters/client_channel/method_params.cc',
1042 'src/core/ext/filters/client_channel/method_params.cc',
1291 'src/core/ext/filters/client_channel/method_params.cc',
DBUILD1048 "src/core/ext/filters/client_channel/method_params.cc",
1070 "src/core/ext/filters/client_channel/method_params.h",
DgRPC-C++.podspec335 'src/core/ext/filters/client_channel/method_params.h',
Dconfig.m4349 src/core/ext/filters/client_channel/method_params.cc \
Dconfig.w32324 "src\\core\\ext\\filters\\client_channel\\method_params.cc " +
Dgrpc.gemspec280 s.files += %w( src/core/ext/filters/client_channel/method_params.h )
718 s.files += %w( src/core/ext/filters/client_channel/method_params.cc )
DCMakeLists.txt1205 src/core/ext/filters/client_channel/method_params.cc
1548 src/core/ext/filters/client_channel/method_params.cc
1911 src/core/ext/filters/client_channel/method_params.cc
2222 src/core/ext/filters/client_channel/method_params.cc
2547 src/core/ext/filters/client_channel/method_params.cc
3364 src/core/ext/filters/client_channel/method_params.cc
/external/grpc-grpc/tools/doxygen/
DDoxyfile.core.internal914 src/core/ext/filters/client_channel/method_params.cc \
915 src/core/ext/filters/client_channel/method_params.h \