Home
last modified time | relevance | path

Searched defs:get_foo (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/prebuilts-test/lib/
Dfoo.c23 int get_foo(void* buf, size_t len) { in get_foo() function
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_grand_children_big_endian.rs282 pub fn get_foo(&self) -> Enum16 { in get_foo() method
486 pub fn get_foo(&self) -> Enum16 { in get_foo() method
703 pub fn get_foo(&self) -> Enum16 { in get_foo() method
931 pub fn get_foo(&self) -> Enum16 { in get_foo() method
Dpacket_decl_grand_children_little_endian.rs282 pub fn get_foo(&self) -> Enum16 { in get_foo() method
486 pub fn get_foo(&self) -> Enum16 { in get_foo() method
703 pub fn get_foo(&self) -> Enum16 { in get_foo() method
931 pub fn get_foo(&self) -> Enum16 { in get_foo() method
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Dctor.incomplete.pass.cpp36 Foo& get_foo() { in get_foo() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/refwrap/refwrap.helpers/
H A Dref.incomplete.pass.cpp37 Foo& get_foo() { in get_foo() function
H A Dcref.incomplete.pass.cpp37 Foo& get_foo() { in get_foo() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Dinvoke.incomplete.compile.fail.cpp33 Foo& get_foo() { static Foo foo; return foo; } in get_foo() function