Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A 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

Completed in 2 milliseconds