Searched defs:NodeTreeDefinition (Results 1 – 1 of 1) sorted by relevance
40 struct NodeTreeDefinition { struct41 typedef struct node_key KeyType;42 typedef struct node NodeType;44 static KeyType GetKey(const NodeType* node) in GetKey()49 static SplayTreeLink<NodeType>* GetLink(NodeType* node) in GetLink()54 static int Compare(KeyType key, const NodeType* node) in Compare()