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

/haiku/src/kits/tracker/
H A DViewState.cpp58 const char* kColumnAttrTypeName = "BColumn:fAttrType";
115 stream->Read(&fAttrType, sizeof(uint32));
128 fAttrType = B_SWAP_INT32(fAttrType);
164 if (message.FindInt32(kColumnAttrTypeName, index, (int32*)&fAttrType)
166 fAttrType = 0;
192 fAttrType = attrType;
267 stream->Write(&fAttrType, sizeof(uint32));
288 message.AddInt32(kColumnAttrTypeName, static_cast<int32>(fAttrType));
H A DViewState.h95 uint32 fAttrType; member in class:BPrivate::BColumn
222 return fAttrType;

Completed in 36 milliseconds