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

  /external/collada/src/dae/
daeElement.cpp 288 std::string daeElement::getCharData() {
290 getCharData(result);
294 void daeElement::getCharData(std::string& data) {
504 charData1 = formatToken(elt1->getCharData()),
505 charData2 = formatToken(elt2->getCharData()),
562 result.compareValue = strcmp(elt1.getCharData().c_str(),
563 elt2.getCharData().c_str());
621 elt1.getCharData(value1);
622 elt2.getCharData(value2);
  /external/collada/include/dae/
daeElement.h 283 std::string getCharData();
290 void getCharData(std::string& data);
303 daeMemoryRef getValuePointer(); // Use getCharData or getCharDataObject instead.

Completed in 585 milliseconds