Home
last modified time | relevance | path

Searched refs:BuildInterfaceSource (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dgenerate_cpp.h43 std::unique_ptr<Document> BuildInterfaceSource(const TypeNamespace& types,
Dgenerate_cpp_unittest.cpp1464 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface, options_); in TEST_F()
Dgenerate_cpp.cpp723 unique_ptr<Document> BuildInterfaceSource(const TypeNamespace& types, in BuildInterfaceSource() function
1155 auto interface_src = BuildInterfaceSource(types, interface, options); in GenerateCppInterface()