Home
last modified time | relevance | path

Searched refs:ValidateInputValue (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dprivate_handle_accessor.cc44 bool PrivateHandleAccessor::ValidateInputValue(const CommandLineFlag& flag, in ValidateInputValue() function in absl::flags_internal::PrivateHandleAccessor
46 return flag.ValidateInputValue(value); in ValidateInputValue()
Dprivate_handle_accessor.h46 static bool ValidateInputValue(const CommandLineFlag& flag,
/external/angle/third_party/abseil-cpp/absl/flags/internal/
Dprivate_handle_accessor.cc44 bool PrivateHandleAccessor::ValidateInputValue(const CommandLineFlag& flag, in ValidateInputValue() function in absl::flags_internal::PrivateHandleAccessor
46 return flag.ValidateInputValue(value); in ValidateInputValue()
Dprivate_handle_accessor.h46 static bool ValidateInputValue(const CommandLineFlag& flag,
/external/libtextclassifier/abseil-cpp/absl/flags/internal/
Dprivate_handle_accessor.cc44 bool PrivateHandleAccessor::ValidateInputValue(const CommandLineFlag& flag, in ValidateInputValue() function in absl::flags_internal::PrivateHandleAccessor
46 return flag.ValidateInputValue(value); in ValidateInputValue()
Dprivate_handle_accessor.h46 static bool ValidateInputValue(const CommandLineFlag& flag,
/external/openscreen/third_party/abseil/src/absl/flags/internal/
Dprivate_handle_accessor.cc44 bool PrivateHandleAccessor::ValidateInputValue(const CommandLineFlag& flag, in ValidateInputValue() function in absl::flags_internal::PrivateHandleAccessor
46 return flag.ValidateInputValue(value); in ValidateInputValue()
Dprivate_handle_accessor.h46 static bool ValidateInputValue(const CommandLineFlag& flag,
/external/webrtc/third_party/abseil-cpp/absl/flags/internal/
Dtype_erased.cc75 (flag->IsRetired() || flag->ValidateInputValue(value)); in IsValidFlagValue()
Dcommandlineflag.h160 virtual bool ValidateInputValue(absl::string_view value) const = 0;
Dflag.h456 bool ValidateInputValue(absl::string_view value) const
586 bool ValidateInputValue(absl::string_view value) const override {
587 return impl_.ValidateInputValue(value);
Dregistry.cc303 bool ValidateInputValue(absl::string_view) const override { return true; } in ValidateInputValue() function in absl::flags_internal::__anondc50d2fc0311::RetiredFlagObj
Dflag.cc372 bool FlagImpl::ValidateInputValue(absl::string_view value) const { in ValidateInputValue() function in absl::flags_internal::FlagImpl
/external/abseil-cpp/absl/flags/internal/
Dtype_erased.cc75 (flag->IsRetired() || flag->ValidateInputValue(value)); in IsValidFlagValue()
Dcommandlineflag.h160 virtual bool ValidateInputValue(absl::string_view value) const = 0;
Dflag.h456 bool ValidateInputValue(absl::string_view value) const
586 bool ValidateInputValue(absl::string_view value) const override {
587 return impl_.ValidateInputValue(value);
Dregistry.cc303 bool ValidateInputValue(absl::string_view) const override { return true; } in ValidateInputValue() function in absl::flags_internal::__anon467cab6d0311::RetiredFlagObj
Dflag.cc372 bool FlagImpl::ValidateInputValue(absl::string_view value) const { in ValidateInputValue() function in absl::flags_internal::FlagImpl
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dcommandlineflag.h190 virtual bool ValidateInputValue(absl::string_view value) const = 0;
Dreflection.cc211 bool ValidateInputValue(absl::string_view) const override { in ValidateInputValue() function in absl::flags_internal::__anoncbc187540211::RetiredFlagObj
/external/libtextclassifier/abseil-cpp/absl/flags/
Dcommandlineflag.h190 virtual bool ValidateInputValue(absl::string_view value) const = 0;
Dreflection.cc211 bool ValidateInputValue(absl::string_view) const override { in ValidateInputValue() function in absl::flags_internal::__anon6f1d8cc30211::RetiredFlagObj
/external/angle/third_party/abseil-cpp/absl/flags/
Dcommandlineflag.h190 virtual bool ValidateInputValue(absl::string_view value) const = 0;
/external/openscreen/third_party/abseil/src/absl/flags/
Dcommandlineflag.h190 virtual bool ValidateInputValue(absl::string_view value) const = 0;
Dreflection.cc233 bool ValidateInputValue(absl::string_view) const override { in ValidateInputValue() function in absl::flags_internal::__anond9e8e1140311::RetiredFlagObj

12