Searched defs:Foo (Results 1 – 4 of 4) sorted by relevance
331 …fn ignoreParcelablesAndRepeatInt(&self, _in_foo: &Foo, _inout_foo: &mut Foo, _out_foo: &mut Foo, v… in ignoreParcelablesAndRepeatInt()
35 class Foo : public RefBase { class37 Foo(bool* deleted_check) : mDeleted(deleted_check) { in Foo() function in Foo
267 class Foo { class273 Foo(int value) : value(value) { in Foo() function in Foo277 Foo(const Foo &other) { in Foo() function in Foo
27 class Foo { class