Searched refs:BuildClientSource (Results 1 – 3 of 3) sorted by relevance
37 std::unique_ptr<Document> BuildClientSource(const TypeNamespace& types,
1436 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F()1480 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface, options_); in TEST_F()
434 unique_ptr<Document> BuildClientSource(const TypeNamespace& types, const AidlInterface& interface, in BuildClientSource() function1156 auto client_src = BuildClientSource(types, interface, options); in GenerateCppInterface()