Home
last modified time | relevance | path

Searched defs:SetCurrentValue (Results 1 – 12 of 12) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValueRegex.h78 SetCurrentValue (const char *value, uint32_t regex_flags) in SetCurrentValue() function
DOptionValueUUID.h87 SetCurrentValue (const UUID &value) in SetCurrentValue() function
DOptionValueFileSpecList.h94 SetCurrentValue (const FileSpecList &value) in SetCurrentValue() function
DOptionValueBoolean.h120 SetCurrentValue (bool value) in SetCurrentValue() function
DOptionValueFormat.h89 SetCurrentValue (lldb::Format value) in SetCurrentValue() function
DOptionValueFileSpec.h97 SetCurrentValue (const FileSpec &value, bool set_value_was_set) in SetCurrentValue() function
DOptionValueUInt64.h116 SetCurrentValue (uint64_t value) in SetCurrentValue() function
DOptionValueEnumeration.h104 SetCurrentValue (enum_type value) in SetCurrentValue() function
DOptionValueArch.h119 SetCurrentValue (const ArchSpec &value, bool set_value_was_set) in SetCurrentValue() function
DOptionValueSInt64.h118 SetCurrentValue (int64_t value) in SetCurrentValue() function
/external/lldb/source/Interpreter/
DOptionValueString.cpp153 OptionValueString::SetCurrentValue (const char *value) in SetCurrentValue() function in OptionValueString
/external/chromium_org/ui/gfx/animation/
Dlinear_animation.cc48 void LinearAnimation::SetCurrentValue(double new_value) { in SetCurrentValue() function in gfx::LinearAnimation