Home
last modified time | relevance | path

Searched refs:begin_ (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_reader.cpp118 begin_ = beginDoc; in parse()
121 current_ = begin_; in parse()
764 Location current = begin_; in getLocationLineAndColumn()
823 ptrdiff_t const length = end_ - begin_; in pushError()
983 Location begin_ = nullptr; member in Json::OurReader
1010 begin_ = beginDoc; in parse()
1013 current_ = begin_; in parse()
1276 if ((end_ - begin_) >= 3 && strncmp(begin_, "\xEF\xBB\xBF", 3) == 0) { in skipBom()
1277 begin_ += 3; in skipBom()
1278 current_ = begin_; in skipBom()
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp356 begin_ = beginDoc; in parse()
359 current_ = begin_; in parse()
1016 Location current = begin_; in getLocationLineAndColumn()
1081 ptrdiff_t const length = end_ - begin_; in pushError()
1098 ptrdiff_t const length = end_ - begin_; in pushError()
1251 Location begin_; member in AlibabaCloud::OSS::Json::OurReader
1285 begin_ = beginDoc; in parse()
1288 current_ = begin_; in parse()
2048 Location current = begin_; in getLocationLineAndColumn()
2108 ptrdiff_t length = end_ - begin_; in pushError()
[all …]
A Djson.h1608 Location begin_; variable
/AliOS-Things-master/components/jsoncpp/
A DCONTRIBUTING.md140 currentValue().setOffsetStart(token.start_ - begin_);
141 currentValue().setOffsetLimit(token.end_ - begin_);
/AliOS-Things-master/components/jsoncpp/include/json/
A Dreader.h233 Location begin_{};

Completed in 26 milliseconds