Searched defs:GetValue (Results 1 - 25 of 42) sorted by last modified time

12

/haiku/src/system/kernel/events/
H A Devent_queue.cpp67 Value* GetValue(AVLTreeNode* node) const function in struct:EventQueueTreeDefinition
/haiku/src/bin/debug/strace/
H A DContext.h38 const void *GetValue(Parameter *param) const { function in class:Context
/haiku/headers/private/kernel/vm/
H A DVMArea.h180 VMArea* GetValue(AVLTreeNode* node) const function in struct:VMAreasTreeDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h224 inline Value& GetValue(Node* node) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp362 Value* GetValue() const function in class:VariablesView::ModelNode
[all...]
/haiku/src/kits/shared/
H A DSettingsMessage.cpp366 SettingsMessage::GetValue(const char* name, bool defaultValue) const function in class:SettingsMessage
376 SettingsMessage::GetValue(const char* name, int8 defaultValue) const function in class:SettingsMessage
386 SettingsMessage::GetValue(const char* name, int16 defaultValue) const function in class:SettingsMessage
396 SettingsMessage::GetValue(const char* name, uint16 defaultValue) const function in class:SettingsMessage
406 SettingsMessage::GetValue(const char* name, int32 defaultValue) const function in class:SettingsMessage
416 SettingsMessage::GetValue(const char* name, uint32 defaultValue) const function in class:SettingsMessage
430 SettingsMessage::GetValue(const char* name, int64 defaultValue) const function in class:SettingsMessage
440 SettingsMessage::GetValue(const char* name, uint64 defaultValue) const function in class:SettingsMessage
450 SettingsMessage::GetValue(const char* name, float defaultValue) const function in class:SettingsMessage
460 SettingsMessage::GetValue(cons function in class:SettingsMessage
470 SettingsMessage::GetValue(const char* name, const BString& defaultValue) const function in class:SettingsMessage
480 SettingsMessage::GetValue(const char* name, const char* defaultValue) const function in class:SettingsMessage
490 SettingsMessage::GetValue(const char *name, BPoint defaultValue) const function in class:SettingsMessage
500 SettingsMessage::GetValue(const char* name, BRect defaultValue) const function in class:SettingsMessage
510 SettingsMessage::GetValue(const char* name, const entry_ref& defaultValue) const function in class:SettingsMessage
520 SettingsMessage::GetValue(const char* name, const BMessage& defaultValue) const function in class:SettingsMessage
530 SettingsMessage::GetValue(const char* name, const BFont& defaultValue) const function in class:SettingsMessage
556 SettingsMessage::GetValue(const char* name, type_code type, ssize_t numBytes, function in class:SettingsMessage
[all...]
/haiku/src/tools/
H A Dset_haiku_revision.cpp493 int16_t ELFObject::GetValue(int16_t& value) function in class:ELFObject
500 uint16_t ELFObject::GetValue(uint16_t& value) function in class:ELFObject
507 int32_t ELFObject::GetValue(int32_t& value) function in class:ELFObject
514 uint32_t ELFObject::GetValue(uint32_t& value) function in class:ELFObject
521 int64_t ELFObject::GetValue(int64_t& value) function in class:ELFObject
528 uint64_t ELFObject::GetValue(uint64_t& value) function in class:ELFObject
[all...]
/haiku/src/system/kernel/vm/
H A DVMUserArea.h39 Value* GetValue(AVLTreeNode* node) const function in struct:VMUserAreaTreeDefinition
H A DVMKernelArea.h75 Value* GetValue(AVLTreeNode* node) const function in struct:VMKernelAddressRangeTreeDefinition
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h62 Value* GetValue(AVLTreeNode* node) const function in struct:TreeDefinition
/haiku/headers/private/kernel/util/
H A DVectorMap.h700 inline const Value &GetValue(const Entry &entry) const function in class:VectorMapEntryStrategy::Pair
705 inline Value &GetValue(Entry &entry) const function in class:VectorMapEntryStrategy::Pair
741 inline const Value &GetValue(const Entry &entry) const function in class:VectorMapEntryStrategy::ImplicitKey
746 inline Value &GetValue(Entry &entry) const function in class:VectorMapEntryStrategy::ImplicitKey
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.cpp64 Int64Property::GetValue(BString& string) function in class:Int64Property
/haiku/src/kits/media/
H A DParameterWeb.cpp1276 BParameter::GetValue(void* buffer, size_t* _size, bigtime_t* _when) function in class:BParameter
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp101 void *Hashtable::GetValue(const void *key) function in class:Hashtable
/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp141 ExpressionValues::GetValue(FunctionID* function, ::Thread* thread, function in class:ExpressionValues
H A DStackFrameValues.cpp131 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath* path, function in class:StackFrameValues
/haiku/headers/private/debugger/model/
H A DExpressionValues.h67 ExpressionValues::GetValue(FunctionID* function, Thread* thread, function in class:ExpressionValues
H A DStackFrameValues.h59 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath& path, function in class:StackFrameValues
/haiku/headers/private/debugger/value/
H A DValueNode.h83 Value* GetValue() const { return fValue; } function in class:ValueNode
/haiku/headers/private/debugger/value/values/
H A DBoolValue.h17 bool GetValue() const function in class:BoolValue
H A DFloatValue.h17 BVariant GetValue() const function in class:FloatValue
H A DIntegerValue.h23 const BVariant& GetValue() const function in class:IntegerValue
H A DStringValue.h17 BString GetValue() const function in class:StringValue
/haiku/src/kits/interface/
H A DChannelControl.cpp431 BChannelControl::GetValue(int32* outValues, int32 fromChannel, function in class:BChannelControl
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp192 IntProperty::GetValue(BString& string) function in class:IntProperty
327 FloatProperty::GetValue(BString& string) function in class:FloatProperty
446 UInt8Property::GetValue(BString& string) function in class:UInt8Property
568 BoolProperty::GetValue(BString& string) function in class:BoolProperty
690 StringProperty::GetValue(BStrin function in class:StringProperty
[all...]

Completed in 129 milliseconds

12