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

/haiku/src/kits/app/
H A DPropertyInfo.cpp27 fValueCount(0)
35 while (fValueInfo[fValueCount].name)
36 fValueCount++;
229 flatData.Write(&fValueCount, sizeof(fValueCount));
362 flatData.Read(&fValueCount, sizeof(fValueCount));
364 fValueCount = B_SWAP_INT16(fValueCount);
368 * (fValueCount
[all...]
/haiku/headers/os/app/
H A DPropertyInfo.h100 uint16 fValueCount; member in class:BPropertyInfo

Completed in 70 milliseconds