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

/haiku/src/kits/shared/
H A DVariant.cpp23 return fBool ? 1 : 0;
63 fBool = *(bool*)data;
150 return fBool == other.ToBool();
214 return fBool;
383 return message.AddBool(fieldName, fBool);
538 fBool = value;
/haiku/headers/private/shared/
H A DVariant.h148 bool fBool; member in union:BVariant::__anon1170

Completed in 41 milliseconds