Home
last modified time | relevance | path

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

/external/skqp/tests/
DIncrTopoSortTest.cpp18 int indexInSort() const { SkASSERT(fIndexInSort >= 0); return fIndexInSort; } in indexInSort()
23 SkDebugf("%d: id %c", fIndexInSort, fID); in print()
63 explicit Node(char id) : fID(id), fIndexInSort(-1), fVisited(false) {} in Node()
65 void setIndexInSort(int indexInSort) { fIndexInSort = indexInSort; } in setIndexInSort()
79 int fIndexInSort; member in Node
/external/skia/tests/
DIncrTopoSortTest.cpp18 int indexInSort() const { SkASSERT(fIndexInSort >= 0); return fIndexInSort; } in indexInSort()
23 SkDebugf("%d: id %c", fIndexInSort, fID); in print()
63 explicit Node(char id) : fID(id), fIndexInSort(-1), fVisited(false) {} in Node()
65 void setIndexInSort(int indexInSort) { fIndexInSort = indexInSort; } in setIndexInSort()
79 int fIndexInSort; member in Node