Home
last modified time | relevance | path

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

/third_party/boost/libs/test/example/
Dunit_test_example_12.cpp50 : m_alphabet( alphabet ) in hash_function()
52 if( m_alphabet.size() != AlphabetSize ) in hash_function()
55 std::sort( m_alphabet.begin(), m_alphabet.end() ); in hash_function()
57 if( std::adjacent_find( m_alphabet.begin(), m_alphabet.end() ) != m_alphabet.end() ) in hash_function()
80 std::string::const_iterator it = std::find( m_alphabet.begin(), m_alphabet.end(), c ); in helper_()
82 if( it == m_alphabet.end() ) in helper_()
85 m_result += power_of_10_( it - m_alphabet.begin() ); in helper_()
102 std::string m_alphabet; member in hash_function