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

/haiku/src/kits/tracker/
H A DViewState.h156 uint32 fPrimarySortType; member in class:BPrivate::BViewState
320 return fPrimarySortType;
393 fPrimarySortType = type;
422 || (fPreviousPrimarySortType != fPrimarySortType)
H A DViewState.cpp69 const char* kViewStatePrimarySortTypeName = "ViewState:fPrimarySortType";
342 stream->Read(&fPrimarySortType, sizeof(uint32));
361 fPrimarySortType = B_SWAP_INT32(fPrimarySortType);
382 (int32*)&fPrimarySortType);
455 fPrimarySortType = B_STRING_TYPE;
473 fPreviousPrimarySortType = fPrimarySortType;
547 stream->Write(&fPrimarySortType, sizeof(uint32));
569 static_cast<int32>(fPrimarySortType));

Completed in 68 milliseconds