Lines Matching defs:const
57 const char* getTestStatusCodeName (TestStatusCode statusCode);
92 int getNumItems (void) const { return (int)m_items.size(); }
93 const Item& getItem (int ndx) const { return *m_items[ndx]; }
179 Type getType (void) const { return m_type; }
180 deInt64 getInt64 (void) const { DE_ASSERT(getType() == NUMVALTYPE_INT64); return m_value.int64; }
181 double getFloat64 (void) const { DE_ASSERT(getType() == NUMVALTYPE_FLOAT64); return m_value.float64; }
192 std::ostream& operator<< (std::ostream& str, const NumericValue& value);
200 Type getType (void) const { return m_type; }
206 Item (const Item& other);
207 Item& operator= (const Item& other);