Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DViewState.cpp115 stream->Read(&fAttrType, sizeof(uint32)); in BColumn()
128 fAttrType = B_SWAP_INT32(fAttrType); in BColumn()
164 if (message.FindInt32(kColumnAttrTypeName, index, (int32*)&fAttrType) in BColumn()
166 fAttrType = 0; in BColumn()
192 fAttrType = attrType; in _Init()
267 stream->Write(&fAttrType, sizeof(uint32)); in ArchiveToStream()
288 message.AddInt32(kColumnAttrTypeName, static_cast<int32>(fAttrType)); in ArchiveToMessage()
H A DViewState.h95 uint32 fAttrType; variable
222 return fAttrType; in AttrType()