Searched refs:from_preprocessed (Results 1 – 2 of 2) sorted by relevance
85 DefinedImplResult(const AidlDefinedType* type, const bool from_preprocessed) in DefinedImplResult()86 : type(type), from_preprocessed(from_preprocessed) {} in DefinedImplResult()88 const bool from_preprocessed; member
114 const bool defined_type_not_from_preprocessed = ret.type != nullptr && !ret.from_preprocessed; in IsIgnorableImport()