Home
last modified time | relevance | path

Searched refs:methods_ (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dservice_type.h64 for (auto it = methods_.begin(); it != methods_.end(); ++it) { in has_async_methods()
73 for (auto it = methods_.begin(); it != methods_.end(); ++it) { in has_synchronous_methods()
82 for (auto it = methods_.begin(); it != methods_.end(); ++it) { in has_generic_methods()
100 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncUnary()
108 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncClientStreaming()
117 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncServerStreaming()
125 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncBidiStreaming()
130 methods_.emplace_back(method); in AddMethod()
138 methods_[idx].get() != nullptr && in MarkMethodAsync()
141 methods_[idx]->SetServerAsyncType( in MarkMethodAsync()
[all …]
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dservice_type.h62 for (const auto& method : methods_) { in has_async_methods()
71 for (const auto& method : methods_) { in has_synchronous_methods()
81 for (const auto& method : methods_) { in has_callback_methods()
93 for (const auto& method : methods_) { in has_generic_methods()
136 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncUnary()
145 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncClientStreaming()
155 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncServerStreaming()
164 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncBidiStreaming()
169 methods_.emplace_back(method); in AddMethod()
177 methods_[idx].get() != nullptr && in MarkMethodAsync()
[all …]
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dservice_type.h62 for (const auto& method : methods_) { in has_async_methods()
71 for (const auto& method : methods_) { in has_synchronous_methods()
81 for (const auto& method : methods_) { in has_callback_methods()
93 for (const auto& method : methods_) { in has_generic_methods()
136 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncUnary()
145 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncClientStreaming()
155 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncServerStreaming()
164 server_->RequestAsyncCall(methods_[idx].get(), context, stream, call_cq, in RequestAsyncBidiStreaming()
169 methods_.emplace_back(method); in AddMethod()
177 methods_[idx].get() != nullptr && in MarkMethodAsync()
[all …]
/external/jdiff/src/jdiff/
DAPIComparator.java328 numLocalMethods(oldClass.methods_) + in compareClasses()
331 numLocalMethods(newClass.methods_) + in compareClasses()
453 oldClass.methods_.size() + ", #new " + in compareAllMethods()
454 newClass.methods_.size()); in compareAllMethods()
457 Collections.sort(oldClass.methods_); in compareAllMethods()
458 Collections.sort(newClass.methods_); in compareAllMethods()
461 Iterator iter = oldClass.methods_.iterator(); in compareAllMethods()
465 MethodAPI[] methodArr = new MethodAPI[newClass.methods_.size()]; in compareAllMethods()
466 methodArr = (MethodAPI[])newClass.methods_.toArray(methodArr); in compareAllMethods()
487 int startOld = oldClass.methods_.indexOf(oldMethod); in compareAllMethods()
[all …]
DXMLToAPI.java137 if (parent.methods_.size() != 0) { in addInheritedElements()
138 Iterator iter = parent.methods_.iterator(); in addInheritedElements()
143 Iterator iter2 = child.methods_.iterator(); in addInheritedElements()
155 child.methods_.add(m2); in addInheritedElements()
306 api_.currClass_.methods_.add(api_.currMethod_); in addMethod()
DClassAPI.java40 public final List<MethodAPI> methods_ = new ArrayList<>(); field in ClassAPI
DAPI.java137 iter = c.methods_.iterator(); in dumpClass()
/external/pigweed/pw_rpc/public/pw_rpc/
Dservice.h41 methods_(methods.data()), in Service()
54 : id_(id), methods_(&method), method_size_(sizeof(T)), method_count_(1) {} in Service()
64 const internal::MethodUnion* const methods_; variable
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs93 methods_ = other.methods_.Clone(); in Api()
126 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> methods_ = new … field in Google.Protobuf.WellKnownTypes.Api
132 get { return methods_; }
236 if(!methods_.Equals(other.methods_)) return false; in Equals()
249 hash ^= methods_.GetHashCode(); in GetHashCode()
272 methods_.WriteTo(output, _repeated_methods_codec); in WriteTo()
298 size += methods_.CalculateSize(_repeated_methods_codec); in CalculateSize()
324 methods_.Add(other.methods_); in MergeFrom()
355 methods_.AddEntriesFrom(input, _repeated_methods_codec); in MergeFrom()
/external/pigweed/pw_rpc/
Dserver_test.cc41 : Service(service_id, methods_), in TestService()
42 methods_{ in TestService()
48 for (TestMethodUnion& method : methods_) { in method()
58 std::array<TestMethodUnion, 2> methods_; member in pw::rpc::__anon14aa8bb00111::TestService
Dservice.cc23 const internal::MethodUnion* method_impl = methods_; in FindMethod()
/external/protobuf/src/google/protobuf/
Dapi.pb.h273 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Method > methods_;
694 return methods_.size(); in methods_size()
697 methods_.Clear(); in clear_methods()
701 return methods_.Mutable(index); in mutable_methods()
706 return &methods_; in mutable_methods()
710 return methods_.Get(index); in methods()
714 return methods_.Add(); in add_methods()
719 return methods_; in methods()
Dapi.pb.cc94 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Api, methods_),
207 methods_(from.methods_), in Api()
263 methods_.Clear(); in Clear()
733 methods_.MergeFrom(from.methods_); in MergeFrom()
773 CastToBase(&methods_)->InternalSwap(CastToBase(&other->methods_)); in InternalSwap()
Ddescriptor.h1215 MethodDescriptor* methods_; variable
2132 return static_cast<int>(this - service_->methods_); in index()
Ddescriptor.cc5730 CrossLinkMethod(&service->methods_[i], proto.method(i)); in CrossLinkService()
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc501 for (auto it = service->methods_.begin(); it != service->methods_.end(); in RegisterService()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc1024 for (const auto& method : service->methods_) { in RegisterService()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1827 Iteration (int methodCount_, const IterationFunc* methods_) in Iteration()
1829 , methods (methods_) in Iteration()