HomeSort by: relevance | last modified time | path
    Searched refs:IgnoredValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
gmock-internal-utils.h 502 using MakeResultIgnoredValue = IgnoredValue(Args...);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 109 // An IgnoredValue object can be implicitly constructed from ANY value.
110 class IgnoredValue {
114 // converted to IgnoredValue. The object has no data member and
123 IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 876 // type is IgnoredValue.
969 typedef internal::IgnoredValue Unused;

Completed in 19 milliseconds