Searched refs:BuildClientSource (Results 1 – 3 of 3) sorted by relevance
36 std::unique_ptr<Document> BuildClientSource(const AidlTypenames& typenames,
1596 unique_ptr<Document> doc = internals::BuildClientSource(typenames_, *interface, options_); in TEST_F()1640 unique_ptr<Document> doc = internals::BuildClientSource(typenames_, *interface, options_); in TEST_F()
478 unique_ptr<Document> BuildClientSource(const AidlTypenames& typenames, in BuildClientSource() function1305 auto client_src = BuildClientSource(typenames, interface, options); in GenerateCppInterface()