/external/v8/testing/gmock/include/gmock/internal/ |
D | 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/google-breakpad/src/testing/include/gmock/internal/ |
D | 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/googletest/googlemock/include/gmock/internal/ |
D | 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/libchrome/base/trace_event/ |
D | heap_profiler_type_name_deduplicator_unittest.cc | 21 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/ |
D | representation-change.h | 19 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
|
D | representation-change.cc | 23 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/ |
D | statstypes.cc | 254 : 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()
|
D | statstypes.h | 259 kBool, // bool. enumerator
|
/external/v8/src/ |
D | machine-type.h | 47 kBool, enumerator 158 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool); in Bool() 161 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kBool); in TaggedBool()
|
D | machine-type.cc | 56 case MachineSemantic::kBool: in operator <<()
|
/external/skia/src/pdf/ |
D | SkPDFTypes.cpp | 125 case Type::kBool: in emitObject() 165 case Type::kBool: in addResources() 196 SkPDFUnion u(Type::kBool); in Bool()
|
D | SkPDFTypes.h | 141 kBool, enumerator
|
/external/google-breakpad/src/testing/test/ |
D | gmock-internal-utils_test.cc | 130 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT in TEST()
|
/external/v8/testing/gmock/test/ |
D | gmock-internal-utils_test.cc | 154 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-internal-utils_test.cc | 155 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT in TEST()
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 585 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>
|