HomeSort by relevance Sort by last modified time
    Searched defs: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/skia/include/utils/
SkJSON.h 24 kBool,
168 * if done() returns false and type() returns kBool.
261 SkASSERT(kBool == fType);

Completed in 71 milliseconds