Home
last modified time | relevance | path

Searched refs:IsResolved (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp_common.cpp164 CHECK(aidl.IsResolved()) << aidl.ToString(); in GetTypeInfo()
Daidl_to_ndk.cpp239 CHECK(aidl.IsResolved()) << aidl.ToString(); in GetTypeAspect()
Daidl_language.h204 if (IsResolved()) { in GetName()
223 bool IsResolved() const { return fully_qualified_name_ != ""; } in IsResolved() function
Daidl_to_java.cpp50 CHECK(aidl.IsResolved()) << aidl.ToString(); in JavaNameOf()
Daidl_language.cpp187 assert(!IsResolved()); in Resolve()