Lines Matching refs:doc
682 void Compare(Document* doc, const char* expected) { in Compare() argument
686 doc->Write(cw.get()); in Compare()
715 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface); in TEST_F() local
716 Compare(doc.get(), kExpectedComplexTypeClientHeaderOutput); in TEST_F()
722 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface); in TEST_F() local
723 Compare(doc.get(), kExpectedComplexTypeClientSourceOutput); in TEST_F()
729 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface); in TEST_F() local
730 Compare(doc.get(), kExpectedComplexTypeServerHeaderOutput); in TEST_F()
736 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface); in TEST_F() local
737 Compare(doc.get(), kExpectedComplexTypeServerSourceOutput); in TEST_F()
743 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface); in TEST_F() local
744 Compare(doc.get(), kExpectedComplexTypeInterfaceHeaderOutput); in TEST_F()
750 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface); in TEST_F() local
751 Compare(doc.get(), kExpectedComplexTypeInterfaceSourceOutput); in TEST_F()