Searched refs:AIDL_FATAL_IF (Results 1 – 6 of 6) sorted by relevance
/system/tools/aidl/ |
D | aidl_to_ndk.cpp | 326 AIDL_FATAL_IF(!aidl.IsGeneric(), aidl) << "List must be generic type."; in GetTypeAspect() 327 AIDL_FATAL_IF(aidl.GetTypeParameters().size() != 1, aidl) in GetTypeAspect() 331 AIDL_FATAL_IF(type_param->IsGeneric(), aidl) << "AIDL doesn't support nested type parameter"; in GetTypeAspect() 343 AIDL_FATAL_IF(aidl.IsGeneric(), aidl); in GetTypeAspect() 351 AIDL_FATAL_IF(type == nullptr, aidl_name) << "Unrecognized type."; in GetTypeAspect() 367 AIDL_FATAL_IF(info.nullable_array == nullptr, aidl) in GetTypeAspect() 371 AIDL_FATAL_IF(info.array == nullptr, aidl) in GetTypeAspect() 377 AIDL_FATAL_IF(info.nullable == nullptr, aidl) in GetTypeAspect()
|
D | logging.h | 85 #define AIDL_FATAL_IF(CONDITION, CONTEXT) \ macro
|
D | aidl_language.cpp | 292 AIDL_FATAL_IF(type.size() < 2, this) << type; in BackingType() 293 AIDL_FATAL_IF(type[0] != '"', this) << type; in BackingType() 294 AIDL_FATAL_IF(type[type.length() - 1] != '"', this) << type; in BackingType() 370 AIDL_FATAL_IF(!is_array_, this); in ArrayBase() 372 AIDL_FATAL_IF(IsGeneric(), this); in ArrayBase()
|
D | aidl_to_cpp.cpp | 315 AIDL_FATAL_IF(cpp_header.empty(), definedType->AsParcelable()) in AddHeaders()
|
D | aidl.cpp | 913 AIDL_FATAL_IF(AidlErrorLog::hadError(), "Compiler success, but error emitted"); in aidl_entry()
|
D | aidl_to_java.cpp | 814 AIDL_FATAL_IF(t == nullptr, c.type) << "Unknown type"; in ToStringFor()
|