Searched refs:GetBeginNode (Results 1 – 2 of 2) sorted by relevance
101 ResDicNodeData* GetBeginNode() { return data; } in GetBeginNode() function102 const ResDicNodeData* GetBeginNode() const { return data; } in GetBeginNode() function165 ResDicNodeData* GetBeginNode() { return &data[1]; } in GetBeginNode() function166 const ResDicNodeData* GetBeginNode() const { return &data[1]; } in GetBeginNode() function
276 >( (dic.IsValid()) ? dic.ref().GetBeginNode() : NULL, Get##name##Count() ); \284 >( (dic.IsValid()) ? dic.ref().GetBeginNode() : NULL, Get##name##Count() ); \