Searched refs:atStr (Results 1 – 10 of 10) sorted by relevance
56 const char* atStr(int index) const { in atStr() function
55 const char* atStr(int index) const { in atStr() function
211 const char* originalKeyword = comments->atStr(2 * i); in setHeader()212 const char* text = comments->atStr(2 * i + 1); in setHeader()
212 const char* originalKeyword = comments->atStr(2 * i); in setHeader()213 const char* text = comments->atStr(2 * i + 1); in setHeader()
204 string atStr = string(m_curPtr, 80); in parseError() local205 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
91 const char* s = table->atStr(i); in test_vartable()
738 familyName->set(fFamilyNames->atStr(index)); in onGetFamilyName()742 return this->onMatchFamily(fFamilyNames->atStr(index)); in onCreateStyleSet()
737 familyName->set(fFamilyNames->atStr(index)); in onGetFamilyName()741 return this->onMatchFamily(fFamilyNames->atStr(index)); in onCreateStyleSet()
92 const char* s = table->atStr(i); in test_vartable()
422 string atStr = string(m_curPtr, 80); in parseError() local423 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()