OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ORDERED_COLLECTION
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
OrderedCollectionLib.h
26
typedef struct
ORDERED_COLLECTION
ORDERED_COLLECTION
;
118
Allocate and initialize the
ORDERED_COLLECTION
structure.
131
@return Pointer to the allocated, initialized
ORDERED_COLLECTION
134
ORDERED_COLLECTION
*
156
IN CONST
ORDERED_COLLECTION
*Collection
161
Uninitialize and release an empty
ORDERED_COLLECTION
structure.
173
IN
ORDERED_COLLECTION
*Collection
197
IN CONST
ORDERED_COLLECTION
*Collection,
220
IN CONST
ORDERED_COLLECTION
*Collection
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c
39
typedef
ORDERED_COLLECTION
RED_BLACK_TREE;
44
struct
ORDERED_COLLECTION
{
[
all
...]
Completed in 116 milliseconds