Lines Matching defs:BVariant

19 BVariant::_ToNumber() const
50 BVariant::~BVariant()
57 BVariant::SetToTypedData(const void* data, type_code type)
116 BVariant::Unset()
137 BVariant::operator==(const BVariant& other) const
190 BVariant::Size() const
201 BVariant::Bytes() const
210 BVariant::ToBool() const
248 BVariant::ToInt8() const
255 BVariant::ToUInt8() const
262 BVariant::ToInt16() const
269 BVariant::ToUInt16() const
276 BVariant::ToInt32() const
283 BVariant::ToUInt32() const
290 BVariant::ToInt64() const
297 BVariant::ToUInt64() const
304 BVariant::ToFloat() const
311 BVariant::ToDouble() const
318 BVariant::ToRect() const
325 BVariant::ToPointer() const
332 BVariant::ToString() const
339 BVariant::_SetTo(const BVariant& other)
356 memcpy((void*)this, (void*)&other, sizeof(BVariant));
361 BVariant::ToReferenceable() const
369 BVariant::SwapEndianess()
379 BVariant::AddToMessage(BMessage& message, const char* fieldName) const
418 BVariant::SetFromMessage(const BMessage& message, const char* fieldName)
440 BVariant::SizeOfType(type_code type)
476 BVariant::TypeIsNumber(type_code type)
497 BVariant::TypeIsInteger(type_code type, bool* _isSigned)
521 BVariant::TypeIsFloat(type_code type)
534 BVariant::_SetTo(bool value)
543 BVariant::_SetTo(int8 value)
552 BVariant::_SetTo(uint8 value)
561 BVariant::_SetTo(int16 value)
570 BVariant::_SetTo(uint16 value)
579 BVariant::_SetTo(int32 value)
588 BVariant::_SetTo(uint32 value)
597 BVariant::_SetTo(int64 value)
606 BVariant::_SetTo(uint64 value)
615 BVariant::_SetTo(float value)
624 BVariant::_SetTo(double value)
633 BVariant::_SetTo(float left, float top, float right, float bottom)
645 BVariant::_SetTo(const void* value)
654 BVariant::_SetTo(const char* value, uint32 flags)
677 BVariant::_SetTo(BReferenceable* value, type_code type)