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