Searched refs:GetValue (Results 1 - 25 of 99) sorted by path

1234

/haiku/headers/os/interface/
H A DChannelControl.h79 virtual int32 GetValue(int32* _values, int32 fromChannel,
/haiku/headers/os/media/
H A DParameterWeb.h224 status_t GetValue(void* buffer, size_t* _size,
/haiku/headers/private/debugger/model/
H A DExpressionValues.h30 bool GetValue(FunctionID* function,
34 inline bool GetValue(FunctionID* function,
67 ExpressionValues::GetValue(FunctionID* function, Thread* thread, function in class:ExpressionValues
70 return GetValue(function, thread, &expression, _value);
H A DStackFrameValues.h27 bool GetValue(ObjectID* variable,
30 inline bool GetValue(ObjectID* variable,
59 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath& path, function in class:StackFrameValues
62 return GetValue(variable, &path, _value);
/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/headers/private/kernel/util/
H A DAVLTreeMap.h30 inline Value& GetValue(Node* node) const
502 return fStrategy.GetValue(node);
631 inline Value& GetValue(Node* node) const function in class:AVLTreeMapStrategy::Auto
/haiku/headers/private/locale/
H A DHashMapCatalog.h118 const char *GetValue() const;
169 HashMapCatalog::CatWalker::GetValue() const function in class:BPrivate::HashMapCatalog::CatWalker
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp85 Value* GetValue(AVLTreeNode* node) const function in struct:AttributeIndex::TreeDefinition
H A DIndexImpl.h219 return strategy.GetValue(treeNode);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h171 inline Value& GetValue(Node* node) const function in class:TwoKeyAVLTreeNodeStrategy
381 strategy.GetValue(node)));
385 fGetPrimaryKey(strategy.GetValue(
391 return &strategy.GetValue(node);
413 strategy.GetValue(node)));
417 fGetPrimaryKey(strategy.GetValue(
423 return &strategy.GetValue(node);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.cpp69 if (GetValue(msgFrom, bVal) == true)
75 if (GetValue(msgFrom, iVal) == true)
81 if (GetValue(msgFrom, str) == true)
149 LiveSetting::GetValue(BMessage *msgFrom, bool &val) const function in class:LiveSetting
166 LiveSetting::GetValue(BMessage *msgFrom, int32 &val) const function in class:LiveSetting
183 LiveSetting::GetValue(BMessage *msgFrom, BString &val) const function in class:LiveSetting
H A DLiveSetting.h58 bool GetValue(BMessage *msgFrom, bool &val) const;
59 bool GetValue(BMessage *msgFrom, int32 &val) const;
60 bool GetValue(BMessage *msgFrom, BString &val) const;
H A DLiveSettings.cpp414 GetValue<bool>(name, bPrevVal);
425 GetValue<int32>(name, iPrevVal);
441 GetValue<BString>(name, str);
467 LiveSettings::GetValue(const char *name, T &val) function in class:LiveSettings
474 bResult = def->GetValue(&fSettingsMsg, val);
H A DLiveSettings.h86 bool GetValue(const char *name, T &val);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp68 if (!header->GetValue(value))
86 if (!header->GetValue(value))
106 if (!header->GetValue(value))
268 Header::GetValue(BVariant& _value) const function in class:Header
H A DHeaderView.h83 bool GetValue(BVariant& _value) const;
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellBoolEditor.cpp39 return SelectOptionFor(initialValue->GetValue());
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DEnumerationValueHandler.cpp108 if (value != NULL && value->GetType()->ValueFor(value->GetValue()) != NULL)
135 && value->GetType()->ValueFor(value->GetValue()) != NULL) {
153 && value->GetType()->ValueFor(value->GetValue()) != NULL) {
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp190 // GetValue
192 IntProperty::GetValue(BString& string) function in class:IntProperty
325 // GetValue
327 FloatProperty::GetValue(BString& string) function in class:FloatProperty
444 // GetValue
446 UInt8Property::GetValue(BString& string) function in class:UInt8Property
566 // GetValue
568 BoolProperty::GetValue(BString& string) function in class:BoolProperty
688 // GetValue
690 StringProperty::GetValue(BStrin function in class:StringProperty
[all...]
H A DProperty.h39 virtual void GetValue(BString& string) = 0;
79 virtual void GetValue(BString& string);
122 virtual void GetValue(BString& string);
163 virtual void GetValue(BString& string);
198 virtual void GetValue(BString& string);
233 virtual void GetValue(BString& string);
H A DPropertyObject.cpp64 p->GetValue(value);
269 // GetValue
271 PropertyObject::GetValue(uint32 propertyID, BString& value) const function in class:PropertyObject
274 p->GetValue(value);

Completed in 123 milliseconds

1234