Home
last modified time | relevance | path

Searched refs:ValidateInputValue (Results 1 – 25 of 28) 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,
Dflag.cc558 bool FlagImpl::ValidateInputValue(absl::string_view value) const { in ValidateInputValue() function in absl::flags_internal::FlagImpl
/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,
Dflag.cc558 bool FlagImpl::ValidateInputValue(absl::string_view value) const { in ValidateInputValue() function in absl::flags_internal::FlagImpl
/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,
Dflag.cc558 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::__anon2c15c1e60311::RetiredFlagObj
Dflag.cc372 bool FlagImpl::ValidateInputValue(absl::string_view value) const { in ValidateInputValue() function in absl::flags_internal::FlagImpl
/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::__anon35cb14d50311::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::__anonbd2590ed0211::RetiredFlagObj
/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::__anonf3e9c98d0311::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::__anon1024059c0211::RetiredFlagObj

12