Searched refs:BuildServerSource (Results 1 – 3 of 3) sorted by relevance
40 std::unique_ptr<Document> BuildServerSource(const TypeNamespace& types,
1450 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F()1487 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface, options_); in TEST_F()
630 unique_ptr<Document> BuildServerSource(const TypeNamespace& types, const AidlInterface& interface, in BuildServerSource() function1157 auto server_src = BuildServerSource(types, interface, options); in GenerateCppInterface()