Searched refs:foo_definition (Results 1 – 1 of 1) sorted by relevance
3065 const string foo_definition = "package p; parcelable Foo{ p.Enum e = p.Enum.FOO; }"; in TEST_F() local3067 io_delegate_.SetFileContents("old/p/Foo.aidl", foo_definition); in TEST_F()3069 io_delegate_.SetFileContents("new/p/Foo.aidl", foo_definition); in TEST_F()3088 const string foo_definition = "package p; parcelable Foo{ p.Enum e = p.Enum.FOO; }"; in TEST_F() local3090 io_delegate_.SetFileContents("old/p/Foo.aidl", foo_definition); in TEST_F()3092 io_delegate_.SetFileContents("new/p/Foo.aidl", foo_definition); in TEST_F()