• Home
  • Raw
  • Download

Lines Matching refs:doc

1398   void Compare(Document* doc, const char* expected) {  in Compare()  argument
1400 doc->Write(CodeWriter::ForString(&output).get()); in Compare()
1429 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface, options_); in TEST_F() local
1430 Compare(doc.get(), kExpectedComplexTypeClientHeaderOutput); in TEST_F()
1436 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F() local
1437 Compare(doc.get(), kExpectedComplexTypeClientSourceOutput); in TEST_F()
1443 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface, options_); in TEST_F() local
1444 Compare(doc.get(), kExpectedComplexTypeServerHeaderOutput); in TEST_F()
1450 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F() local
1451 Compare(doc.get(), kExpectedComplexTypeServerSourceOutput); in TEST_F()
1457 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface, options_); in TEST_F() local
1458 Compare(doc.get(), kExpectedComplexTypeInterfaceHeaderOutput); in TEST_F()
1464 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface, options_); in TEST_F() local
1465 Compare(doc.get(), kExpectedComplexTypeInterfaceSourceOutput); in TEST_F()
1480 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F() local
1481 Compare(doc.get(), kExpectedComplexTypeClientWithTraceSourceOutput); in TEST_F()
1487 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F() local
1488 Compare(doc.get(), kExpectedComplexTypeServerWithTraceSourceOutput); in TEST_F()