HomeSort by relevance Sort by last modified time
    Searched defs:kBool (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 20 const char kBool[] = "bool";
39 ASSERT_EQ(2, dedup->Insert(kBool));
43 ASSERT_EQ(2, dedup->Insert(kBool));
  /system/update_engine/common/
fake_prefs.h 61 kBool,
  /external/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/google-breakpad/src/testing/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/v8/src/compiler/
representation-change.h 19 static Truncation Bool() { return Truncation(TruncationKind::kBool); }
36 LessGeneral(kind_, TruncationKind::kBool);
56 kBool,
  /external/skia/src/pdf/
SkPDFTypes.h 146 kBool,
  /external/v8/src/
machine-type.h 32 kBool,
118 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool);
121 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kBool);
  /frameworks/base/tools/aapt2/
Resource.h 43 kBool,
  /external/webrtc/talk/app/webrtc/
statstypes.h 259 kBool, // bool.

Completed in 115 milliseconds