/third_party/json/tests/src/ |
H A D | unit-class_lexer.cpp | 30 auto lexer = nlohmann::detail::lexer<json, decltype(ia)>(std::move(ia), ignore_comments); // NOLINT(hicpp-move-const-arg,performance-move-const-arg) in get_error_message() local [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/ |
H A D | lexer.go | 39 type lexer struct { type [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 164 type lexer struct { type [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
H A D | parser.go | 164 type lexer struct { type [all...] |
/third_party/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 164 type lexer struct { type [all...] |
/third_party/skia/src/sksl/lex/ |
H A D | Main.cpp | 34 static void writeH(const DFA& dfa, const char* lexer, const char* token, in writeH() argument 39 out << "#ifndef SKSL_" << lexer << "\n"; in writeH() local 40 out << "#define SKSL_" << lexer << "\n"; in writeH() local 104 static void writeCPP(const DFA& dfa, const char* lexer, const char* token, const char* include, in writeCPP() argument 143 out << token << " " << lexer << "::next() {"; in writeCPP() local 184 static void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument [all...] |
/third_party/json/include/nlohmann/detail/input/ |
H A D | lexer.hpp | 111 class lexer : public lexer_base<BasicJsonType> class [all...] |
/third_party/node/deps/v8/tools/cppgc/ |
H A D | gen_cmake.py | 468 from cmake_format import configuration, lexer, parse, formatter namespace
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 87 MacroExpander::MacroExpander(Lexer *lexer, in MacroExpander() argument
|
H A D | DirectiveParser.cpp | 116 void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() argument
|
H A D | preprocessor_tab_autogen.cpp | 128 angle::pp::Lexer *lexer; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 96 MacroExpander::MacroExpander(Lexer *lexer, in MacroExpander() argument
|
H A D | DirectiveParser.cpp | 120 static void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() argument 152 DefinedParser(Lexer *lexer, const MacroSet *macroSet, Diagnostics *diagnostics) in DefinedParser() argument
|
H A D | ExpressionParser.cpp | 130 pp::Lexer* lexer; member
|
/third_party/jinja2/ |
H A D | environment.py | 453 def lexer(self) -> Lexer: member in Environment
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 443 lexer = property(get_lexer, doc="The lexer for this environment.") variable in Environment
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 401 lexer = property(get_lexer, doc="The lexer for this environment.") variable in Environment
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | environment.py | 443 lexer = property(get_lexer, doc="The lexer for this environment.") variable in Environment
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.h | 538 Lexer& lexer() { return lexer_; } in lexer() function in v8::internal::Grammar
|