Home
last modified time | relevance | path

Searched refs:total_occurrences (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/bimap/example/mi_to_b_path/
Dhashed_indices.cpp61 unsigned int total_occurrences = 0; in main() local
66 ++total_occurrences; in main()
88 << 100.0 * wit->get<occurrences>() / total_occurrences << "%" in main()
Dmi_hashed_indices.cpp75 unsigned int total_occurrences = 0; in main() local
80 ++total_occurrences; in main()
94 << 100.0 * wit->occurrences / total_occurrences << "%" in main()
/third_party/boost/libs/multi_index/example/
Dhashed.cpp95 unsigned int total_occurrences=0; in main() local
102 ++total_occurrences; in main()
119 <<std::setw(5) <<100.0*wit->occurrences/total_occurrences<<"%" in main()