Lines Matching defs:const
50 ContainerParseError (const std::string& message) : ParseError(message) {}
61 void feed (const deUint8* bytes, size_t numBytes);
64 ContainerElement getElement (void) const { return m_element; }
67 const char* getSessionInfoAttribute (void) const;
68 const char* getSessionInfoValue (void) const;
71 const char* getTestCasePath (void) const;
74 const char* getTerminateReason (void) const;
77 int getDataSize (void) const;
81 ContainerFormatParser (const ContainerFormatParser& other);
82 ContainerFormatParser& operator= (const ContainerFormatParser& other);
84 void error (const std::string& what);
101 int getChar (int offset) const;
103 void parseContainerValue (std::string& dst, int& offset) const;