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

  /external/collada/include/dae/
daeElement.h 66 daeElement* simpleAdd(daeString name, int index = -1);
  /external/collada/src/dae/
daeElement.cpp 23 daeElement* daeElement::simpleAdd(daeString name, int index) {
33 daeElement* root = simpleAdd(iter->c_str(), index);
40 elt = elt->simpleAdd(iter->c_str());

Completed in 56 milliseconds