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

  /external/deqp/executor/
xeXMLParser.hpp 198 std::string m_entityValue; //!< Data override, such as entity value.
227 return (int)m_entityValue.size();
235 return (deUint8)m_entityValue[offset];
243 dst = m_entityValue;
251 dst += m_entityValue;
xeXMLParser.cpp 362 m_entityValue.clear();
568 m_entityValue.resize(1);
569 m_entityValue[0] = value;

Completed in 66 milliseconds