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

  /external/collada/src/dae/
daeAtomicType.cpp 59 types.append(new daeUIntType(dae));
297 daeUIntType::daeUIntType(DAE& dae) : daeAtomicType(dae)
451 daeBool daeUIntType::memoryToString(daeChar* src, std::ostringstream& dst) {
677 daeMemoryRef daeUIntType::create() {
738 void daeUIntType::destroy(daeMemoryRef obj) {
819 daeArray* daeUIntType::createArray() {
886 void daeUIntType::copy(daeChar* src, daeChar* dst) {
  /external/collada/include/dae/
daeAtomicType.h 399 * The @c daeUIntType class is derived from @c daeAtomicType, and implements
402 class DLLSPEC daeUIntType : public daeAtomicType
408 daeUIntType(DAE& dae);
422 * The @c daeUIntType class is derived from @c daeAtomicType, and implements

Completed in 32 milliseconds