Searched refs:foo_definition (Results 1 – 1 of 1) sorted by relevance
1962 const string foo_definition = "package p; parcelable Foo{ p.Enum e = p.Enum.FOO; }"; in TEST_F() local1964 io_delegate_.SetFileContents("old/p/Foo.aidl", foo_definition); in TEST_F()1966 io_delegate_.SetFileContents("new/p/Foo.aidl", foo_definition); in TEST_F()1974 const string foo_definition = "package p; parcelable Foo{ p.Enum e = p.Enum.FOO; }"; in TEST_F() local1976 io_delegate_.SetFileContents("old/p/Foo.aidl", foo_definition); in TEST_F()1978 io_delegate_.SetFileContents("new/p/Foo.aidl", foo_definition); in TEST_F()