HomeSort by relevance Sort by last modified time
    Searched refs:kBool (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 130 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT

Completed in 460 milliseconds