Searched defs:Node (Results 1 – 5 of 5) sorted by relevance
26 typedef struct Node { struct29 } Node; argument
38 typedef struct Node { struct41 } Node; typedef
24 struct Node { struct30 static const Node *GetNode(const Node *node1) in GetNode() argument
45 struct Node { struct46 int id;47 char *name;
113 explicit Node(const std::string name) in Node() function