/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
|
D | range_map.h | 105 : base_(base), entry_(entry) {} in Range() 107 AddressType base() const { return base_; } in base() 113 const AddressType base_;
|
D | static_contained_range_map.h | 52 StaticContainedRangeMap(): base_(), entry_size_(), entry_ptr_(), map_() { } in StaticContainedRangeMap() 78 AddressType base_; variable
|
D | static_map_iterator.h | 55 StaticMapIterator(): index_(-1), base_(NULL) { } in StaticMapIterator() 96 const char* base_; variable
|
/external/openfst/src/include/fst/ |
D | lookahead-matcher.h | 718 base_ = fst.InitMatcher(match_type); in LookAheadMatcher() 719 if (!base_) in LookAheadMatcher() 720 base_ = new SortedMatcher<F>(fst, match_type); in LookAheadMatcher() 725 base_ = matcher.base_->Copy(safe); 729 ~LookAheadMatcher() { delete base_; } in ~LookAheadMatcher() local 736 MatchType Type(bool test) const { return base_->Type(test); } in Type() 737 void SetState(StateId s) { base_->SetState(s); } in SetState() 738 bool Find(Label label) { return base_->Find(label); } in Find() 739 bool Done() const { return base_->Done(); } in Done() 740 const Arc& Value() const { return base_->Value(); } in Value() [all …]
|
D | matcher.h | 1167 base_ = fst.InitMatcher(match_type); in Matcher() 1168 if (!base_) in Matcher() 1169 base_ = new SortedMatcher<F>(fst, match_type); in Matcher() 1173 base_ = matcher.base_->Copy(safe); 1177 Matcher(MatcherBase<Arc>* base_matcher) { base_ = base_matcher; } in Matcher() 1179 ~Matcher() { delete base_; } in ~Matcher() local 1185 MatchType Type(bool test) const { return base_->Type(test); } in Type() 1186 void SetState(StateId s) { base_->SetState(s); } in SetState() 1187 bool Find(Label label) { return base_->Find(label); } in Find() 1188 bool Done() const { return base_->Done(); } in Done() [all …]
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 201 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 205 return base_; in BaseGenerator() 229 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator() 235 const ParamGeneratorInterface<T>* const base_; variable 288 : base_(base), iterator_(iterator) {} in Iterator() 292 return base_; in BaseGenerator() 328 base_(other.base_), in Iterator() 331 const ParamGeneratorInterface<T>* const base_; variable
|
D | gtest-param-util-generated.h.pump | 153 : base_(base), 163 return base_; 204 : base_(other.base_), $for j, [[ 230 const ParamGeneratorInterface<ParamType>* const base_;
|
D | gtest-param-util-generated.h | 2861 : base_(base), in Iterator() 2869 return base_; in BaseGenerator() 2905 : base_(other.base_), in Iterator() 2930 const ParamGeneratorInterface<ParamType>* const base_; variable 2979 : base_(base), in Iterator() 2988 return base_; in BaseGenerator() 3029 : base_(other.base_), in Iterator() 3058 const ParamGeneratorInterface<ParamType>* const base_; variable 3115 : base_(base), in Iterator() 3125 return base_; in BaseGenerator() [all …]
|
/external/mesa3d/src/gtest/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
|
D | gtest-param-util-generated.h.pump | 153 : base_(base), 163 return base_; 204 : base_(other.base_), $for j, [[ 230 const ParamGeneratorInterface<ParamType>* const base_;
|
D | gtest-param-util-generated.h | 2863 : base_(base), in Iterator() 2871 return base_; in BaseGenerator() 2907 : base_(other.base_), in Iterator() 2932 const ParamGeneratorInterface<ParamType>* const base_; variable 2981 : base_(base), in Iterator() 2990 return base_; in BaseGenerator() 3031 : base_(other.base_), in Iterator() 3060 const ParamGeneratorInterface<ParamType>* const base_; variable 3117 : base_(base), in Iterator() 3127 return base_; in BaseGenerator() [all …]
|
/external/google-breakpad/src/testing/gtest/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
|
D | gtest-param-util-generated.h.pump | 153 : base_(base), 163 return base_; 204 : base_(other.base_), $for j, [[ 230 const ParamGeneratorInterface<ParamType>* const base_;
|
/external/gtest/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
|
D | gtest-param-util-generated.h.pump | 153 : base_(base), 163 return base_; 204 : base_(other.base_), $for j, [[ 230 const ParamGeneratorInterface<ParamType>* const 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
|
D | gtest-param-util-generated.h | 2860 : base_(base), in Iterator() 2868 return base_; in BaseGenerator() 2904 : base_(other.base_), in Iterator() 2929 const ParamGeneratorInterface<ParamType>* const base_; variable 2978 : base_(base), in Iterator() 2987 return base_; in BaseGenerator() 3028 : base_(other.base_), in Iterator() 3057 const ParamGeneratorInterface<ParamType>* const base_; variable 3114 : base_(base), in Iterator() 3124 return base_; in BaseGenerator() [all …]
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 608 base_(mapped_address), size_(mapped_size) { in MmapWrapper() 611 if (base_ != NULL) { in ~MmapWrapper() 613 munmap((char *)base_, size_); in ~MmapWrapper() 617 base_ = NULL; in release() 622 void *base_; member in __anonac6597710111::MmapWrapper
|
/external/libcxx/include/ |
D | tuple | 504 base base_; 523 : base_(typename __make_tuple_indices<sizeof...(_Tp)>::type(), 533 : base_(allocator_arg_t(), __a, 573 : base_(typename __make_tuple_indices<sizeof...(_Up)>::type(), 620 : base_(typename __make_tuple_indices<sizeof...(_Up)>::type(), 648 : base_(allocator_arg_t(), __a, 664 : base_(_VSTD::forward<_Tuple>(__t)) {} 677 : base_(_VSTD::forward<_Tuple>(__t)) {} 687 : base_(allocator_arg_t(), __a, _VSTD::forward<_Tuple>(__t)) {} 699 base_.operator=(_VSTD::forward<_Tuple>(__t)); [all …]
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 132 if (is_set_ && base_ != NULL) { in ~MmapWrapper() 134 munmap(base_, size_); in ~MmapWrapper() 139 base_ = mapped_address; in set() 145 base_ = NULL; in release() 151 void* base_; member in __anon7b94cfc40111::MmapWrapper
|