Searched defs:key1 (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_container_utils.h48 static bool LessThan(const KeyType& key1, const KeyType& key2) { return key1 < key2; } argument
49 static bool EqualTo (const KeyType& key1, const KeyType& key2) { return key1 == key2; } argument
/fuchsia/zircon/system/ulib/fuzz-utils/include/fuzz-utils/
H A Dstring-map.h62 static bool LessThan(const char* key1, const char* key2) { return strcmp(key1, key2) < 0; } argument
63 static bool EqualTo(const char* key1, const char* key2) { return strcmp(key1, key2) == 0; } argument
/fuchsia/zircon/system/ulib/trace-provider/
H A Dhandler_impl.h83 static bool EqualTo(const CString& key1, const CString& key2) { argument
/fuchsia/zircon/system/utest/crypto/
H A Dhkdf.cpp59 Secret ikm, key1, key2, key3; local
[all...]
/fuchsia/zircon/system/utest/fbl/
H A Dintrusive_hash_table_sll_tests.cpp35 static bool LessThan(const OtherKeyType& key1, const OtherKeyType& key2) { argument
39 static bool EqualTo(const OtherKeyType& key1, const OtherKeyType& key2) { argument
H A Dintrusive_hash_table_dll_tests.cpp35 static bool LessThan(const OtherKeyType& key1, const OtherKeyType& key2) { argument
39 static bool EqualTo(const OtherKeyType& key1, const OtherKeyType& key2) { argument
H A Dintrusive_wavl_tree_tests.cpp32 static bool LessThan(const KeyType& key1, const KeyType& key2) { return key1 < key2; } argument
33 static bool EqualTo (const KeyType& key1, const KeyType& key2) { return key1 == key2; } argument
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dpseudo-dir.h96 static bool LessThan(uint64_t key1, uint64_t key2) { return key1 < key2; } argument
97 static bool EqualTo(uint64_t key1, uint64_t key2) { return key1 == key2; } argument
104 static bool LessThan(const fbl::String& key1, const fbl::String& key2) { argument
107 static bool EqualTo(const fbl::String& key1, const fbl::String& key2) { argument
/fuchsia/zircon/third_party/ulib/uboringssl/decrepit/xts/
H A Dxts.c60 void *key1, *key2; member in struct:xts128_context
[all...]

Completed in 90 milliseconds