Home
last modified time | relevance | path

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

/external/libcppbor/src/
Dcppbor.cpp491 bool Map::keyLess(const Item* a, const Item* b) { in keyLess() function in cppbor::Map
547 [](auto& a, auto& b) { return keyLess(a.first.get(), b.first.get()); }); in canonicalize()
/external/libcppbor/include/cppbor/
Dcppbor.h751 static bool keyLess(const Item* a, const Item* b);
1096 return keyLess(entry.first.get(), key);