Home
last modified time | relevance | path

Searched refs:kBool (Results 1 – 16 of 16) sorted by relevance

/external/v8/testing/gmock/include/gmock/internal/
Dgmock-internal-utils.h127 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/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h127 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/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h127 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/libchrome/base/trace_event/
Dheap_profiler_type_name_deduplicator_unittest.cc21 const char kBool[] = "bool"; variable
72 ASSERT_EQ(2, dedup->Insert(kBool)); in TEST()
76 ASSERT_EQ(2, dedup->Insert(kBool)); in TEST()
/external/v8/src/compiler/
Drepresentation-change.h19 static Truncation Bool() { return Truncation(TruncationKind::kBool); } in Bool()
32 return LessGeneral(kind_, TruncationKind::kBool); in IsUsedAsBool()
42 LessGeneral(kind_, TruncationKind::kBool); in IdentifiesNaNAndZero()
62 kBool, enumerator
Drepresentation-change.cc23 case TruncationKind::kBool: in description()
82 case TruncationKind::kBool: in LessGeneral()
83 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny; in LessGeneral()
/external/webrtc/talk/app/webrtc/
Dstatstypes.cc254 : name(name), type_(kBool) { in Value()
268 case kBool: in ~Value()
307 case kBool: in Equals()
340 return type_ == kBool && value_.bool_ == value; in operator ==()
377 RTC_DCHECK(type_ == kBool); in bool_val()
614 case kBool: in ToString()
Dstatstypes.h259 kBool, // bool. enumerator
/external/v8/src/
Dmachine-type.h47 kBool, enumerator
158 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool); in Bool()
161 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kBool); in TaggedBool()
Dmachine-type.cc56 case MachineSemantic::kBool: in operator <<()
/external/skia/src/pdf/
DSkPDFTypes.cpp125 case Type::kBool: in emitObject()
165 case Type::kBool: in addResources()
196 SkPDFUnion u(Type::kBool); in Bool()
DSkPDFTypes.h141 kBool, enumerator
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc130 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT in TEST()
/external/v8/testing/gmock/test/
Dgmock-internal-utils_test.cc154 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT in TEST()
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc155 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT in TEST()
/external/fmtlib/test/gmock/
Dgmock.h585 kBool, kInteger, kFloatingPoint, kOther
597 GMOCK_DECLARE_KIND_(bool, kBool);
647 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
652 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
657 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
662 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
688 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>