• Home
  • Raw
  • Download

Lines Matching refs:AIDL_ERROR

95     AIDL_ERROR(location) << stream.str();  in Parse()
201 AIDL_ERROR(this) << " List cannot have type parameters more than one, but got " in CheckValid()
207 AIDL_ERROR(this) << "Map must have 0 or 2 type parameters, but got " in CheckValid()
216 AIDL_ERROR(this) << "void type cannot be an array or nullable or utf8 string"; in CheckValid()
224 AIDL_ERROR(this) << "Binder type cannot be an array"; in CheckValid()
231 AIDL_ERROR(this) << "Primitive type cannot get nullable annotation"; in CheckValid()
353 AIDL_ERROR(location) << "Invalid character literal " << value; in Character()
382 AIDL_ERROR(location) << "Found invalid character at index " << i << " in string constant '" in String()
407 AIDL_ERROR(type) << "Generic type cannot be specified with a constant literal."; in As()
431 AIDL_ERROR(this) << "Default value must be a literal array of " << type_string << "."; in As()
499 AIDL_ERROR(this) << "Expecting type " << type_string << " but constant is " << ToString(type_); in As()
502 AIDL_ERROR(this) << "Could not parse " << value_ << " as " << type_string; in As()
544 AIDL_ERROR(this) << "Constant of type " << type_->ToString() << " is not supported."; in CheckValid()
646 AIDL_ERROR(this) << stream.str(); in CheckValid()
731 AIDL_ERROR(m) << "oneway method '" << m->GetName() << "' cannot return a value"; in CheckValid()
739 AIDL_ERROR(m) << "method '" << m->GetName() << "' has duplicate argument name '" in CheckValid()
750 AIDL_ERROR(m) << "oneway method '" << m->GetName() << "' cannot have out parameters"; in CheckValid()
760 AIDL_ERROR(m) << "attempt to redefine method " << m->GetName() << ":"; in CheckValid()
761 AIDL_ERROR(it->second) << "previously defined here."; in CheckValid()
769 AIDL_ERROR(m) << " method " << m->Signature() << " is reserved for internal use." << endl; in CheckValid()
814 AIDL_ERROR(filename) << "Error while opening file for parsing"; in Parse()
844 AIDL_ERROR(typespec) << "Failed to resolve '" << typespec->GetUnresolvedName() << "'"; in Resolve()