Home
last modified time | relevance | path

Searched defs:word_counter_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/bimap/example/mi_to_b_path/
Dmi_hashed_indices.cpp35 struct word_counter_entry struct
40 word_counter_entry( std::string word_ ) : word(word_), occurrences(0) {} in word_counter_entry() argument
/third_party/boost/libs/multi_index/example/
Dhashed.cpp32 struct word_counter_entry struct
37 word_counter_entry(std::string word_):word(word_),occurrences(0){} in word_counter_entry() argument