Lines Matching refs:Correct

81 using Correct = BlockedRangeValue</*CopyCtor = */true, /*CopyAssignment = */true, /*Dtor = */true, …  variable
118 using Correct = Range</*CopyCtor = */true, /*SplitCtor = */true, /*Dtor = */true, /*Empty = */State… variable
144 template <typename R> using Correct = ParallelForBody<R, /*CopyCtor = */true, /*Dtor = */true, /*()… variable
160 template <typename I> using Correct = ParallelForFunc<I, /*() = */State::correct>; variable
192 using Correct = ParallelForIndex</*IntCtor = */true, /*CopyCtor = */true, /*CopyAssign = */true, /*… variable
227 template <typename T> using Correct = ParallelForEachBody<T, /*() = */State::correct>; variable
267 using Correct = ContainerBasedSequence</*Begin = */true, /*End = */true>; variable
301 template <typename R> using Correct = ParallelReduceBody<R, /*SplitCtor = */true, /*Dtor = */true, … variable
320 template <typename R> using Correct = ParallelReduceFunction<R, /*() = */State::correct>; variable
338 template <typename T> using Correct = ParallelReduceCombine<T, /*() = */State::correct>; variable
366 template <typename R> using Correct = ParallelScanBody<R, /*SplitCtor = */true, /*ReverseJoin = */S… variable
391 template <typename R, typename T> using Correct = ParallelScanFunction<R, T, /*() = */State::correc… variable
412 template <typename T> using Correct = Compare<T, /*() = */State::correct>; variable
440 template <typename K> using Correct = HashCompare<K, /*CopyCtor = */true, /*Dtor = */true, /*Hash =… variable
505 using Correct = RWMutex</*ScopedLock = */true, /*DefaultCtor = */true, /*MutexCtor = */true, /*Dtor… variable
562 template <typename O> using Correct = InputNodeBody<O, /*CopyCtor = */true, /*Dtor = */true, /*() =… variable
583 template <typename I, typename O> using Correct = FunctionNodeBody<I, O, /*CopyCtor = */true, /*Dto… variable
612 template <typename I, typename O> using Correct = PortsNodeBody<I, O, output_ports_type<I, O>, /*Co… variable
626 template <typename I, typename O> using Correct = PortsNodeBody<I, O, gateway_type<I, O>, /*CopyCto… variable
647 template <typename O> using Correct = ContinueNodeBody<O, /*CopyCtor = */true, /*Dtor = */true, /*(… variable
668 template <typename T> using Correct = Sequencer<T, /*CopyCtor = */true, /*Dtor = */true, /*() = */S… variable
689 template <typename I, typename K> using Correct = JoinNodeFunctionObject<I, K, /*CopyCtor = */true,… variable