Searched defs:sort_index (Results 1 – 6 of 6) sorted by relevance
51 sort_index: Tuple[int, ...] = field(init=False, repr=False) variable in FwdKernel148 sort_index: Tuple[int, ...] = field(init=False, repr=False) variable in BwdKernel
46 uint32 sort_index = 3; field
80 uint32 sort_index = in AddResourceMetadata() local
1651 void TraceLog::SetProcessSortIndex(int sort_index) { in SetProcessSortIndex()1670 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { in SetThreadSortIndex()
2085 void TraceLog::SetProcessSortIndex(int sort_index) { in SetProcessSortIndex()2130 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { in SetThreadSortIndex()
19 …id INTEGER PRIMARY KEY AUTOINCREMENT, stream_item_id INTEGER NOT NULL, sort_index INTEGER, photo_f… field