HomeSort by relevance Sort by last modified time
    Searched refs:IsIdentifier (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/io/
tokenizer.h 245 static bool IsIdentifier(const string& text);
tokenizer.cc     [all...]
  /external/vixl/src/vixl/a64/
debugger-a64.cc 51 virtual bool IsIdentifier() const { return false; }
130 virtual bool IsIdentifier() const { return true; }
137 VIXL_ASSERT(tok->IsIdentifier());
1120 if (!args[0]->IsIdentifier()) {
    [all...]
  /external/v8/src/
preparser.h 731 bool IsIdentifier() const { return (code_ & kTypeMask) == kTypeIdentifier; }
734 DCHECK(IsIdentifier());
761 return IsIdentifier() || IsProperty();
848 if (IsIdentifier()) {
    [all...]
parser.h 403 static bool IsIdentifier(Expression* expression);
410 DCHECK(IsIdentifier(expression));
    [all...]
preparser.cc 503 if (starts_with_identifier && expr.IsIdentifier() && peek() == Token::COLON) {
716 if (CheckInOrOf(lhs.IsIdentifier())) {
parser.cc 389 bool ParserTraits::IsIdentifier(Expression* expression) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]

Completed in 918 milliseconds