HomeSort by relevance Sort by last modified time
    Searched refs:start_pos_ (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/strings/
string_tokenizer.h 137 token_end_ = start_pos_;
159 start_pos_ = string_begin;
242 const_iterator start_pos_; member in class:base::StringTokenizerT
  /external/libchrome/base/json/
json_parser.cc 195 start_pos_(nullptr),
217 start_pos_ = input_copy->data();
219 start_pos_ = input.data();
221 pos_ = start_pos_;
222 end_pos_ = start_pos_ + input.length();
420 if (!(*pos_ == '\n' && pos_ > start_pos_ && *(pos_ - 1) == '\r'))
627 int length = end_pos_ - start_pos_;
631 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement.
632 CBU8_NEXT(start_pos_, index_, length, next_char);
json_parser.h 227 const char* start_pos_; member in class:base::internal::JSONParser
230 // |start_pos_ + index_|.
json_parser_unittest.cc 22 parser->start_pos_ = input.data();
23 parser->pos_ = parser->start_pos_;
24 parser->end_pos_ = parser->start_pos_ + input.length();
  /external/v8/src/parsing/
scanner-character-streams.cc 112 size_t start_pos_; member in class:v8::internal::ExternalTwoByteStringUtf16CharacterStream
121 start_pos_(start_position),
125 buffer_end_ = raw_data_ + (end_pos_ - start_pos_);
126 buffer_pos_ = start_pos_;
131 bool have_data = start_pos_ <= position && position < end_pos_;
133 buffer_pos_ = start_pos_;
134 buffer_cursor_ = raw_data_ + (position - start_pos_),
135 buffer_end_ = raw_data_ + (end_pos_ - start_pos_);
  /external/v8/src/
messages.h 37 int start_pos() const { return start_pos_; }
43 int start_pos_; member in class:v8::internal::MessageLocation
    [all...]
messages.cc 22 : script_(script), start_pos_(start_pos), end_pos_(end_pos) {}
26 start_pos_(start_pos),
29 MessageLocation::MessageLocation() : start_pos_(-1), end_pos_(-1) {}
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc     [all...]
mkvmuxer.h 1438 int64_t start_pos_; member in class:mkvmuxer::SeekHead
    [all...]

Completed in 244 milliseconds