Searched refs:GetValue (Results 51 - 75 of 99) sorted by relevance

1234

/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/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h224 inline Value& GetValue(Node* node) const function in class:TwoKeyAVLTreeNodeStrategy
484 return &strategy.GetValue(node);
505 fGetPrimaryKey(strategy.GetValue(strategy.GetNode(node))));
520 return &strategy.GetValue(node);
534 strategy.GetValue(node)));
538 fGetPrimaryKey(strategy.GetValue(
544 return &strategy.GetValue(node);
643 strategy.GetValue(node)));
647 fGetPrimaryKey(strategy.GetValue(
/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/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.cpp114 // GetValue
116 IconProperty::GetValue(BString& string) function in class:IconProperty
H A DColorProperty.cpp138 // GetValue
140 ColorProperty::GetValue(BString& string) function in class:ColorProperty
H A DOptionProperty.cpp151 // GetValue
153 OptionProperty::GetValue(BString& string) function in class:OptionProperty
/haiku/src/apps/resedit/
H A DInternalEditors.h32 const char * GetValue(void) const { return fValueView->Text(); } function in class:StringEditView
H A DMiscEditors.cpp48 GetData()->SetData(fView->GetValue(), strlen(fView->GetValue()));
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.h75 bool GetValue(BTextControl* text, float* value);
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp72 fPrimitiveValue = node->GetValue();
H A DStackFrameValues.cpp131 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath* path, function in class:StackFrameValues
H A DExpressionValues.cpp141 ExpressionValues::GetValue(FunctionID* function, ::Thread* thread, function in class:ExpressionValues
/haiku/src/apps/icon-o-matic/generic/property/
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);
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...]
/haiku/src/bin/desklink/
H A DMixerControl.cpp142 fMixerParameter->GetValue(&volume, &size, &lastChange);
208 fMuteParameter->GetValue(&mute, &size, &lastChange);
222 fMixerParameter->GetValue(&volume, &size, &lastChange);
/haiku/src/kits/debugger/value/value_nodes/
H A DAddressValueNode.cpp187 fParent->GetValue());
/haiku/headers/private/debugger/value/
H A DValueNode.h83 Value* GetValue() const { return fValue; } function in class:ValueNode
/haiku/src/system/kernel/vm/
H A DVMKernelArea.h75 Value* GetValue(AVLTreeNode* node) const function in struct:VMKernelAddressRangeTreeDefinition
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp415 err = fParam->GetValue((void*)&fParamValue, &nSize, &tLastChanged);
427 err = fParam->GetValue((void*)&fParamValue, &nSize, &tLastChanged);
/haiku/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp169 return ParseTranslation(statement->GetValue(), kCr);
/haiku/src/kits/debugger/value/value_formatters/
H A DIntegerValueFormatter.cpp54 if (!IntegerFormatter::FormatValue(value->GetValue(), format, buffer,
/haiku/src/bin/locale/
H A Dlinkcatkeys.cpp137 targetCatImpl->SetRawString(fixedCatKey, walker.GetValue());
/haiku/src/tools/locale/
H A Dlinkcatkeys.cpp121 targetCatImpl.SetRawString(key, walker.GetValue());
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h62 Value* GetValue(AVLTreeNode* node) const function in struct:TreeDefinition
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp362 Value* GetValue() const function in class:VariablesView::ModelNode
633 if (node != NULL && node->GetValue() != NULL
635 node->TableCellRenderer()->RenderValue(node->GetValue(),
654 if (node != NULL && node->GetValue() != NULL
657 node->GetValue(), targetView);
1335 Value* value = valueNode->GetValue();
1336 if (value == modelNode->GetValue())
1437 if (node->GetValue() == NULL) {
1587 Value* value = node->GetValue();
2462 Value* value = node->GetValue();
[all...]

Completed in 135 milliseconds

1234