Home
last modified time | relevance | path

Searched refs:IsBuiltinType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/sksl/
DDSLSymbols.h60 bool IsBuiltinType(skstd::string_view name);
/third_party/googletest/googlemock/scripts/generator/cpp/
Dkeywords.py52 def IsBuiltinType(token): function
Dast.py751 not keywords.IsBuiltinType(token.name)):
/third_party/skia/src/sksl/dsl/
DDSLSymbols.cpp44 bool IsBuiltinType(skstd::string_view name) { in IsBuiltinType() function
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp191 if (IsBuiltinType(this->text(*result))) { in expectIdentifier()