Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomTypes.h112 typedef domCg_ListOfBool domCg_bool4x2; typedef
DdomCg_param_type.h1175 domCg_bool4x2 _value;
1182 domCg_bool4x2 &getValue() { return _value; } in getValue()
1187 const domCg_bool4x2 &getValue() const { return _value; } in getValue()
1192 void setValue( const domCg_bool4x2 &val ) { _value = val; } in setValue()