Home
last modified time | relevance | path

Searched defs:NodeTreeDefinition (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h40 struct NodeTreeDefinition { struct
41 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()