Home
last modified time | relevance | path

Searched refs:SetSInt64Value (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValue.h334 SetSInt64Value (int64_t new_value);
/external/lldb/source/Interpreter/
DOptionValue.cpp439 OptionValue::SetSInt64Value (int64_t new_value) in SetSInt64Value() function in OptionValue
DOptionValueProperties.cpp502 return value->SetSInt64Value(new_value); in SetPropertyAtIndexAsSInt64()