Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_reader.cpp244 while ( token.type_ == tokenComment ); in skipCommentTokens()
289 token.type_ = tokenComment; in readToken()
478 while ( tokenName.type_ == tokenComment && initialTokenOk ) in readObject()
509 comma.type_ != tokenComment ) ) in readObject()
516 while ( comma.type_ == tokenComment && in readObject()
552 while ( token.type_ == tokenComment && ok ) in readArray()
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
Djson_reader.cpp246 while ( token.type_ == tokenComment ); in skipCommentTokens()
291 token.type_ = tokenComment; in readToken()
480 while ( tokenName.type_ == tokenComment && initialTokenOk ) in readObject()
511 comma.type_ != tokenComment ) ) in readObject()
518 while ( comma.type_ == tokenComment && in readObject()
554 while ( token.type_ == tokenComment && ok ) in readArray()
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
Dclike.js45 state.tokenize = tokenComment;
46 return tokenComment(stream, state);
84 function tokenComment(stream, state) { function
/external/skia/experimental/webtry/res/js/cm/
Dclike.js45 state.tokenize = tokenComment;
46 return tokenComment(stream, state);
84 function tokenComment(stream, state) { function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dclike.js48 state.tokenize = tokenComment;
49 return tokenComment(stream, state);
87 function tokenComment(stream, state) { function
Djavascript.js112 state.tokenize = tokenComment;
113 return tokenComment(stream, state);
159 function tokenComment(stream, state) { function
625 if (state.tokenize != tokenComment && stream.eatSpace()) return null;
633 if (state.tokenize == tokenComment) return CodeMirror.Pass;
/external/jsoncpp/include/json/
Dreader.h105 tokenComment, enumerator