Searched refs:GetBeginNode (Results 1 – 2 of 2) sorted by relevance
99 ResDicNodeData* GetBeginNode() { return data; } in GetBeginNode() function100 const ResDicNodeData* GetBeginNode() const { return data; } in GetBeginNode() function163 ResDicNodeData* GetBeginNode() { return &data[1]; } in GetBeginNode() function164 const ResDicNodeData* GetBeginNode() const { return &data[1]; } in GetBeginNode() function
266 >( (dic.IsValid()) ? dic.ref().GetBeginNode() : NULL, Get##name##Count() ); \274 >( (dic.IsValid()) ? dic.ref().GetBeginNode() : NULL, Get##name##Count() ); \