Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc1121 bool Tokenizer::IsIdentifier(const std::string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer
/external/v8/src/parsing/
Dpreparser.h206 bool IsIdentifier() const { in IsIdentifier() function
/external/v8/src/api/
Dapi.cc2529 bool IsIdentifier(i::Isolate* isolate, i::Handle<i::String> string) { in IsIdentifier() function