HomeSort by relevance Sort by last modified time
    Searched defs:base_ (Results 1 - 25 of 29) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
integral_constant.hpp 30 typedef mpl::true_ base_; typedef in struct:boost::integral_constant
31 using base_::value;
41 typedef mpl::false_ base_; typedef in struct:boost::integral_constant
42 using base_::value;
  /external/google-breakpad/src/processor/
contained_range_map.h 78 ContainedRangeMap() : base_(), entry_(), map_(NULL) {}
123 : base_(base), entry_(entry), map_(map) {}
129 // base_ field is meaningless, and the fact that it has no parent and thus
130 // no key is unimportant. For this reason, the base_ field should only be
132 const AddressType base_; member in class:google_breakpad::ContainedRangeMap
static_contained_range_map.h 52 StaticContainedRangeMap(): base_(), entry_size_(), entry_ptr_(), map_() { }
75 // base_ field is meaningless, and the fact that it has no parent and thus
76 // no key is unimportant. For this reason, the base_ field should only be
78 AddressType base_; member in class:google_breakpad::StaticContainedRangeMap
static_map_iterator.h 55 StaticMapIterator(): index_(-1), base_(NULL) { }
96 const char* base_; member in class:google_breakpad::StaticMapIterator
103 // address_of_i-th_node_value = base_ + offsets_[i]
range_map.h 105 : base_(base), entry_(entry) {}
107 AddressType base() const { return base_; }
113 const AddressType base_; member in class:google_breakpad::RangeMap::Range
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 25 typedef typename convdetail::get_conversion_traits<T,S>::type base_; typedef in struct:boost::numeric::conversion_traits
26 typedef typename base_::target_type target_type;
27 typedef typename base_::source_type source_type;
28 typedef typename base_::result_type result_type;
29 typedef typename base_::argument_type argument_type;
  /external/google-breakpad/src/common/
test_assembler.h 206 // - A binding representing a known constant value has base_ NULL,
210 // base_ pointing to this; addend_ is unused.
213 // value has base_ pointing to that other binding, and addend_
223 Binding *base_; member in class:google_breakpad::test_assembler::Label::Binding
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 608 base_(mapped_address), size_(mapped_size) {
611 if (base_ != NULL) {
613 munmap((char *)base_, size_);
617 base_ = NULL;
622 void *base_; member in class:__anon9458::MmapWrapper
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
206 return base_;
230 base_(other.base_), value_(other.value_), index_(other.index_),
236 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
289 : base_(base), iterator_(iterator) {}
293 return base_;
329 base_(other.base_),
332 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-param-util-generated.h 3253 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
3381 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3528 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3691 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3873 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
4072 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
4290 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4525 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4777 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
206 return base_;
230 base_(other.base_), value_(other.value_), index_(other.index_),
236 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
289 : base_(base), iterator_(iterator) {}
293 return base_;
329 base_(other.base_),
332 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-param-util-generated.h 3253 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
3381 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3528 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3691 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3873 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
4072 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
4290 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4525 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4777 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
206 return base_;
230 base_(other.base_), value_(other.value_), index_(other.index_),
236 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
289 : base_(base), iterator_(iterator) {}
293 return base_;
329 base_(other.base_),
332 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-param-util-generated.h 2929 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
3057 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3204 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3367 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3549 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
3748 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
3966 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4201 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4453 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
206 return base_;
230 base_(other.base_), value_(other.value_), index_(other.index_),
236 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
289 : base_(base), iterator_(iterator) {}
293 return base_;
329 base_(other.base_),
332 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-param-util-generated.h 2932 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
3060 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3207 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3370 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3552 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
3751 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
3969 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4204 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4456 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
    [all...]
  /external/openfst/src/include/fst/
lookahead-matcher.h 718 base_ = fst.InitMatcher(match_type);
719 if (!base_)
720 base_ = new SortedMatcher<F>(fst, match_type);
725 base_ = matcher.base_->Copy(safe);
729 ~LookAheadMatcher() { delete base_; }
736 MatchType Type(bool test) const { return base_->Type(test); }
737 void SetState(StateId s) { base_->SetState(s); }
738 bool Find(Label label) { return base_->Find(label); }
739 bool Done() const { return base_->Done();
804 MatcherBase<Arc> *base_; member in class:fst::LookAheadMatcher
    [all...]
matcher.h 1196 MatcherBase<Arc> *base_; member in class:fst::Matcher
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 201 : base_(base), value_(value), index_(index), step_(step) {}
205 return base_;
229 base_(other.base_), value_(other.value_), index_(other.index_),
235 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
288 : base_(base), iterator_(iterator) {}
292 return base_;
328 base_(other.base_),
331 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-param-util-generated.h 2930 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
3058 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3205 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3368 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3550 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
3749 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
3967 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4202 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4454 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
206 return base_;
230 base_(other.base_), value_(other.value_), index_(other.index_),
236 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
289 : base_(base), iterator_(iterator) {}
293 return base_;
329 base_(other.base_),
332 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-param-util-generated.h 3253 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
3381 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3528 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3691 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3873 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
4072 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
4290 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4525 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4777 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 132 if (is_set_ && base_ != NULL) {
134 munmap(base_, size_);
139 base_ = mapped_address;
145 base_ = NULL;
151 void* base_; member in class:__anon9439::MmapWrapper
    [all...]
  /external/v8/src/arm/
assembler-arm.h 641 DoubleRegister base() const { return base_; }
644 DoubleRegister base_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/
hydrogen-instructions.h 371 DecompositionResult() : base_(NULL), offset_(0), scale_(0) {}
373 HValue* base() { return base_; }
378 if (base_ == NULL) {
379 base_ = other_base;
385 base_ = other_base;
396 swap(&base_, other_base);
408 HValue* base_;
3238 HValue* base_; member in class:v8::FINAL::FINAL
4085 HValue* base_; member in class:v8::FINAL::FINAL
    [all...]

Completed in 808 milliseconds

1 2