Searched refs:ParseFiles (Results 1 – 1 of 1) sorted by relevance
36 void ParseFiles(std::vector<std::pair<std::string, std::string>>&& files) { in ParseFiles() function72 ParseFiles({{"Foo.aidl", "enum Foo { foo }"}}); in TEST_F()77 ParseFiles({{"IFoo.aidl", "interface IFoo { const int foo = 1; }"}}); in TEST_F()82 ParseFiles({{"Foo.aidl", "interface Foo { }"}}); in TEST_F()87 ParseFiles({{"Foo.aidl", "parcelable Foo { E e; }"}, {"E.aidl", "enum E { A }"}}); in TEST_F()92 ParseFiles({{"IFoo.aidl", "interface IFoo { void foo(inout Bar bar); }"}, in TEST_F()99 ParseFiles({ in TEST_F()109 ParseFiles({ in TEST_F()118 ParseFiles({ in TEST_F()125 ParseFiles({ in TEST_F()[all …]