Searched refs:_value (Results 1 - 25 of 106) sorted by path

12345

/haiku/headers/os/interface/
H A DOptionControl.h33 int32* _value) = 0;
H A DOptionPopUp.h35 int32* _value);
52 int32* _value = 0) const;
/haiku/headers/private/debugger/arch/
H A DArchitecture.h101 uint32 valueType, BVariant& _value) const
105 BVariant& _value) const = 0;
H A DCpuState.h36 BVariant& _value) const = 0;
/haiku/headers/private/debugger/model/
H A DExpressionValues.h33 BVariant& _value) const;
37 BVariant& _value) const;
68 const BString& expression, BVariant& _value) const
70 return GetValue(function, thread, &expression, _value);
H A DStackFrameValues.h29 BVariant& _value) const;
32 BVariant& _value) const;
60 BVariant& _value) const
62 return GetValue(variable, &path, _value);
/haiku/headers/private/debugger/value/
H A DValue.h19 virtual bool ToVariant(BVariant& _value) const = 0;
H A DValueNode.h42 Value*& _value) = 0;
/haiku/headers/private/debugger/value/value_nodes/
H A DAddressValueNode.h28 Value*& _value);
H A DArrayValueNode.h36 Value*& _value);
H A DBListValueNode.h31 Value*& _value);
H A DBMessageValueNode.h30 Value*& _value);
91 Value*& _value);
H A DCStringValueNode.h26 Value*& _value);
H A DCompoundValueNode.h29 Value*& _value);
H A DEnumerationValueNode.h26 Value*& _value);
H A DExpressionValueNode.h27 Value*& _value);
H A DPointerToMemberValueNode.h27 Value*& _value);
H A DPrimitiveValueNode.h26 Value*& _value);
/haiku/headers/private/debugger/value/values/
H A DBoolValue.h21 virtual bool ToVariant(BVariant& _value) const;
H A DFloatValue.h21 virtual bool ToVariant(BVariant& _value) const;
H A DIntegerValue.h27 virtual bool ToVariant(BVariant& _value) const;
H A DStringValue.h21 virtual bool ToVariant(BVariant& _value) const;
/haiku/headers/private/package/hpkg/
H A DPackageReaderImpl.h60 AttributeValue& _value);
/haiku/headers/private/package/hpkg/v1/
H A DPackageReaderImpl.h49 AttributeValue& _value);
H A DReaderImplBase.h213 AttributeValue& _value);
215 status_t ReadUnsignedLEB128(uint64& _value);
239 inline status_t _Read(Type& _value);
244 AttributeValue& _value,
295 ReaderImplBase::_Read(Type& _value) argument
297 return _ReadSectionBuffer(&_value, sizeof(Type));

Completed in 65 milliseconds

12345