/external/collada/src/dae/ |
domAny.cpp | 32 daeMetaElement *_Meta = new daeMetaElement(dae); 33 _Meta->setName( "any" ); 34 _Meta->registerClass(domAny::create); 35 _Meta->setIsInnerClass( true ); 38 cm = new daeMetaSequence( _Meta, cm, 0, 1, 1 ); 40 cm = new daeMetaAny( _Meta, cm, 0, 0, -1 ); 45 _Meta->setCMRoot( cm ); 46 _Meta->setAllowsAny( true ); 48 _Meta->addContents(daeOffsetOf(domAny,_contents)); 49 _Meta->addContentsOrder(daeOffsetOf(domAny,_contentsOrder)) [all...] |
daeElement.cpp | 24 if (daeElementRef elt = _meta->create(name)) 55 bool result = (index == -1 ? _meta->place(this, elt) : _meta->placeAt(index, this, elt)); 62 return _meta->placeBefore(index, this, elt) ? elt : NULL; 68 return _meta->placeAfter(index, this, elt) ? elt : NULL; 74 daeElementRef elem = _meta->create(className); 106 if ( _meta->getContents() != NULL ) { 108 (daeElementRefArray*)_meta->getContents()->getWritableMemory(this); 127 return _meta->remove( this, element ); 279 if (_meta) [all...] |
daeTinyXMLPlugin.cpp | 153 daeMetaElement* _meta = element->getMeta(); local 154 if (!_meta->getIsTransparent() ) 166 daeMetaAttributeRefArray& attrs = _meta->getMetaAttributes(); 184 if (!_meta->getIsTransparent() )
|
/external/collada/include/dae/ |
domAny.h | 60 daeUInt getAttributeCount() const { return (daeUInt)_meta->getMetaAttributes().getCount(); } 66 daeString getAttributeName( daeUInt index ) const { return _meta->getMetaAttributes()[index]->getName(); }
|
daeElement.h | 53 daeMetaElement* _meta; member in class:daeElement 416 inline daeMetaElement* getMeta() { return _meta; } 453 * _meta objects. This function adds the convenience of the _contents array to elements that do
|
/external/collada/src/modules/LIBXMLPlugin/ |
daeLIBXMLPlugin.cpp | 351 daeMetaElement* _meta = element->getMeta(); local 381 if (!_meta->getIsTransparent() ) { 383 daeMetaAttributeRefArray& attrs = _meta->getMetaAttributes(); 399 /*if (_meta->getContents() != NULL) { 400 daeElementRefArray* era = (daeElementRefArray*)_meta->getContents()->getWritableMemory(element); 411 daeMetaElementAttributeArray& children = _meta->getMetaElements(); 422 if (!_meta->getIsTransparent() ) {
|
/external/collada/src/1.4/dom/ |
domCOLLADA.cpp | 26 ref->_meta = dae.getMeta(domCOLLADA::ID()); 29 ref->_meta = NULL;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
valarray | 53 template<class _Oper, template<class, class> class _Meta, class _Dom> 62 template<template<class, class> class _Meta, class _Dom> 65 template<template<class, class> class _Meta, class _Dom> 68 template<template<class, class> class _Meta, class _Dom> 71 template<template<class, class> class _Meta, class _Dom> 74 template<template<class, class> class _Meta, class _Dom> [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 53 template<class _Oper, template<class, class> class _Meta, class _Dom> 62 template<template<class, class> class _Meta, class _Dom> 65 template<template<class, class> class _Meta, class _Dom> 68 template<template<class, class> class _Meta, class _Dom> 71 template<template<class, class> class _Meta, class _Dom> 74 template<template<class, class> class _Meta, class _Dom> [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 53 template<class _Oper, template<class, class> class _Meta, class _Dom> 62 template<template<class, class> class _Meta, class _Dom> 65 template<template<class, class> class _Meta, class _Dom> 68 template<template<class, class> class _Meta, class _Dom> 71 template<template<class, class> class _Meta, class _Dom> 74 template<template<class, class> class _Meta, class _Dom> [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
valarray_after.h | 1 // The template and inlines for the -*- C++ -*- internal _Meta class.
|
valarray_before.h | 1 // The template and inlines for the -*- C++ -*- internal _Meta class.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_after.h | 1 // The template and inlines for the -*- C++ -*- internal _Meta class.
|
valarray_before.h | 1 // The template and inlines for the -*- C++ -*- internal _Meta class.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_after.h | 1 // The template and inlines for the -*- C++ -*- internal _Meta class.
|
valarray_before.h | 1 // The template and inlines for the -*- C++ -*- internal _Meta class.
|