HomeSort by relevance Sort by last modified time
    Searched refs:domListOfHexBinary (Results 1 - 2 of 2) sorted by null

  /external/collada/include/1.4/dom/
domImage.h 52 * The domListOfHexBinary value of the text data of this element.
54 domListOfHexBinary _value;
59 * @return Returns a domListOfHexBinary reference of the _value array.
61 domListOfHexBinary &getValue() { return _value; }
64 * @return Returns a constant domListOfHexBinary reference of the _value array.
66 const domListOfHexBinary &getValue() const { return _value; }
71 void setValue( const domListOfHexBinary &val ) { _value = val; }
domTypes.h 24 typedef xsHexBinaryArray domListOfHexBinary;
    [all...]

Completed in 16 milliseconds