Searched defs:kBool (Results 1 - 9 of 9) 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/skia/src/pdf/
H A DSkPDFTypes.h141 kBool, member in class:SkPDFUnion::Type
/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/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
/external/v8/src/
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/webrtc/talk/app/webrtc/
H A Dstatstypes.h259 kBool, // bool. enumerator in enum:webrtc::StatsReport::Value::Type
/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 898 milliseconds