Searched refs:ValidateInputValue (Results 1 – 6 of 6) sorted by relevance
44 bool PrivateHandleAccessor::ValidateInputValue(const CommandLineFlag& flag, in ValidateInputValue() function in absl::flags_internal::PrivateHandleAccessor46 return flag.ValidateInputValue(value); in ValidateInputValue()
46 static bool ValidateInputValue(const CommandLineFlag& flag,
602 bool FlagImpl::ValidateInputValue(absl::string_view value) const { in ValidateInputValue() function in absl::flags_internal::FlagImpl
556 bool ValidateInputValue(absl::string_view value) const override
190 virtual bool ValidateInputValue(absl::string_view value) const = 0;
250 bool ValidateInputValue(absl::string_view) const override { in ValidateInputValue() function in absl::flags_internal::__anon102432930411::RetiredFlagObj