Searched defs:current_ (Results 1 - 25 of 37) sorted by relevance

12

/external/v8/tools/clang/blink_gc_plugin/
H A DCheckGCRootsVisitor.h33 RootPath current_; member in class:CheckGCRootsVisitor
H A DCheckFieldsVisitor.h50 FieldPoint* current_; member in class:CheckFieldsVisitor
/external/webrtc/webrtc/modules/desktop_capture/
H A Dscreen_capture_frame_queue.h55 return frames_[current_].get();
59 return frames_[(current_ + kQueueLength - 1) % kQueueLength].get();
64 int current_; member in class:webrtc::ScreenCaptureFrameQueue
/external/webrtc/webrtc/base/
H A Dmultipart.h75 size_t current_; // The index into parts_ of the current read position. member in class:rtc::MultipartStream
H A Dhttpserver.h99 HttpServerTransaction* current_; member in class:rtc::HttpServer::Connection
/external/libtextclassifier/common/
H A Dfml-parser.h83 bool eos() const { return current_ >= source_.end(); }
86 // character through this method (instead of using *current_ directly): this
91 if ((current_ >= source_.begin()) && (current_ < source_.end())) {
92 return *current_;
111 std::string::iterator current_; member in class:libtextclassifier::nlp_core::FMLParser
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h62 const char *current_; member in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_list.h124 explicit IteratorBase(ItemTy *current) : current_(current) {}
126 current_ = current_->next;
130 return current_ != other.current_;
133 return *current_;
136 ItemTy *current_; member in class:__sanitizer::IntrusiveList::IteratorBase
/external/libtextclassifier/common/memory_image/
H A Dlow-level-memory-reader.h37 : current_(reinterpret_cast<const char *>(start)),
51 memcpy(target, current_, length);
76 *view = DataBlobView(current_, size);
93 const char *GetCurrent() const { return current_; }
112 current_ += num_bytes;
130 const char *current_; member in class:libtextclassifier::nlp_core::LowLevelMemReader
/external/v8/src/
H A Dallocation-site-scopes.h24 Handle<AllocationSite> current() { return current_; }
32 *(current_.location()) = site;
37 current_ = Handle<AllocationSite>::New(*top_, isolate());
43 Handle<AllocationSite> current_; member in class:v8::internal::AllocationSiteContext
H A Dsource-position-table.h69 return current_.code_offset;
73 return SourcePosition::FromRaw(current_.source_position);
77 return current_.is_statement;
86 PositionTableEntry current_; member in class:v8::internal::SourcePositionTableIterator
H A Dbit-vector.h23 current_(-1) {
34 return current_;
41 current_ += 8;
48 current_++;
56 int current_; member in class:v8::internal::BitVector::BASE_EMBEDDED
H A Dconversions.cc47 uint16_t current_; member in class:v8::internal::__anon21656::StringCharacterStreamIterator
58 return current_;
65 current_ = stream_->GetNext();
/external/google-breakpad/src/common/
H A Dsimple_string_dictionary.h82 current_(0) {
88 while (current_ < map_.num_entries) {
89 const Entry* entry = &map_.entries_[current_++];
99 size_t current_; member in class:google_breakpad::NonAllocatingMap::Iterator
/external/v8/src/compiler/
H A Dnode-aux-data.h54 : data_(data), current_(current) {}
56 : data_(other.data_), current_(other.current_) {}
59 return std::make_pair(current_, (*data_)[current_]);
62 return current_ == other.current_ && data_ == other.data_;
68 ++current_;
75 size_t current_; member in class:v8::internal::compiler::NodeAuxData::const_iterator
H A Dstate-values-utils.cc128 : values_(values), count_(count), current_(0) {}
132 current_++;
136 bool done() { return current_ >= count_; }
140 return values_[current_];
146 size_t current_; member in class:v8::internal::compiler::StateValuesCache::ValueArrayIterator
/external/v8/src/heap/
H A Dstore-buffer.h73 if (top_ + sizeof(Address) > limit_[current_]) {
95 return top_ == start_[current_];
143 int current_; member in class:v8::internal::StoreBuffer
/external/vulkan-validation-layers/demos/smoke/
H A DSimulation.h47 Data current_; member in class:Animation
74 Subpath current_; member in class:Path
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
H A Dintelligibility_utils.h153 rtc::scoped_ptr<float[]> current_; member in class:webrtc::intelligibility::GainApplier
/external/jsoncpp/include/json/
H A Dreader.h236 Location current_; member in class:Json::Reader
/external/libcxx/test/support/
H A Dtest_iterators.h345 : begin_(nullptr), end_(nullptr), current_(nullptr), action_(TADereference), index_(0) {}
347 : begin_(first), end_(last), current_(first), action_(action), index_(index) {}
349 : begin_(rhs.begin_), end_(rhs.end_), current_(rhs.current_), action_(rhs.action_), index_(rhs.index_) {}
366 current_ = rhs.current_;
386 return *current_;
402 ++current_;
426 --current_;
449 bool atEndL = current_
459 const T* current_; member in struct:ThrowingIterator
539 const T* current_; member in struct:NonThrowingIterator
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h259 Token current_; // Returned by current(). member in class:google::protobuf::io::Tokenizer
277 // E.g. StartToken() calls RecordTo(&current_.text). record_start_ is the
309 // end of the last token. After this returns, current_.text will
348 // Consumed a slash, then realized it wasn't a comment. current_ has
395 return current_;
/external/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h226 // Writes the root_ node to ow_ and resets the root_ and current_ pointer to
254 Node* current_; member in class:google::protobuf::util::converter::DefaultValueObjectWriter
257 // The stack to hold the path of Nodes from current_ to root_;
H A Dprotostream_objectwriter.h294 // Note that caller should make sure that the current proto element (current_)
327 google::protobuf::scoped_ptr<Item> current_; member in class:google::protobuf::util::converter::ProtoStreamObjectWriter
/external/v8/src/parsing/
H A Dscanner-character-streams.cc198 : current_({0, {0, 0, unibrow::Utf8::Utf8IncrementalBuffer(0)}}),
235 // Within the current chunk, skip forward from current_ towards position.
239 // Fetch a new chunk (assuming current_ is at the end of the current data).
241 // Search through the chunks and set current_ to point to the given position.
246 Position current_; member in class:v8::internal::Utf8ExternalStreamingStream
251 DCHECK_LE(current_.pos.chars, position); // We can only skip forward.
254 if (current_.pos.chars == position) return true;
256 const Chunk& chunk = chunks_[current_.chunk_no];
257 DCHECK(current_.pos.bytes >= chunk.start.bytes);
261 size_t it = current_
[all...]

Completed in 793 milliseconds

12