Home
last modified time | relevance | path

Searched refs:method_ (Results 1 - 23 of 23) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
H A Dcallback.h147 : object_(object), method_(method), self_deleting_(self_deleting) {} in MethodClosure0()
152 (object_->*method_)();
158 MethodType method_; member in google::protobuf::internal::MethodClosure0
192 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure1()
198 (object_->*method_)(arg1_);
204 MethodType method_; member in google::protobuf::internal::MethodClosure1
240 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure2()
246 (object_->*method_)(arg1_, arg2_);
252 MethodType method_; member in google::protobuf::internal::MethodClosure2
358 method_(metho in MethodResultCallback_0_0()
371 MethodType method_; global() member in google::protobuf::internal::MethodResultCallback_0_0
402 MethodType method_; global() member in google::protobuf::internal::MethodResultCallback_6_2
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution.h64 method_ = DEGENERATE_SMALL; in param_type()
79 method_ = DEGENERATE_SMALL; in param_type()
89 method_ = JOEHNK; in param_type()
93 method_ = DEGENERATE_SMALL; in param_type()
99 method_ = DEGENERATE_LARGE; in param_type()
109 method_ = CHENG_BA; in param_type()
114 method_ = CHENG_BB; in param_type()
191 Method method_; member in absl::beta_distribution::param_type
251 if (p.method_ == param_type::DEGENERATE_SMALL && p.alpha_ == p.beta_) { in DegenerateCase()
351 const bool use_algorithm_ba = (p.method_ in AlgorithmCheng()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dalpha_dec.c69 dec->method_ = (data[0] >> 0) & 0x03; in ALPHInit()
73 if (dec->method_ < ALPHA_NO_COMPRESSION || in ALPHInit()
74 dec->method_ > ALPHA_LOSSLESS_COMPRESSION || in ALPHInit()
95 if (dec->method_ == ALPHA_NO_COMPRESSION) { in ALPHInit()
99 assert(dec->method_ == ALPHA_LOSSLESS_COMPRESSION); in ALPHInit()
114 if (alph_dec->method_ == ALPHA_NO_COMPRESSION) { in ALPHDecode()
137 } else { // alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION in ALPHDecode()
H A Dalphai_dec.h30 int method_; member
H A Didec_dec.c144 if (alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION) { in DoRemap()
150 } else { // alph_dec->method_ == ALPHA_NO_COMPRESSION in DoRemap()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dcallback.h59 method_(method) {} in ConstMethodCallback4()
63 return (instance_->*method_)(a1, a2, a3, a4); in Run()
68 MethodType const method_; member in i18n::phonenumbers::ConstMethodCallback4
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc147 if (method_.empty()) { in Dispatchable()
212 if (!method_.empty()) { in MaybeParseMethod()
222 method_ = tokenizer->GetString8(); in MaybeParseMethod()
373 : method_(method), params_(std::move(params)) {} in Notification()
380 encoder->HandleString8(SpanFrom(method_));
393 const char* method_; member in v8_crdtp::__anon15261::Notification
434 method_(method), in Callback()
450 backend_impl_->get()->channel()->FallThrough(call_id_, method_, in fallThroughIfActive()
H A Ddispatch.h113 span<uint8_t> Method() const { return method_; } in Method()
138 span<uint8_t> method_; member in v8_crdtp::Dispatchable
211 span<uint8_t> method_; member in v8_crdtp::DomainDispatcher::Callback
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.h745 InternalMethodType method_; // method returning bool member in absl::Condition
746 void *arg_; // arg of function_ or object of method_
946 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
964 method_(nullptr), in Condition()
972 method_(reinterpret_cast<InternalMethodType>(method)), in Condition()
981 method_(reinterpret_cast<InternalMethodType>(method)), in Condition()
H A Dmutex.cc2720 method_(nullptr), in Condition()
2730 method_(nullptr), in Condition()
2747 a->arg_ == b->arg_ && a->method_ == b->method_; in GuaranteedEqual()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dconfig_enc.c142 uint8_t method_; member
152 config->method = kLosslessPresets[level].method_; in WebPConfigLosslessPreset()
H A Danalysis_enc.c317 if (enc->method_ <= 1) { in MBAnalyze()
425 (enc->method_ <= 1); // for method 0 - 1, we need preds_[] to be filled. in VP8EncAnalyze()
H A Dvp8i_enc.h396 int method_; // 0=fastest, 6=best/slowest. member
397 VP8RDLevel rd_opt_level_; // Deduced from method_.
H A Dwebp_enc.c70 // Mapping from config->method_ to coding tools used.
99 enc->method_ = method; in MapConfigToTools()
H A Dquant_enc.c243 (enc->method_ >= 4) ? enc->config_->sns_strength in SetupMatrices()
1342 const int method = it->enc_->method_; in VP8Decimate()
H A Dframe_enc.c615 const int method = enc->method_; in StatLoop()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info.cc318 : src->method_; in GetParentMethod()
338 method_(method), in CordzInfo()
431 stats.method = method_; in GetCordzStatistics()
H A Dcordz_info.h211 // `method_` depending on `parent_method_` being kUnknown.
249 const MethodIdentifier method_; member in absl::cord_internal::CordzInfo
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4039 method_ = other.method_.Clone(); in ServiceDescriptorProto()
4076 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto> method_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.MethodDescriptorProto>(); field in Google.Protobuf.Reflection.ServiceDescriptorProto
4079 get { return method_; }
4107 if(!method_.Equals(other.method_)) return false; in Equals()
4116 hash ^= method_.GetHashCode(); in GetHashCode()
4138 method_.WriteTo(output, _repeated_method_codec); in WriteTo()
4156 method_.WriteTo(ref output, _repeated_method_codec); in IBufferMessage.InternalWriteTo()
4173 size += method_ in CalculateSize()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc733 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, method_),
5482 method_(arena) { in ServiceDescriptorProto()
5490 method_(from.method_) { in ServiceDescriptorProto()
5544 method_.Clear(); in Clear()
5672 for (const auto& msg : this->method_) { in ByteSizeLong()
5725 method_.MergeFrom(from.method_); in MergeFrom()
5752 if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(method_)) return false; in IsInitialized()
5763 method_ in InternalSwap()
[all...]
H A Ddescriptor.pb.h3126 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > method_; member in PROTOBUF_FINAL
9512 return method_.size(); in _internal_method_size()
9518 method_.Clear(); in clear_method()
9522 return method_.Mutable(index); in mutable_method()
9527 return &method_; in mutable_method()
9530 return method_.Get(index); in _internal_method()
9537 return method_.Add(); in _internal_add_method()
9546 return method_; in method()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c7909 d->method_ = m; in upb_pbdecoder_create()
7924 if (d->method_->dest_handlers_) { in upb_pbdecoder_create()
7925 if (sink.handlers != d->method_->dest_handlers_) in upb_pbdecoder_create()
7941 return d->method_; in upb_pbdecoder_method()
H A Dupb.h6116 const upb_pbdecodermethod *method_; member

Completed in 101 milliseconds