Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomImage.h54 domListOfHexBinary _value;
61 domListOfHexBinary &getValue() { return _value; } in getValue()
66 const domListOfHexBinary &getValue() const { return _value; } in getValue()
71 void setValue( const domListOfHexBinary &val ) { _value = val; } in setValue()
DdomTypes.h24 typedef xsHexBinaryArray domListOfHexBinary; typedef