Searched refs:SetSInt64Value (Results 1 – 2 of 2) sorted by relevance
318 bool SetValueAs(int64_t v) { return SetSInt64Value(v); } in SetValueAs()371 bool SetSInt64Value(int64_t new_value);
406 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value() function in OptionValue