HomeSort by relevance Sort by last modified time
    Searched refs:KeyCompare (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 32 template <typename KeyType, typename ValueType, typename KeyCompare>
37 typedef KeyCompare key_compare;
40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
OrderedCollectionLib.h 124 @param[in] KeyCompare This caller-provided function will be used to
138 IN ORDERED_COLLECTION_KEY_COMPARE KeyCompare
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c 86 KeyCompare (
127 return KeyCompare (&CmpStruct1->Key, UserStruct2);
558 Collection = OrderedCollectionInit (UserStructCompare, KeyCompare);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 47 RED_BLACK_TREE_KEY_COMPARE KeyCompare;
105 @param[in] KeyCompare This caller-provided function will be used to
119 IN RED_BLACK_TREE_KEY_COMPARE KeyCompare
131 Tree->KeyCompare = KeyCompare;
194 Tree->KeyCompare().
214 Result = Tree->KeyCompare (StandaloneKey, Node->UserStruct);
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 664 template<typename T> int KeyCompare(const void *key, const void *elem) {
677 case 1: comp = KeyCompare<uint8_t>; break;
678 case 2: comp = KeyCompare<uint16_t>; break;
679 case 4: comp = KeyCompare<uint32_t>; break;
680 case 8: comp = KeyCompare<uint64_t>; break;
    [all...]
flatbuffers.h 420 IndirectHelper<T>::element_stride, KeyCompare<K>);
439 template<typename K> static int KeyCompare(const void *ap, const void *bp) {
    [all...]
  /external/protobuf/src/google/protobuf/
map.h 752 struct KeyCompare {
756 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 755 struct KeyCompare {
759 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree;
    [all...]
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h 449 IndirectHelper<T>::element_stride, KeyCompare<K>);
468 template<typename K> static int KeyCompare(const void *ap, const void *bp) {
    [all...]

Completed in 958 milliseconds