Lines Matching refs:using
359 // -N + 1 (the most negative number representable using
362 // N - 1 (the biggest number representable using
399 // them for equality using the == operator.
473 using SetUpTestSuiteFunc = void (*)();
474 using TearDownTestSuiteFunc = void (*)();
488 using SetUpTearDownSuiteFuncType = void (*)();
502 using Test =
629 using TypedTestCasePState = TypedTestSuitePState;
894 using HasDebugStringType = decltype(CheckDebugString<T>(nullptr));
895 using HasShortDebugStringType = decltype(CheckShortDebugString<T>(nullptr));
982 using value_type = decltype(*std::declval<typename C::const_iterator>());
983 using type =
1000 // ArrayEq() compares two k-dimensional native arrays using the
1040 // CopyArray() copies a k-dimensional native array using the elements'
1148 using type = IndexSequence;
1156 using type = IndexSequence<I..., (sizeofT + I)..., 2 * sizeofT>;
1160 using type = IndexSequence<I..., (sizeofT + I)...>;
1174 using MakeIndexSequence = typename MakeIndexSequenceImpl<N>::type;
1177 using IndexSequenceFor = typename MakeIndexSequence<sizeof...(T)>::type;
1198 using type =
1213 using value_type = typename ElemFromList<I, T...>::type;
1227 using Indices = IndexSequence<Idx...>;
1268 using Indices = typename FlatTupleBase<
1277 using FlatTuple::FlatTupleBase::Apply;
1278 using FlatTuple::FlatTupleBase::Get;