Home
last modified time | relevance | path

Searched refs:stripLeadingWhitespace (Results 1 – 1 of 1) sorted by relevance

/external/deqp/executor/
DxeTestResultParser.cpp64 static const char* stripLeadingWhitespace (const char* str) in stripLeadingWhitespace() function
279 const double num = toDouble(stripLeadingWhitespace(value.c_str())); in getNumericValue()
284 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str())); in getNumericValue()