HomeSort by relevance Sort by last modified time
    Searched refs:atT (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkDataTable.h 48 const T* atT(int index, size_t* size = nullptr) const {
58 const char* str = this->atT<const char>(index, &size);
  /external/skqp/include/core/
SkDataTable.h 48 const T* atT(int index, size_t* size = nullptr) const {
58 const char* str = this->atT<const char>(index, &size);
  /external/skia/tests/
DataRefTest.cpp 68 REPORTER_ASSERT(reporter, *itable->atT<int>(i, &size) == idata[i]);
89 REPORTER_ASSERT(reporter, !strcmp(table->atT<const char>(i, &size),
111 REPORTER_ASSERT(reporter, *table->atT<const char>(i, &size) == i);
  /external/skqp/tests/
DataRefTest.cpp 68 REPORTER_ASSERT(reporter, *itable->atT<int>(i, &size) == idata[i]);
89 REPORTER_ASSERT(reporter, !strcmp(table->atT<const char>(i, &size),
111 REPORTER_ASSERT(reporter, *table->atT<const char>(i, &size) == i);

Completed in 326 milliseconds