Home
last modified time | relevance | path

Searched defs:IsIdentifier (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Didentifier_expression_test.cc38 TEST_F(IdentifierExpressionTest, IsIdentifier) { in TEST_F() argument
/third_party/gn/src/gn/
Dinput_conversion.cc110 bool IsIdentifier(std::string_view buffer) { in IsIdentifier() function
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc1122 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h380 bool IsIdentifier() const { return type_ == Type::kIdentifier; } in IsIdentifier() function