Home
last modified time | relevance | path

Searched refs:foo_ptr (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/smart_ptr/example/
Dshared_ptr_example.cpp52 FooPtr foo_ptr( new Foo( 2 ) ); in main() local
53 foo_vector.push_back( foo_ptr ); in main()
54 foo_set.insert( foo_ptr ); in main()
56 foo_ptr.reset( new Foo( 1 ) ); in main()
57 foo_vector.push_back( foo_ptr ); in main()
58 foo_set.insert( foo_ptr ); in main()
60 foo_ptr.reset( new Foo( 3 ) ); in main()
61 foo_vector.push_back( foo_ptr ); in main()
62 foo_set.insert( foo_ptr ); in main()
64 foo_ptr.reset ( new Foo( 2 ) ); in main()
[all …]
/third_party/boost/libs/spirit/test/karma/
Dformat_pointer_container.cpp39 typedef boost::shared_ptr<foo> foo_ptr; in main() typedef
40 std::vector<foo_ptr> v; in main()
46 typedef boost::indirect_iterator<std::vector<foo_ptr>::const_iterator> in main()
/third_party/gn/src/gn/
Dstring_atom_unittest.cc91 const std::string* foo_ptr = atom_to_ptr(*foo_ret.first); in TEST() local
96 EXPECT_EQ(foo_ptr, atom_to_ptr(foo_key)); in TEST()
112 foo_ptr, in TEST()
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/
Dglobal-pointer.c3 int foo_ptr(void) in foo_ptr() function
/third_party/boost/libs/interprocess/test/
Dintrusive_ptr_test.cpp521 boost::interprocess::offset_ptr<foo> foo_ptr = new foo; in test() local
522 foo_ptr->suicide(); in test()
/third_party/boost/libs/smart_ptr/test/
Dintrusive_ptr_test.cpp1084 foo * foo_ptr = new foo; in test() local
1085 foo_ptr->suicide(); in test()
Dshared_ptr_test.cpp2664 foo * foo_ptr = new foo; in test() local
2665 foo_ptr->suicide(); in test()
/third_party/ltp/doc/
Dc-test-api.txt1736 static struct foo *foo_ptr;
1746 foo_ptr->bar = 1;
1747 foo_ptr->buf = buf_ptr;
1764 {&foo_ptr, .size = sizeof(*foo_ptr)},