Searched refs:SkipWhitespace (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.h192 void SkipWhitespace();
H A Djson_stream_parser.cc172 SkipWhitespace();
190 SkipWhitespace();
746 void JsonStreamParser::SkipWhitespace() { function in class:google::protobuf::util::converter::JsonStreamParser
776 SkipWhitespace();
/external/v8/src/
H A Djson-parser.h66 INLINE(void SkipWhitespace());
H A Djson-parser.cc196 void JsonParser<seq_one_byte>::SkipWhitespace() { function in class:v8::internal::JsonParser
542 SkipWhitespace();
578 SkipWhitespace();
/external/clang/lib/Lex/
H A DLexer.cpp1982 /// SkipWhitespace - Efficiently skip over a series of whitespace characters.
1987 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, function in class:Lexer
2436 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine);
2982 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3024 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3036 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3598 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3630 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
/external/clang/include/clang/Lex/
H A DLexer.h630 bool SkipWhitespace (Token &Result, const char *CurPtr,
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp283 void SkipWhitespace() { function in class:__anon1349::ParseHelper
429 PH.SkipWhitespace();
459 PH.SkipWhitespace();

Completed in 1853 milliseconds