Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_ResDictionary.h99 ResDicNodeData* GetBeginNode() { return data; } in GetBeginNode() function
100 const ResDicNodeData* GetBeginNode() const { return data; } in GetBeginNode() function
163 ResDicNodeData* GetBeginNode() { return &data[1]; } in GetBeginNode() function
164 const ResDicNodeData* GetBeginNode() const { return &data[1]; } in GetBeginNode() function
Dut_ResDeclMacros.h266 >( (dic.IsValid()) ? dic.ref().GetBeginNode() : NULL, Get##name##Count() ); \
274 >( (dic.IsValid()) ? dic.ref().GetBeginNode() : NULL, Get##name##Count() ); \