Searched refs:BuildInterfaceSource (Results 1 – 3 of 3) sorted by relevance
43 std::unique_ptr<Document> BuildInterfaceSource(const TypeNamespace& types,
1464 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface, options_); in TEST_F()
723 unique_ptr<Document> BuildInterfaceSource(const TypeNamespace& types, in BuildInterfaceSource() function1155 auto interface_src = BuildInterfaceSource(types, interface, options); in GenerateCppInterface()