Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.h253 static bool IsIdentifier(const string& text);
Dtokenizer.cc1126 bool Tokenizer::IsIdentifier(const string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc4937 if (!io::Tokenizer::IsIdentifier(proto.default_value())) { in CrossLinkField()