Searched refs:domListOfUInts (Results 1 – 5 of 5) sorted by relevance
35 domListOfUInts _value;42 domListOfUInts &getValue() { return _value; } in getValue()47 const domListOfUInts &getValue() const { return _value; } in getValue()52 void setValue( const domListOfUInts &val ) { _value = val; } in setValue()
56 domListOfUInts _value;63 domListOfUInts &getValue() { return _value; } in getValue()68 const domListOfUInts &getValue() const { return _value; } in getValue()73 void setValue( const domListOfUInts &val ) { _value = val; } in setValue()
69 domListOfUInts _value;76 domListOfUInts &getValue() { return _value; } in getValue()81 const domListOfUInts &getValue() const { return _value; } in getValue()86 void setValue( const domListOfUInts &val ) { _value = val; } in setValue()
215 domListOfUInts _value;222 domListOfUInts &getValue() { return _value; } in getValue()227 const domListOfUInts &getValue() const { return _value; } in getValue()232 void setValue( const domListOfUInts &val ) { _value = val; } in setValue()
28 typedef daeTArray<domUint> domListOfUInts; typedef