Home
last modified time | relevance | path

Searched defs:foo_ptr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/security/gdb/gdb_json_printer/test_examples/
H A Dreference.cpp38 Foo *foo_ptr = &foo; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dformat_pointer_container.cpp39 typedef boost::shared_ptr<foo> foo_ptr; in main() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/example/
Dshared_ptr_example.cpp52 FooPtr foo_ptr( new Foo( 2 ) ); in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dintrusive_ptr_test.cpp1084 foo * foo_ptr = new foo; in test() local
Dshared_ptr_test.cpp2664 foo * foo_ptr = new foo; in test() local
/aosp_15_r20/bionic/tests/
H A Ddlfcn_test.cpp275 const char** foo_ptr = reinterpret_cast<const char**>(dlsym(handle, "foo")); in TEST() local
307 fn_ptr foo_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo")); in TEST() local