Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/src/thrift/audit/
Dt_audit.cpp166 bool compare_pair(std::pair<t_const_value*, t_const_value*> newMapPair, std::pair<t_const_value*, t… in compare_pair() function
206 …urn defaultValuesCompare && std::equal(newMap.begin(), newMap.end(), oldMap.begin(), compare_pair); in compare_defaults()