HomeSort by: relevance | last modified time | path
    Searched defs:Correct (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
map.bench.cpp 38 // - Correct contains the correct hint.
40 enum class Hint { Begin, Third, Correct, End };
42 static constexpr const char* Names[] = {"Begin", "Third", "Correct", "End"};
281 typename std::enable_if<hint == ::Hint::Correct>::type
312 typename std::enable_if<hint != ::Hint::Correct>::type
400 typename std::enable_if<hint == ::Hint::Correct>::type
431 typename std::enable_if<hint != ::Hint::Correct>::type
520 typename std::enable_if<hint == ::Hint::Correct>::type
551 typename std::enable_if<hint != ::Hint::Correct>::typ
    [all...]
map.bench.cpp 38 // - Correct contains the correct hint.
40 enum class Hint { Begin, Third, Correct, End };
42 static constexpr const char* Names[] = {"Begin", "Third", "Correct", "End"};
281 typename std::enable_if<hint == ::Hint::Correct>::type
312 typename std::enable_if<hint != ::Hint::Correct>::type
400 typename std::enable_if<hint == ::Hint::Correct>::type
431 typename std::enable_if<hint != ::Hint::Correct>::type
520 typename std::enable_if<hint == ::Hint::Correct>::type
551 typename std::enable_if<hint != ::Hint::Correct>::typ
    [all...]

Completed in 42 milliseconds