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

  /external/collada/src/dae/
daeElement.cpp 486 childCountMismatch(false) {
568 daeElement::compareResult childCountMismatch(daeElement& elt1, daeElement& elt2) {
575 result.childCountMismatch = true;
594 return childCountMismatch(elt1, elt2);
630 return childCountMismatch(elt1, elt2);
  /external/collada/include/dae/
daeElement.h 513 bool childCountMismatch; // true if the number of children didn't match

Completed in 51 milliseconds