Searched defs:IsIdentifier (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/amber/src/ | ||
D | tokenizer.h | 45 bool IsIdentifier() const { return type_ == TokenType::kIdentifier; } in IsIdentifier() function |
/external/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 1227 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer |
/external/cronet/tot/third_party/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 1227 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer |
/external/cronet/stable/third_party/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 1227 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer |