/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | callback.h | 147 : 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 D | beta_distribution.h | 64 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 D | alpha_dec.c | 69 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 D | alphai_dec.h | 30 int method_; member
|
H A D | idec_dec.c | 144 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 D | callback.h | 59 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 D | dispatch.cc | 147 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 D | dispatch.h | 113 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 D | mutex.h | 745 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 D | mutex.cc | 2720 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 D | config_enc.c | 142 uint8_t method_; member 152 config->method = kLosslessPresets[level].method_; in WebPConfigLosslessPreset()
|
H A D | analysis_enc.c | 317 if (enc->method_ <= 1) { in MBAnalyze() 425 (enc->method_ <= 1); // for method 0 - 1, we need preds_[] to be filled. in VP8EncAnalyze()
|
H A D | vp8i_enc.h | 396 int method_; // 0=fastest, 6=best/slowest. member 397 VP8RDLevel rd_opt_level_; // Deduced from method_.
|
H A D | webp_enc.c | 70 // Mapping from config->method_ to coding tools used. 99 enc->method_ = method; in MapConfigToTools()
|
H A D | quant_enc.c | 243 (enc->method_ >= 4) ? enc->config_->sns_strength in SetupMatrices() 1342 const int method = it->enc_->method_; in VP8Decimate()
|
H A D | frame_enc.c | 615 const int method = enc->method_; in StatLoop()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_info.cc | 318 : src->method_; in GetParentMethod() 338 method_(method), in CordzInfo() 431 stats.method = method_; in GetCordzStatistics()
|
H A D | cordz_info.h | 211 // `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 D | Descriptor.cs | 4039 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 D | descriptor.pb.cc | 733 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 D | descriptor.pb.h | 3126 ::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 D | upb.c | 7909 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 D | upb.h | 6116 const upb_pbdecodermethod *method_; member
|