Searched refs:ValueFor (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/value/values/
H A DEnumerationValue.cpp33 EnumeratorValue* enumValue = fType->ValueFor(fValue);
/haiku/src/kits/debugger/value/value_formatters/
H A DEnumerationValueFormatter.cpp34 = value->GetType()->ValueFor(value->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/kits/debugger/model/
H A DType.cpp223 EnumerationType::ValueFor(const BVariant& value) const function in class:EnumerationType
/haiku/headers/os/interface/
H A DChannelControl.h78 int32 ValueFor(int32 channel) const;
/haiku/headers/private/debugger/model/
H A DType.h249 virtual EnumeratorValue* ValueFor(const BVariant& value) const;
/haiku/src/kits/interface/
H A DChannelSlider.cpp341 fInitialValues[i] = ValueFor(i);
343 fInitialValues[fCurrentChannel] = ValueFor(fCurrentChannel);
826 ValueFor(fCurrentChannel));
H A DChannelControl.cpp420 BChannelControl::ValueFor(int32 channel) const function in class:BChannelControl
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp552 value[i] = (float)(slider->ValueFor(i) / 1000.0);

Completed in 66 milliseconds