Home
last modified time | relevance | path

Searched refs:GetBeginNode (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_ResDictionary.h101 ResDicNodeData* GetBeginNode() { return data; } in GetBeginNode() function
102 const ResDicNodeData* GetBeginNode() const { return data; } in GetBeginNode() function
165 ResDicNodeData* GetBeginNode() { return &data[1]; } in GetBeginNode() function
166 const ResDicNodeData* GetBeginNode() const { return &data[1]; } in GetBeginNode() function
Dut_ResDeclMacros.h276 >( (dic.IsValid()) ? dic.ref().GetBeginNode() : NULL, Get##name##Count() ); \
284 >( (dic.IsValid()) ? dic.ref().GetBeginNode() : NULL, Get##name##Count() ); \