Searched refs:NumType (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 122 template <typename NumType, typename Tag> 126 NumType> 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 211 template <typename NumType> 213 typename std::conditional<std::is_integral<NumType>::value, 214 absl::uniform_int_distribution<NumType>, 215 absl::uniform_real_distribution<NumType>>::type; 222 template <typename NumType> 223 struct UniformDistributionWrapper : public UniformDistribution<NumType> { 225 explicit UniformDistributionWrapper(TagType, NumType lo, NumType hi) in UniformDistributionWrapper() [all …]
|
/third_party/abseil-cpp/absl/random/internal/ |
D | uniform_helper.h | 122 template <typename NumType, typename Tag> 126 NumType> 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 211 template <typename NumType> 213 typename std::conditional<std::is_integral<NumType>::value, 214 absl::uniform_int_distribution<NumType>, 215 absl::uniform_real_distribution<NumType>>::type; 222 template <typename NumType> 223 struct UniformDistributionWrapper : public UniformDistribution<NumType> { 225 explicit UniformDistributionWrapper(TagType, NumType lo, NumType hi) in UniformDistributionWrapper() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | discriminantPropertyCheck.ts | 75 type Instance = StrType | NumType; 83 interface NumType { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | discriminantPropertyCheck.symbols | 239 type Instance = StrType | NumType; 242 >NumType : Symbol(NumType, Decl(discriminantPropertyCheck.ts, 78, 1)) 259 interface NumType { 260 >NumType : Symbol(NumType, Decl(discriminantPropertyCheck.ts, 78, 1)) 263 >type : Symbol(NumType.type, Decl(discriminantPropertyCheck.ts, 80, 19)) 268 >value : Symbol(NumType.value, Decl(discriminantPropertyCheck.ts, 81, 20)) 303 >inst.value : Symbol(NumType.value, Decl(discriminantPropertyCheck.ts, 81, 20)) 305 >value : Symbol(NumType.value, Decl(discriminantPropertyCheck.ts, 81, 20))
|
D | discriminantPropertyCheck.js | 74 type Instance = StrType | NumType; 82 interface NumType {
|
D | discriminantPropertyCheck.types | 245 type Instance = StrType | NumType; 260 interface NumType { 303 >inst : NumType
|