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

  /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...]
  /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...]

Completed in 253 milliseconds