/external/google-breakpad/src/common/ |
D | test_assembler.cc | 127 Label::Binding::Binding() : base_(this), addend_(), reference_count_(1) { } in Binding() 130 : base_(NULL), addend_(addend), reference_count_(1) { } in Binding() 134 if (base_ && base_ != this && base_->Release()) in ~Binding() 135 delete base_; in ~Binding() 139 if (!base_ && !binding) { in Set() 142 } else if (!base_) { in Set() 163 if (base_ != this) { in Set() 169 base_->Set(binding, addend - addend_); in Set() 171 if (base_->Release()) delete base_; in Set() 181 base_ = binding; in Set() [all …]
|
/external/google-breakpad/src/processor/ |
D | static_map_iterator-inl.h | 47 index_(index), base_(base) { in StaticMapIterator() 50 num_nodes_ = *(reinterpret_cast<const int32_t*>(base_)); in StaticMapIterator() 51 offsets_ = reinterpret_cast<const uint32_t*>(base_ + sizeof(num_nodes_)); in StaticMapIterator() 53 base_ + (1 + num_nodes_) * sizeof(num_nodes_)); in StaticMapIterator() 120 return base_ + offsets_[index_]; in GetValueRawPtr() 126 return base_ == x.base_ && index_ == x.index_; 134 return base_ != x.base_ || index_ != x.index_; 139 if (!base_ || index_ < 0 || index_ > num_nodes_) in IsValid()
|
D | static_contained_range_map-inl.h | 48 : base_(*(reinterpret_cast<const AddressType*>(base))), in StaticContainedRangeMap() 49 entry_size_(*(reinterpret_cast<const uint32_t*>(base + sizeof(base_)))), in StaticContainedRangeMap() 51 base + sizeof(base_) + sizeof(entry_size_))), in StaticContainedRangeMap() 52 map_(base + sizeof(base_) + sizeof(entry_size_) + entry_size_) { in StaticContainedRangeMap() 78 if (address < child_map.base_) in RetrieveRange()
|
D | contained_range_map-inl.h | 80 base >= iterator_base->second->base_) { in StoreRange() 87 if (iterator_base->second->base_ == base && iterator_base->first == high) { in StoreRange() 103 high >= iterator_high->second->base_; in StoreRange() 107 if ((iterator_base != iterator_end && base > iterator_base->second->base_) || in StoreRange() 168 if (iterator == map_->end() || address < iterator->second->base_) in RetrieveRange()
|
D | contained_range_map.h | 78 ContainedRangeMap() : base_(), entry_(), map_(NULL) {} in ContainedRangeMap() 123 : base_(base), entry_(entry), map_(map) {} in ContainedRangeMap() 132 const AddressType base_; variable
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | variable.h | 76 Component(const DataRef &b, const Symbol &c) : base_{b}, symbol_{c} {} in CLASS_BOILERPLATE() 77 Component(DataRef &&b, const Symbol &c) : base_{std::move(b)}, symbol_{c} {} in Component() 79 : base_{std::move(b)}, symbol_{c} {} in Component() 81 const DataRef &base() const { return base_.value(); } in base() 82 DataRef &base() { return base_.value(); } in base() 91 common::CopyableIndirection<DataRef> base_; 136 : base_{std::move(x)}, parameter_{param} {} in TypeParamInquiry() 138 : base_{std::move(x)}, parameter_{param} {} in TypeParamInquiry() 140 const std::optional<NamedEntity> &base() const { return base_; } in base() 141 std::optional<NamedEntity> &base() { return base_; } in base() [all …]
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 403 const Register& GetBaseRegister() const { return base_; } in GetBaseRegister() 444 return base_.IsValid() && in IsValid() 452 return base_.Is(other.base_) && regoffset_.Is(other.regoffset_) && in Equals() 459 Register base_; 478 : base_(base), in base_() function 497 : base_(base), in base_() function 509 : base_(base), in SVEMemOperand() 524 : base_(base), in SVEMemOperand() 540 : base_(base), in SVEMemOperand() 554 : base_(base), in base_() function [all …]
|
/external/grpc-grpc/test/core/util/ |
D | fuzzer_corpus_test.cc | 106 ExampleIterator(const ExampleGenerator& base_, in ExampleIterator() argument 108 : base_(base_), begin_(begin), current_(begin) {} in ExampleIterator() 110 virtual const ExampleGenerator* BaseGenerator() const { return &base_; } in BaseGenerator() 117 return &base_ == other.BaseGenerator() && in Equals() 123 : base_(other.base_), begin_(other.begin_), current_(other.current_) {} in ExampleIterator() 125 const ExampleGenerator& base_; member in ExampleIterator
|
/external/llvm-project/flang/lib/Evaluate/ |
D | variable.cpp | 81 : base_{std::move(base)}, subscript_(std::move(ss)), in CoarrayRef() 83 CHECK(!base_.empty()); 116 const Symbol &CoarrayRef::GetFirstSymbol() const { return base_.front(); } in GetFirstSymbol() 118 const Symbol &CoarrayRef::GetLastSymbol() const { return base_.back(); } in GetLastSymbol() 244 : base_{base}, field_{field}, dimension_{dim} { in DescriptorInquiry() 245 const Symbol &last{base_.GetLastSymbol()}; 252 : base_{std::move(base)}, field_{field}, dimension_{dim} { in DescriptorInquiry() 253 const Symbol &last{base_.GetLastSymbol()}; 298 return base_.LEN(); in LEN() 399 } else if (const Component * component{base_.UnwrapComponent()}) { in Rank() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/ |
D | slice.cc | 79 : base_(grpc_slice_refcount::Type::REGULAR, &refs_, Destroy, this, in NewSliceRefcount() 80 &base_), in NewSliceRefcount() 85 grpc_slice_refcount* base_refcount() { return &base_; } in base_refcount() 88 grpc_slice_refcount base_; member in grpc_core::NewSliceRefcount 139 : base_(grpc_slice_refcount::Type::REGULAR, &refs_, Destroy, this, in NewWithLenSliceRefcount() 140 &base_), in NewWithLenSliceRefcount() 146 grpc_slice_refcount* base_refcount() { return &base_; } in base_refcount() 149 grpc_slice_refcount base_; member in grpc_core::NewWithLenSliceRefcount 160 : base_(grpc_slice_refcount::Type::REGULAR, &refs_, Destroy, this, in MovedStringSliceRefCount() 161 &base_), in MovedStringSliceRefCount() [all …]
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | proto_encode_helper.h | 34 : base_(buf), p_(buf), limit_(base_ + max_size) {} in ProtoEncodeHelper() 41 const char* data() const { return base_; } in data() 42 size_t size() const { return p_ - base_; } in size() 92 char* base_; variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 base_(base), in min_() 66 assert(base_ > 1); in min_() 68 if (base_ == 2) { in min_() 83 const double inv_log_base = 1.0 / std::log(base_); in min_() 91 result_type base() const { return base_; } in base() 94 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type base_; variable
|
/external/angle/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 62 base_(base), in min_() 67 assert(base_ > 1); in min_() 69 if (base_ == 2) { in min_() 86 const double inv_log_base = 1.0 / std::log(base_); in min_() 94 result_type base() const { return base_; } in base() 97 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 112 result_type base_; variable
|
/external/webrtc/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 base_(base), in min_() 66 assert(base_ > 1); in min_() 68 if (base_ == 2) { in min_() 83 const double inv_log_base = 1.0 / std::log(base_); in min_() 91 result_type base() const { return base_; } in base() 94 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type base_; variable
|
/external/openscreen/third_party/abseil/src/absl/random/ |
D | log_uniform_int_distribution.h | 61 base_(base), in min_() 66 assert(base_ > 1); in min_() 68 if (base_ == 2) { in min_() 83 const double inv_log_base = 1.0 / std::log(base_); in min_() 91 result_type base() const { return base_; } in base() 94 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type base_; variable
|
/external/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 base_(base), in min_() 66 assert(base_ > 1); in min_() 68 if (base_ == 2) { in min_() 83 const double inv_log_base = 1.0 / std::log(base_); in min_() 91 result_type base() const { return base_; } in base() 94 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type base_; variable
|
/external/libtextclassifier/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 base_(base), in min_() 66 assert(base_ > 1); in min_() 68 if (base_ == 2) { in min_() 83 const double inv_log_base = 1.0 / std::log(base_); in min_() 91 result_type base() const { return base_; } in base() 94 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type base_; variable
|
/external/llvm-project/clang/include/clang/Tooling/Syntax/ |
D | Syntax.td | 48 class External<NodeType base_> : NodeType { let base = base_; } 60 class Alternatives<NodeType base_ = Tree> : NodeType { let base = base_; } 64 class Unconstrained<NodeType base_ = Tree> : NodeType { let base = base_; } 79 class Sequence<NodeType base_ = Tree> : NodeType { 80 let base = base_;
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 206 return base_; in BaseGenerator() 230 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator() 236 const ParamGeneratorInterface<T>* const base_; variable 289 : base_(base), iterator_(iterator) {} in Iterator() 293 return base_; in BaseGenerator() 329 base_(other.base_), in Iterator() 332 const ParamGeneratorInterface<T>* const base_; variable
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_utils.cpp | 62 : base_(base), def_insn_(def_insn) {} in UseRewriter() 90 analysis::DefUseManager* def_use_mgr = base_->context_->get_def_use_mgr(); in UpdateManagers() 104 return base_->context_->get_instr_block(instr); in GetParent() 113 const std::vector<uint32_t>& bb_preds = base_->cfg_->preds(bb->id()); in CreatePhiInstruction() 120 InstructionBuilder builder(base_->context_, &*bb->begin(), in CreatePhiInstruction() 134 const std::vector<uint32_t>& bb_preds = base_->cfg_->preds(bb->id()); in CreatePhiInstruction() 139 InstructionBuilder builder(base_->context_, &*bb->begin(), in CreatePhiInstruction() 154 assert(base_->cfg_->block(bb_id) != nullptr && "Unknown basic block"); in GetOrBuildIncoming() 161 BasicBlock* bb = &*base_->cfg_->block(bb_id); in GetOrBuildIncoming() 165 if (base_->exit_bb_.count(bb)) { in GetOrBuildIncoming() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 62 : base_(base), def_insn_(def_insn) {} in UseRewriter() 90 analysis::DefUseManager* def_use_mgr = base_->context_->get_def_use_mgr(); in UpdateManagers() 104 return base_->context_->get_instr_block(instr); in GetParent() 113 const std::vector<uint32_t>& bb_preds = base_->cfg_->preds(bb->id()); in CreatePhiInstruction() 120 InstructionBuilder builder(base_->context_, &*bb->begin(), in CreatePhiInstruction() 134 const std::vector<uint32_t>& bb_preds = base_->cfg_->preds(bb->id()); in CreatePhiInstruction() 139 InstructionBuilder builder(base_->context_, &*bb->begin(), in CreatePhiInstruction() 154 assert(base_->cfg_->block(bb_id) != nullptr && "Unknown basic block"); in GetOrBuildIncoming() 161 BasicBlock* bb = &*base_->cfg_->block(bb_id); in GetOrBuildIncoming() 165 if (base_->exit_bb_.count(bb)) { in GetOrBuildIncoming() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 62 : base_(base), def_insn_(def_insn) {} in UseRewriter() 90 analysis::DefUseManager* def_use_mgr = base_->context_->get_def_use_mgr(); in UpdateManagers() 104 return base_->context_->get_instr_block(instr); in GetParent() 113 const std::vector<uint32_t>& bb_preds = base_->cfg_->preds(bb->id()); in CreatePhiInstruction() 120 InstructionBuilder builder(base_->context_, &*bb->begin(), in CreatePhiInstruction() 134 const std::vector<uint32_t>& bb_preds = base_->cfg_->preds(bb->id()); in CreatePhiInstruction() 139 InstructionBuilder builder(base_->context_, &*bb->begin(), in CreatePhiInstruction() 154 assert(base_->cfg_->block(bb_id) != nullptr && "Unknown basic block"); in GetOrBuildIncoming() 161 BasicBlock* bb = &*base_->cfg_->block(bb_id); in GetOrBuildIncoming() 165 if (base_->exit_bb_.count(bb)) { in GetOrBuildIncoming() [all …]
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | feature-types.h | 49 base_(0), in FeatureType() 63 Predicate base() const { return base_; } in base() 64 void set_base(Predicate base) { base_ = base; } in set_base() 74 Predicate base_; variable
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 224 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 228 return base_; in BaseGenerator() 252 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator() 258 const ParamGeneratorInterface<T>* const base_; variable 311 : base_(base), iterator_(iterator) {} in Iterator() 315 return base_; in BaseGenerator() 350 base_(other.base_), in Iterator() 353 const ParamGeneratorInterface<T>* const base_; variable 773 : base_(base), in IteratorImpl() 782 return base_; in BaseGenerator() [all …]
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 224 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 228 return base_; in BaseGenerator() 252 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator() 258 const ParamGeneratorInterface<T>* const base_; variable 311 : base_(base), iterator_(iterator) {} in Iterator() 315 return base_; in BaseGenerator() 350 base_(other.base_), in Iterator() 353 const ParamGeneratorInterface<T>* const base_; variable 776 : base_(base), in IteratorImpl() 785 return base_; in BaseGenerator() [all …]
|