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

  /external/collada/include/1.4/dom/
domFx_annotate_type_common.h 958 class domString;
960 typedef daeSmartRef<domString> domStringRef;
963 class domString : public daeElement
992 domString(DAE& dae) : daeElement(dae), _value() {}
996 virtual ~domString() {}
1000 virtual domString &operator=( const domString &cpy ) { (void)cpy; return *this; }
    [all...]
domCg_param_type.h     [all...]
domTypes.h 19 typedef xsString domString;
    [all...]
domGl_pipeline_settings.h     [all...]
  /external/collada/src/1.4/dom/
domFx_annotate_type_common.cpp 136 mea->setElementType( domFx_annotate_type_common::domString::registerElement(dae) );
693 domFx_annotate_type_common::domString::create(DAE& dae)
695 domFx_annotate_type_common::domStringRef ref = new domFx_annotate_type_common::domString(dae);
701 domFx_annotate_type_common::domString::registerElement(DAE& dae)
709 meta->registerClass(domFx_annotate_type_common::domString::create);
717 ma->setOffset( daeOffsetOf( domFx_annotate_type_common::domString , _value ));
722 meta->setElementSize(sizeof(domFx_annotate_type_common::domString));
domCg_param_type.cpp 718 mea->setElementType( domCg_param_type::domString::registerElement(dae) );
    [all...]

Completed in 68 milliseconds