Searched refs:error_prefix (Results 1 – 2 of 2) sorted by relevance
125 string error_prefix = in GetArgType() local132 AIDL_ERROR(a) << error_prefix << error_msg; in GetArgType()138 AIDL_ERROR(a) << error_prefix << "'" << a.GetType().ToString() in GetArgType()144 AIDL_ERROR(a) << error_prefix << "'" << a.ToString() << "' can only be an in parameter."; in GetArgType()150 AIDL_ERROR(a) << error_prefix << "Argument name is a Java or aidl keyword"; in GetArgType()156 AIDL_ERROR(a) << error_prefix << "Argument name cannot begin with '_aidl'"; in GetArgType()
536 auto VisitValueOrLogError(T&& expected, F&& visit_func, const char* error_prefix = "") { in VisitValueOrLogError() argument538 LOG(ERROR) << error_prefix << " " << expected.error(); in VisitValueOrLogError()