Searched defs:foo_ptr (Results 1 – 6 of 6) sorted by relevance
38 Foo *foo_ptr = &foo; in main() local
39 typedef boost::shared_ptr<foo> foo_ptr; in main() typedef
52 FooPtr foo_ptr( new Foo( 2 ) ); in main() local
1084 foo * foo_ptr = new foo; in test() local
2664 foo * foo_ptr = new foo; in test() local
275 const char** foo_ptr = reinterpret_cast<const char**>(dlsym(handle, "foo")); in TEST() local307 fn_ptr foo_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo")); in TEST() local