Home
last modified time | relevance | path

Searched defs:Foo (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/rust/
Dtest_service.rs331 …fn ignoreParcelablesAndRepeatInt(&self, _in_foo: &Foo, _inout_foo: &mut Foo, _out_foo: &mut Foo, v… in ignoreParcelablesAndRepeatInt()
/system/core/libutils/
DRefBase_test.cpp35 class Foo : public RefBase { class
37 Foo(bool* deleted_check) : mDeleted(deleted_check) { in Foo() function in Foo
/system/chre/util/tests/
Ddynamic_vector_test.cc267 class Foo { class
273 Foo(int value) : value(value) { in Foo() function in Foo
277 Foo(const Foo &other) { in Foo() function in Foo
Dfixed_size_vector_test.cc27 class Foo { class