Searched defs:key_to_string (Results 1 – 2 of 2) sorted by relevance
51 StatusTuple key_to_string(const KeyType* key, std::string& key_str) { in key_to_string() function
68 const std::function<string(const Tkey&)>& key_to_string, in EqualProtoMap()