Home
last modified time | relevance | path

Searched refs:FlagFastTypeId (Results 1 – 25 of 32) sorted by relevance

12

/external/libtextclassifier/abseil-cpp/absl/flags/
Dreflection.cc182 constexpr RetiredFlagObj(const char* name, FlagFastTypeId type_id) in RetiredFlagObj()
191 FlagFastTypeId TypeId() const override { return type_id_; } in TypeId()
237 const FlagFastTypeId type_id_;
242 void Retire(const char* name, FlagFastTypeId type_id, char* buf) { in Retire()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dreflection.cc182 constexpr RetiredFlagObj(const char* name, FlagFastTypeId type_id) in RetiredFlagObj()
191 FlagFastTypeId TypeId() const override { return type_id_; } in TypeId()
237 const FlagFastTypeId type_id_;
242 void Retire(const char* name, FlagFastTypeId type_id, char* buf) { in Retire()
/external/openscreen/third_party/abseil/src/absl/flags/
Dreflection.cc204 constexpr RetiredFlagObj(const char* name, FlagFastTypeId type_id) in RetiredFlagObj()
213 FlagFastTypeId TypeId() const override { return type_id_; } in TypeId()
259 const FlagFastTypeId type_id_;
264 void Retire(const char* name, FlagFastTypeId type_id, char* buf) { in Retire()
/external/angle/third_party/abseil-cpp/absl/flags/
Dreflection.cc221 constexpr RetiredFlagObj(const char* name, FlagFastTypeId type_id) in RetiredFlagObj()
230 FlagFastTypeId TypeId() const override { return type_id_; } in TypeId()
276 const FlagFastTypeId type_id_;
281 void Retire(const char* name, FlagFastTypeId type_id, char* buf) { in Retire()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dflag.cc55 bool ShouldValidateFlagValue(FlagFastTypeId flag_type_id) { in ShouldValidateFlagValue()
188 void FlagImpl::AssertValidType(FlagFastTypeId rhs_type_id, in AssertValidType()
190 FlagFastTypeId lhs_type_id = flags_internal::FastTypeId(op_); in AssertValidType()
265 FlagFastTypeId FlagImpl::TypeId() const { in TypeId()
Dcommandlineflag.h31 using FlagFastTypeId = absl::base_internal::FastTypeIdType; variable
Dprivate_handle_accessor.h37 static FlagFastTypeId TypeId(const CommandLineFlag& flag);
Dregistry.h77 void Retire(const char* name, FlagFastTypeId type_id, char* buf);
Dprivate_handle_accessor.cc30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId()
/external/openscreen/third_party/abseil/src/absl/flags/internal/
Dflag.cc55 bool ShouldValidateFlagValue(FlagFastTypeId flag_type_id) { in ShouldValidateFlagValue()
188 void FlagImpl::AssertValidType(FlagFastTypeId rhs_type_id, in AssertValidType()
190 FlagFastTypeId lhs_type_id = flags_internal::FastTypeId(op_); in AssertValidType()
265 FlagFastTypeId FlagImpl::TypeId() const { in TypeId()
Dcommandlineflag.h31 using FlagFastTypeId = absl::base_internal::FastTypeIdType; variable
Dregistry.h76 void Retire(const char* name, FlagFastTypeId type_id, char* buf);
Dprivate_handle_accessor.h37 static FlagFastTypeId TypeId(const CommandLineFlag& flag);
Dprivate_handle_accessor.cc30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId()
Dflag.h141 inline FlagFastTypeId FastTypeId(FlagOpFn op) { in FastTypeId()
142 return reinterpret_cast<FlagFastTypeId>( in FastTypeId()
476 void AssertValidType(FlagFastTypeId type_id,
534 FlagFastTypeId TypeId() const override;
/external/libtextclassifier/abseil-cpp/absl/flags/internal/
Dflag.cc55 bool ShouldValidateFlagValue(FlagFastTypeId flag_type_id) { in ShouldValidateFlagValue()
188 void FlagImpl::AssertValidType(FlagFastTypeId rhs_type_id, in AssertValidType()
190 FlagFastTypeId lhs_type_id = flags_internal::FastTypeId(op_); in AssertValidType()
265 FlagFastTypeId FlagImpl::TypeId() const { in TypeId()
Dcommandlineflag.h31 using FlagFastTypeId = absl::base_internal::FastTypeIdType; variable
Dprivate_handle_accessor.h37 static FlagFastTypeId TypeId(const CommandLineFlag& flag);
Dregistry.h77 void Retire(const char* name, FlagFastTypeId type_id, char* buf);
Dprivate_handle_accessor.cc30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId()
/external/angle/third_party/abseil-cpp/absl/flags/internal/
Dcommandlineflag.h31 using FlagFastTypeId = absl::base_internal::FastTypeIdType; variable
Dflag.cc55 bool ShouldValidateFlagValue(FlagFastTypeId flag_type_id) { in ShouldValidateFlagValue()
185 void FlagImpl::AssertValidType(FlagFastTypeId rhs_type_id, in AssertValidType()
187 FlagFastTypeId lhs_type_id = flags_internal::FastTypeId(op_); in AssertValidType()
260 FlagFastTypeId FlagImpl::TypeId() const { in TypeId()
Dprivate_handle_accessor.h37 static FlagFastTypeId TypeId(const CommandLineFlag& flag);
Dregistry.h76 void Retire(const char* name, FlagFastTypeId type_id, char* buf);
Dprivate_handle_accessor.cc30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId()

12