Searched defs:Node (Results 1 – 6 of 6) 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;
407 struct Node { struct408 explicit Node(const char *s) : s(strdup(s)) {} in Node() function413 return strcmp(reinterpret_cast<const Node *>(lhs)->s, reinterpret_cast<const Node *>(rhs)->s); in NodeCmp() argument
113 explicit Node(const std::string name) in Node() function