Searched refs:start_pos_ (Results 1 – 11 of 11) sorted by relevance
/external/libweave/third_party/chromium/base/json/ |
D | json_parser.cc | 186 start_pos_(NULL), in JSONParser() 208 start_pos_ = input_copy->data(); in Parse() 210 start_pos_ = input.data(); in Parse() 212 pos_ = start_pos_; in Parse() 213 end_pos_ = start_pos_ + input.length(); in Parse() 411 if (!(*pos_ == '\n' && pos_ > start_pos_ && *(pos_ - 1) == '\r')) in EatWhitespaceAndComments() 619 int length = end_pos_ - start_pos_; in ConsumeStringRaw() 623 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement. in ConsumeStringRaw() 624 CBU8_NEXT(start_pos_, index_, length, next_char); in ConsumeStringRaw()
|
D | json_parser_unittest.cc | 22 parser->start_pos_ = input.data(); in NewTestParser() 23 parser->pos_ = parser->start_pos_; in NewTestParser() 24 parser->end_pos_ = parser->start_pos_ + input.length(); in NewTestParser()
|
D | json_parser.h | 224 const char* start_pos_; variable
|
/external/libchrome/base/json/ |
D | json_parser.cc | 191 start_pos_(NULL), in JSONParser() 213 start_pos_ = input_copy->data(); in Parse() 215 start_pos_ = input.data(); in Parse() 217 pos_ = start_pos_; in Parse() 218 end_pos_ = start_pos_ + input.length(); in Parse() 416 if (!(*pos_ == '\n' && pos_ > start_pos_ && *(pos_ - 1) == '\r')) in EatWhitespaceAndComments() 624 int length = end_pos_ - start_pos_; in ConsumeStringRaw() 628 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement. in ConsumeStringRaw() 629 CBU8_NEXT(start_pos_, index_, length, next_char); in ConsumeStringRaw()
|
D | json_parser_unittest.cc | 21 parser->start_pos_ = input.data(); in NewTestParser() 22 parser->pos_ = parser->start_pos_; in NewTestParser() 23 parser->end_pos_ = parser->start_pos_ + input.length(); in NewTestParser()
|
D | json_parser.h | 224 const char* start_pos_; variable
|
/external/libchrome/base/strings/ |
D | string_tokenizer.h | 137 token_end_ = start_pos_; in Reset() 159 start_pos_ = string_begin; in Init() 242 const_iterator start_pos_; variable
|
/external/v8/src/ |
D | messages.cc | 19 : script_(script), start_pos_(start_pos), end_pos_(end_pos) {} in MessageLocation() 23 start_pos_(start_pos), in MessageLocation() 26 MessageLocation::MessageLocation() : start_pos_(-1), end_pos_(-1) {} in MessageLocation()
|
D | messages.h | 33 int start_pos() const { return start_pos_; } in start_pos() 39 int start_pos_; variable
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 1932 SeekHead::SeekHead() : start_pos_(0ULL) { in SeekHead() 1943 if (start_pos_ == -1) in Finalize() 1965 if (writer->Position(start_pos_)) in Finalize() 1989 const int64 size_left = total_size - (writer->Position() - start_pos_); in Finalize() 2006 start_pos_ = writer->Position(); in Write()
|
D | mkvmuxer.hpp | 1044 int64 start_pos_; member in mkvmuxer::SeekHead
|