Searched defs:SkipWhitespace (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/test/expectations/
H A Dparser.cc72 return SkipWhitespace(ExtractString(
81 return SkipWhitespace(&Parser::InModifiers);
88 return ExtractString(SkipWhitespace(
110 return SkipWhitespace(&Parser::InModifiers);
118 return SkipWhitespace(&Parser::ParseTestName);
130 return SkipWhitespace(&Parser::ParseExpectation);
138 return SkipWhitespace(&Parser::ParseExpectationType);
149 return SkipWhitespace(&Parser::End);
174 Parser::StateFunc Parser::SkipWhitespace(Parser::StateFunc next) { function in class:test_expectations::Parser
/external/chromium_org/net/dns/
H A Ddns_hosts.cc40 SkipWhitespace();
55 SkipWhitespace();
106 void SkipWhitespace() { function in class:net::__anon9193::HostsParser
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py876 self.SkipWhitespace()
884 self.SkipWhitespace()
898 def SkipWhitespace(self): member in class:_TokenStream
1045 tokens.SkipWhitespace()
1102 tokens.SkipWhitespace()
1118 tokens.SkipWhitespace()
1123 tokens.SkipWhitespace()
/external/chromium_org/v8/src/
H A Djson-parser.h72 inline void SkipWhitespace() { function in class:v8::internal::BASE_EMBEDDED
532 SkipWhitespace();
570 SkipWhitespace();
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp288 void SkipWhitespace() { function in class:__anon17932::ParseHelper
433 PH.SkipWhitespace();
463 PH.SkipWhitespace();
/external/clang/lib/Lex/
H A DLexer.cpp1953 /// SkipWhitespace - Efficiently skip over a series of whitespace characters.
1958 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, function in class:Lexer
2407 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine);
2953 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
2992 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3004 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3558 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))
3590 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine))

Completed in 178 milliseconds