Searched refs:word_counter_entry (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/multi_index/example/ |
D | hashed.cpp | 32 struct word_counter_entry struct 37 word_counter_entry(std::string word_):word(word_),occurrences(0){} in word_counter_entry() function 45 word_counter_entry, 48 BOOST_MULTI_INDEX_MEMBER(word_counter_entry,unsigned int,occurrences), 52 BOOST_MULTI_INDEX_MEMBER(word_counter_entry,std::string,word)
|
/third_party/boost/libs/bimap/example/mi_to_b_path/ |
D | mi_hashed_indices.cpp | 35 struct word_counter_entry struct 40 word_counter_entry( std::string word_ ) : word(word_), occurrences(0) {} in word_counter_entry() argument 45 word_counter_entry, 51 word_counter_entry,unsigned int,occurrences), 56 BOOST_MULTI_INDEX_MEMBER(word_counter_entry,std::string,word)
|