Home
last modified time | relevance | path

Searched defs:IsIdentifier (Results 1 – 7 of 7) 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/vk-gl-cts/external/amber/src/src/
Dtokenizer.h45 bool IsIdentifier() const { return type_ == TokenType::kIdentifier; } in IsIdentifier() function
/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
/third_party/node/deps/v8/src/parsing/
Dpreparser.h206 bool IsIdentifier() const { in IsIdentifier() function
/third_party/node/deps/v8/src/objects/
Dstring.cc1580 bool String::IsIdentifier(Isolate* isolate, Handle<String> str) { in IsIdentifier() function in v8::internal::String