HomeSort by relevance Sort by last modified time
    Searched refs:ConsumeChar (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/util/
logging.h 37 extern bool ConsumeChar(Slice* in, char c);
logging.cc 48 bool ConsumeChar(Slice* in, char c) {
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 487 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
489 // part of the current token, it calls ConsumeChar on it. This two stage
517 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
521 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) {

Completed in 59 milliseconds