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

1 2

  /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/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/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_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/components/autofill/core/browser/
autofill_scanner.cc 16 begin_(fields.begin()),
48 DCHECK(index < static_cast<size_t>(end_ - begin_));
49 cursor_ = begin_ + index;
55 return static_cast<size_t>(cursor_ - begin_);
autofill_scanner.h 51 const std::vector<const AutofillField*>::const_iterator begin_; member in class:autofill::AutofillScanner
  /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
  /art/runtime/
dex_file-inl.h 28 const byte* ptr = begin_ + string_id.string_data_off_;
34 const byte* ptr = begin_ + string_id.string_data_off_;
mem_map.h 69 return begin_;
92 byte* const begin_; // Start of data. member in class:art::MemMap
oat_file.cc 55 oat_file->begin_ = &oat_contents[0];
119 : location_(location), begin_(NULL), end_(NULL), dlopen_handle_(NULL) {
142 begin_ = reinterpret_cast<byte*>(dlsym(dlopen_handle_, "oatdata"));
143 if (begin_ == NULL) {
147 if (requested_base != NULL && begin_ != requested_base) {
151 << reinterpret_cast<const void*>(begin_) << " != expected="
179 begin_ = elf_file_->FindDynamicSymbolAddress("oatdata");
180 if (begin_ == NULL) {
184 if (requested_base != NULL && begin_ != requested_base) {
188 << reinterpret_cast<const void*>(begin_) << " != expected=
    [all...]
dex_file_verifier.h 31 : dex_file_(dex_file), begin_(begin), size_(size),
86 const byte* begin_; member in class:art::DexFileVerifier
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/
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...]
space_bitmap_test.cc 46 begin_(begin),
50 EXPECT_TRUE(obj >= begin_);
56 const mirror::Object* begin_; member in class:art::gc::accounting::BitmapVerify
  /external/chromium/chrome/browser/sync/engine/
update_applicator.cc 27 begin_(begin),
45 if (end_ == begin_)
52 pointer_ = begin_;
113 return conflicting_ids_.empty() && begin_ == end_;
119 DCHECK(begin_ == end_ || ((pointer_ == end_) && !progress_))
update_applicator.h 71 UpdateIterator const begin_; member in class:browser_sync::UpdateApplicator
  /external/chromium/net/http/
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/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_; }
  /art/compiler/dex/
arena_allocator.cc 127 begin_(nullptr),
139 arena_head_->bytes_allocated_ = ptr_ - begin_;
159 ptr_ = begin_ = new_arena->Begin();
arena_allocator.h 131 uint8_t* begin_; member in class:art::ArenaAllocator
  /art/runtime/gc/space/
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/chromium_org/content/common/android/
address_parser_internal.h 51 string16::const_iterator begin_; member in class:content::address_parser::internal::HouseNumberParser
address_parser_internal.cc 107 if (result_chars_ == 0 || SafePreviousChar(it_, begin_) == '-')
120 it_ = begin_ = begin;
163 DCHECK(it_ != begin_);
164 char16 previous = SafePreviousChar(it_, begin_);
178 bool is_teen = SafePreviousChar(it_ - 1, begin_) == '1' &&

Completed in 615 milliseconds

1 2