Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/amber/src/
Dtokenizer.h45 bool IsIdentifier() const { return type_ == TokenType::kIdentifier; } in IsIdentifier() function
/aosp_15_r20/prebuilts/go/linux-x86/src/go/token/
Dtoken.go331 func IsIdentifier(name string) bool { func
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc1227 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc1227 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer