Home
last modified time | relevance | path

Searched refs:start_pos_ (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_tokenizer.h132 void Reset() { token_end_ = start_pos_; } in Reset()
153 start_pos_ = string_begin; in Init()
232 const_iterator start_pos_; variable
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc1542 start_pos_ = start; in Parse()
2110 Status{error, static_cast<size_t>(pos - start_pos_)}); in HandleError()
2115 const Char* start_pos_ = nullptr; member in v8_inspector_protocol_encoding::json::__anonbd9b22800711::JsonParser
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template1550 start_pos_ = start;
2118 Status{error, static_cast<size_t>(pos - start_pos_)});
2123 const Char* start_pos_ = nullptr;