Lines Matching defs:value
133 // KindOf<T>::value is the kind of type T.
136 enum { value = kOther }; // The default kind.
143 enum { value = kind }; \
175 ::testing::internal::KindOf<type>::value)
177 // LosslessArithmeticConvertibleImpl<kFromKind, From, kToKind, To>::value
184 // From, and kToKind is the kind of To; the value is
199 !(std::is_signed<From>::value && !std::is_signed<To>::value)) ||
203 (std::is_signed<From>::value == std::is_signed<To>::value)))
212 // LosslessArithmeticConvertible<From, To>::value is true if and only if
217 // reference) built-in arithmetic types; the value is
313 // when a value of type T is needed for compilation, but the statement
318 Assert(false, "", -1, "Internal error: attempt to return invalid value");
351 static_assert(!std::is_const<RawContainer>::value,
364 // NativeArray<T> can represent a native array either by value or by
372 static_assert(std::is_same<Element, RawElement>::value,
437 typename std::remove_reference<Tuple>::type>::value>())) {
440 typename std::remove_reference<Tuple>::type>::value>());