Home
last modified time | relevance | path

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

/third_party/boost/tools/auto_index/src/
Dauto_index.hpp43 typedef boost::shared_ptr<index_entry> index_entry_ptr; typedef
44 bool operator < (const index_entry_ptr& a, const index_entry_ptr& b);
45 typedef std::set<index_entry_ptr> index_entry_set;
63 inline bool operator < (const index_entry_ptr& a, const index_entry_ptr& b) in operator <()
Dauto_index.cpp526 index_entry_ptr item1(new index_entry(simple_title)); in process_node()
527 index_entry_ptr item2(new index_entry(i->term, *pid)); in process_node()
599 index_entry_ptr item3(new index_entry(i->term)); in process_node()
602 index_entry_ptr item4(new index_entry(rtitle, *pid)); in process_node()
625 index_entry_ptr item1(new index_entry(last_primary, "", attr ? *attr : "")); in process_node()