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

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.h 45 static const size_t kMaxTokenLength;
Tokenizer.l 287 const size_t Tokenizer::kMaxTokenLength = 256;
323 if (token->text.size() > kMaxTokenLength)
327 token->text.erase(kMaxTokenLength);
Tokenizer.cpp     [all...]

Completed in 242 milliseconds