Home
last modified time | relevance | path

Searched refs:tokenComment (Results 1 – 4 of 4) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_reader.cpp228 } while (token.type_ == tokenComment); in skipCommentTokens()
264 token.type_ = tokenComment; in readToken()
413 while (tokenName.type_ == tokenComment && initialTokenOk) in readObject()
447 comma.type_ != tokenComment)) { in readObject()
452 while (comma.type_ == tokenComment && finalizeTokenOk) in readObject()
483 while (token.type_ == tokenComment && ok) { in readArray()
/external/jsoncpp/include/json/
Dreader.h170 tokenComment, enumerator
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp435 } while (token.type_ == tokenComment); in skipCommentTokens()
464 token.type_ = tokenComment; in readToken()
654 while (tokenName.type_ == tokenComment && initialTokenOk) in readObject()
688 comma.type_ != tokenComment)) { in readObject()
693 while (comma.type_ == tokenComment && finalizeTokenOk) in readObject()
725 while (token.type_ == tokenComment && ok) { in readArray()
1144 tokenComment, enumerator
1384 } while (token.type_ == tokenComment); in skipCommentTokens()
1419 token.type_ = tokenComment; in readToken()
1630 while (tokenName.type_ == tokenComment && initialTokenOk) in readObject()
[all …]
Djson.h1420 tokenComment, enumerator