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

1 2

  /external/chromium_org/components/autofill/core/browser/
autofill_scanner.h 51 const std::vector<const AutofillField*>::const_iterator begin_; member in class:autofill::AutofillScanner
  /art/runtime/
dex_file_verifier.h 31 : dex_file_(dex_file), begin_(begin), size_(size),
86 const byte* begin_; member in class:art::DexFileVerifier
mem_map.h 69 return begin_;
92 byte* const begin_; // Start of data. member in class:art::MemMap
oat_file.h 128 return reinterpret_cast<T>(begin_ + offset);
131 const byte* begin_; member in class:art::OatFile::OatMethod
244 const byte* begin_; member in class:art::OatFile
  /art/runtime/gc/accounting/
space_bitmap_test.cc 46 begin_(begin),
50 EXPECT_TRUE(obj >= begin_);
56 const mirror::Object* begin_; member in class:art::gc::accounting::BitmapVerify
atomic_stack.h 47 DCHECK(begin_ != NULL);
51 int result = madvise(begin_, sizeof(T) * capacity_, MADV_DONTNEED);
72 begin_[index] = value;
83 begin_[index] = value;
90 return begin_[back_index_];
98 return begin_[index];
117 return const_cast<T*>(begin_ + front_index_);
121 return const_cast<T*>(begin_ + back_index_);
159 begin_(NULL),
171 begin_ = reinterpret_cast<T*>(addr)
188 T* begin_; member in class:art::gc::accounting::AtomicStack
    [all...]
  /external/chromium/base/
perftimer.h 38 begin_ = base::TimeTicks::Now();
43 return base::TimeTicks::Now() - begin_;
47 base::TimeTicks begin_; member in class:PerfTimer
  /external/chromium/chrome/browser/sync/engine/
update_applicator.h 71 UpdateIterator const begin_; member in class:browser_sync::UpdateApplicator
  /external/chromium_org/base/
perftimer.h 39 begin_ = base::TimeTicks::Now();
44 return base::TimeTicks::Now() - begin_;
48 base::TimeTicks begin_; member in class:PerfTimer
  /external/chromium_org/content/common/android/
address_parser_internal.h 51 string16::const_iterator begin_; member in class:content::address_parser::internal::HouseNumberParser
  /external/chromium_org/tools/gn/
location.h 57 : begin_(begin),
59 DCHECK(begin_.file() == end_.file());
62 const Location& begin() const { return begin_; }
66 DCHECK(begin_.file() == other.begin_.file());
68 begin_ < other.begin_ ? begin_ : other.begin_,
73 Location begin_; member in class:LocationRange
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_vector.h 29 , begin_()
35 if (begin_)
36 internal_free(begin_);
40 if (begin_)
41 internal_free(begin_);
42 begin_ = 0;
48 return end_ - begin_;
52 DCHECK_LT(i, end_ - begin_);
53 return begin_[i];
57 DCHECK_LT(i, end_ - begin_);
83 T *begin_; member in class:__tsan::Vector
    [all...]
  /external/marisa-trie/lib/marisa/
range.h 10 Range() : begin_(0), end_(0), pos_(0) {}
12 : begin_(begin), end_(end), pos_(pos) {}
15 begin_ = begin;
25 return begin_;
35 UInt32 begin_; member in class:marisa::Range
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
range.h 10 Range() : begin_(0), end_(0), pos_(0) {}
12 : begin_(begin), end_(end), pos_(pos) {}
15 begin_ = begin;
25 return begin_;
35 UInt32 begin_; member in class:marisa_alpha::Range
  /external/chromium/net/http/
http_util.h 300 std::string::const_iterator begin_; member in class:net::HttpUtil::NameValuePairsIterator
http_auth.h 183 : begin_(begin),
194 return std::string(begin_, end_);
211 std::string::const_iterator begin_; member in class:net::HttpAuth::ChallengeTokenizer
  /external/openfst/src/extensions/ngram/
bitmap-index.cc 36 vector<uint32>::const_iterator(loc), begin_(begin) {}
39 (1 + std::distance<vector<uint32>::const_iterator>(begin_, *this)) -
43 vector<uint32>::const_iterator begin_; member in class:fst::primary_index_inverted
  /art/compiler/dex/
arena_allocator.h 131 uint8_t* begin_; member in class:art::ArenaAllocator
  /art/runtime/gc/space/
large_object_space.h 119 return begin_;
222 byte* const begin_; member in class:art::gc::space::FreeListSpace
space.h 185 return begin_;
217 Space(name, gc_retention_policy), begin_(begin), end_(end) {
222 byte* const begin_; member in class:art::gc::space::ContinuousSpace
  /external/chromium_org/net/http/
http_auth.h 186 return std::string(begin_, end_);
203 std::string::const_iterator begin_; member in class:net::HttpAuth::ChallengeTokenizer
  /external/clang/test/SemaCXX/
for-range-examples.cpp 16 value_range(const T &a, const T &b) : begin_(a), end_(b) {}
17 value_range_iter<T> begin_, end_; member in struct:value_range_detail::value_range
21 value_range_iter<T> begin(const value_range<T> &r) { return r.begin_; }
94 T begin_, end_; member in struct:map_range::iter_pair
95 iter_pair(T begin, T end) : begin_(begin), end_(end) {}
97 template<typename T> T begin(iter_pair<T> p) { return p.begin_; }
  /external/openfst/src/include/fst/extensions/pdt/
paren.h 96 : map_(m), begin_(iter), iter_(iter) {}
99 return iter_ == map_.end() || iter_->first != begin_->first;
104 void Reset() { iter_ = begin_; }
108 StlIterator begin_; member in class:fst::MapIterator
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 186 : begin_(begin), end_(end),
191 return new Iterator(this, begin_, 0, step_);
254 const T begin_; member in class:testing::internal::RangeGenerator
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util.h 186 : begin_(begin), end_(end),
191 return new Iterator(this, begin_, 0, step_);
254 const T begin_; member in class:testing::internal::RangeGenerator

Completed in 531 milliseconds

1 2