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

  /external/collada/src/dae/
daeRefCountedObj.cpp 9 #include <dae/daeRefCountedObj.h>
11 daeRefCountedObj::daeRefCountedObj() : _refCount(0) { }
13 daeRefCountedObj::~daeRefCountedObj() { }
15 void daeRefCountedObj::release() const {
20 void daeRefCountedObj::ref() const {
24 void checkedRelease(const daeRefCountedObj* obj) {
29 void checkedRef(const daeRefCountedObj* obj) {
  /external/collada/include/dae/
daeRefCountedObj.h 15 class DLLSPEC daeRefCountedObj {
20 daeRefCountedObj();
21 virtual ~daeRefCountedObj();
38 void DLLSPEC checkedRelease(const daeRefCountedObj* obj);
39 void DLLSPEC checkedRef(const daeRefCountedObj* obj);
daeSmartRef.h 13 #include <dae/daeRefCountedObj.h>
17 * objects derived from @c daeRefCountedObj.
daeMetaElement.h 16 #include <dae/daeRefCountedObj.h>
42 class daeMetaElement : public daeRefCountedObj
daeElement.h 16 #include <dae/daeRefCountedObj.h>
43 class DLLSPEC daeElement : public daeRefCountedObj
59 daeElement( const daeElement &cpy ) : daeRefCountedObj() { (void)cpy; };
daeMetaAttribute.h 41 class DLLSPEC daeMetaAttribute : public daeRefCountedObj
  /external/collada/
Android.mk 41 src/dae/daeRefCountedObj.cpp \

Completed in 535 milliseconds