Lines Matching refs:traces
92 // Base class for WIF traces.
1567 , traces()
1614 for (i = 0; i < (int)traces.size(); i++) {
1615 wif_trace* t = traces[i];
1636 for (i = 0; i < (int)traces.size(); i++) {
1637 wif_trace* t = traces[i];
1649 traces.push_back( new wif_ ## tp ## _trace( object_, \
1664 traces.push_back( new wif_ ## tp ## _trace( object_, \
1692 traces.push_back( new wif_signed_ ## tp ## _trace( object_, \
1705 traces.push_back( new wif_unsigned_ ## tp ## _trace( object_, \
1732 traces.push_back( new wif_ ## tp ## _trace( object_, \
1748 traces.push_back( new wif_enum_trace( object_,
1807 wif_trace* const* const l_traces = &traces[0];
1808 for (int i = 0; i < (int)traces.size(); i++) {
1857 for( int i = 0; i < (int)traces.size(); i++ ) {
1858 wif_trace* t = traces[i];