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

/haiku/src/kits/tracker/
H A DViewState.h157 uint32 fSecondarySortType; member in class:BPrivate::BViewState
326 return fSecondarySortType;
400 fSecondarySortType = type;
423 || (fPreviousSecondarySortType != fSecondarySortType)
H A DViewState.cpp71 const char* kViewStateSecondarySortTypeName = "ViewState:fSecondarySortType";
344 stream->Read(&fSecondarySortType, sizeof(uint32));
362 fSecondarySortType = B_SWAP_INT32(fSecondarySortType);
386 (int32*)&fSecondarySortType);
457 fSecondarySortType = 0;
474 fPreviousSecondarySortType = fSecondarySortType;
549 stream->Write(&fSecondarySortType, sizeof(uint32));
573 static_cast<int32>(fSecondarySortType));

Completed in 33 milliseconds