Home
last modified time | relevance | path

Searched refs:MyShmString (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/interprocess/example/
Ddoc_move_containers.cpp30 ,CharAllocator> MyShmString; in main() typedef
31 typedef allocator<MyShmString, SegmentManager> StringAllocator; in main()
32 typedef vector<MyShmString, StringAllocator> MyShmStringVector; in main()
74 MyShmString string_to_compare(charallocator); in main()
79 MyShmString move_me(string_to_compare); in main()
Ddoc_where_allocate.cpp28 MyShmString; in main() typedef
29 typedef allocator<MyShmString, managed_shared_memory::segment_manager> in main()
31 typedef vector<MyShmString, StringAllocator> in main()
72 MyShmString mystring(charallocator); in main()