Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomTypes.h102 typedef domCg_ListOfBool domCg_bool1x4; typedef
DdomCg_param_type.h545 domCg_bool1x4 _value;
552 domCg_bool1x4 &getValue() { return _value; } in getValue()
557 const domCg_bool1x4 &getValue() const { return _value; } in getValue()
562 void setValue( const domCg_bool1x4 &val ) { _value = val; } in setValue()