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

  /external/collada/include/dae/
daeDomTypes.h 23 typedef daeString xsDateTime;
  /external/collada/include/1.4/dom/
domAsset.h 466 * The xsDateTime value of the text data of this element.
468 xsDateTime _value;
473 * @return Returns a xsDateTime of the value.
475 xsDateTime getValue() const { return _value; }
480 void setValue( xsDateTime val ) { *(daeStringRef*)&_value = val; }
591 * The xsDateTime value of the text data of this element.
593 xsDateTime _value;
598 * @return Returns a xsDateTime of the value.
600 xsDateTime getValue() const { return _value; }
605 void setValue( xsDateTime val ) { *(daeStringRef*)&_value = val;
    [all...]
domTypes.h 15 typedef xsDateTime domDateTime;
    [all...]

Completed in 33 milliseconds