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

/external/libchrome/base/trace_event/
H A Dheap_profiler_type_name_deduplicator_unittest.cc21 const char kBool[] = "bool"; member in namespace:base::trace_event::__anon10093
72 ASSERT_EQ(2, dedup->Insert(kBool));
76 ASSERT_EQ(2, dedup->Insert(kBool));
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther enumerator in enum:testing::internal::TypeKind
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/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther enumerator in enum:testing::internal::TypeKind
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/v8/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther enumerator in enum:testing::internal::TypeKind
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/v8/src/
H A Dmachine-type.cc50 case MachineSemantic::kBool:
H A Dmachine-type.h44 kBool, member in class:v8::internal::MachineRepresentation::MachineSemantic
143 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool);
146 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kBool);
/external/v8/src/compiler/
H A Drepresentation-change.h19 static Truncation Bool() { return Truncation(TruncationKind::kBool); }
32 return LessGeneral(kind_, TruncationKind::kBool);
42 LessGeneral(kind_, TruncationKind::kBool);
62 kBool, member in class:v8::internal::compiler::final::TruncationKind
H A Drepresentation-change.cc21 case TruncationKind::kBool:
45 // kWord32 kBool
80 case TruncationKind::kBool:
81 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny;
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.cc254 : name(name), type_(kBool) {
268 case kBool:
307 case kBool:
340 return type_ == kBool && value_.bool_ == value;
377 RTC_DCHECK(type_ == kBool);
614 case kBool:
H A Dstatstypes.h259 kBool, // bool. enumerator in enum:webrtc::StatsReport::Value::Type
/external/skia/src/pdf/
H A DSkPDFTypes.cpp125 case Type::kBool:
165 case Type::kBool:
196 SkPDFUnion u(Type::kBool);
H A DSkPDFTypes.h141 kBool, member in class:SkPDFUnion::Type
/external/google-breakpad/src/testing/test/
H A Dgmock-internal-utils_test.cc130 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT
/external/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc155 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT
/external/v8/testing/gmock/test/
H A Dgmock-internal-utils_test.cc154 EXPECT_EQ(kBool, GMOCK_KIND_OF_(bool)); // NOLINT
/external/fmtlib/test/gmock/
H A Dgmock.h585 kBool, kInteger, kFloatingPoint, kOther enumerator in enum:testing::internal::TypeKind
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>

Completed in 6063 milliseconds