Export of internal Abseil changes
-- d35c72d705155dcd89a92835103540f14c643d10 by Gennadiy Rozental <rogeeff@google.com>: helpxml changed to report types of flags with built-in value type. PiperOrigin-RevId: 275131440 -- f3478792943d7dd40a6ef6083a8e5d374f43a65e by Abseil Team <absl-team@google.com>: Add space padding tests for hex conversions. PiperOrigin-RevId: 275120155 -- 7c2e4725403e173660f33f94af686a75d3722936 by Andy Soffer <asoffer@google.com>: Fix https://github.com/abseil/abseil-cpp/issues/379 by renaming `roundup` to `round_up` PiperOrigin-RevId: 275106110 -- 84cb30d6ee509961ac4359cfdda1360973b9527d by Laramie Leavitt <lar@google.com>: Move random_internal::wide_multiply into a file by the same name. PiperOrigin-RevId: 275059359 -- 06d691a8c187b5d899e7863784b23bdcfd580cb2 by Abseil Team <absl-team@google.com>: Add missing "return" keyword. PiperOrigin-RevId: 275036408 GitOrigin-RevId: d35c72d705155dcd89a92835103540f14c643d10 Change-Id: Id837b4de6c9cfe18f0a088363754bfe389df985b
This commit is contained in:
parent
ab3552a189
commit
a15364ce4d
12 changed files with 275 additions and 118 deletions
|
|
@ -121,7 +121,7 @@ class Flag {
|
|||
bool IsModified() const { return GetImpl()->IsModified(); }
|
||||
void SetModified(bool is_modified) { GetImpl()->SetModified(is_modified); }
|
||||
bool IsSpecifiedOnCommandLine() const {
|
||||
GetImpl()->IsSpecifiedOnCommandLine();
|
||||
return GetImpl()->IsSpecifiedOnCommandLine();
|
||||
}
|
||||
absl::string_view Typename() const { return GetImpl()->Typename(); }
|
||||
std::string Filename() const { return GetImpl()->Filename(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue