Searched defs:doc (Results 1 – 7 of 7) sorted by relevance
350 bool ValidateAnnotationContext(const AidlDocument& doc) { in ValidateAnnotationContext()441 AidlParcelable* doc = new AidlParcelable(location, class_name, package, Comments{}); in parse_preprocessed_file() local444 AidlStructuredParcelable* doc = in parse_preprocessed_file() local448 AidlInterface* doc = in parse_preprocessed_file() local552 TypeResolver resolver = [&](const AidlDocument* doc, AidlTypeSpecifier* type) { in load_and_validate_aidl()
118 bool AidlTypenames::AddDocument(std::unique_ptr<AidlDocument> doc) { in AddDocument()135 for (const auto& doc : AllDocuments()) { in GetDocumentFor() local
83 void Compare(Document* doc, const char* expected) { in Compare()
96 void Check(const AidlDocument& doc) { in Check()251 bool Diagnose(const AidlDocument& doc, const DiagnosticMapping& mapping) { in Diagnose()
176 const auto& doc = typenames.MainDocument(); in dump_api() local
277 tinyxml2::XMLDocument doc; in ParseXml() local
53 DocType *doc = new tinyxml2::XMLDocument(); in createDocument() local169 DocType *doc = createDocument(); in operator ()() local185 auto doc = createDocument(xml); in operator ()() local