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

  /external/collada/src/dae/
daeElement.cpp 484 attrMismatch(""),
500 attrName1 = formatToken(attrMismatch),
501 attrName2 = formatToken(attrMismatch),
502 attrValue1 = formatToken(elt1->getAttribute(attrMismatch.c_str())),
503 attrValue2 = formatToken(elt2->getAttribute(attrMismatch.c_str())),
548 daeElement::compareResult attrMismatch(daeElement& elt1, daeElement& elt2, const string& attr) {
554 result.attrMismatch = attr;
583 return attrMismatch(elt1, elt2, elt1.getAttributeName(i));
610 return attrMismatch(elt1, elt2, elt1.getAttributeName(elt2.getAttributeCount()));
612 return attrMismatch(elt1, elt2, elt2.getAttributeName(elt1.getAttributeCount()))
    [all...]
  /external/collada/include/dae/
daeElement.h 511 std::string attrMismatch; // The name of the mismatched attribute, or "" if there was no attr mismatch

Completed in 24 milliseconds