Home
last modified time | relevance | path

Searched refs:kBoolValue (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/dbus/
Dvalues_util_unittest.cc29 const bool kBoolValue = true; in TEST() local
30 writer.AppendBool(kBoolValue); in TEST()
63 expected_value.reset(new base::Value(kBoolValue)); in TEST()
121 const bool kBoolValue = true; in TEST() local
122 writer.AppendVariantOfBool(kBoolValue); in TEST()
136 expected_value.reset(new base::Value(kBoolValue)); in TEST()
241 const bool kBoolValue = true; in TEST() local
242 sub_writer.AppendBool(kBoolValue); in TEST()
253 list_value.AppendBoolean(kBoolValue); in TEST()
275 const bool kBoolValue = true; in TEST() local
[all …]
/external/libchrome/mojo/public/cpp/bindings/tests/
Dconstant_unittest.cc16 static_assert(kBoolValue == true, ""); in TEST()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_constants.mojom9 const bool kBoolValue = true;
/external/protobuf/src/google/protobuf/
Dstruct.pb.cc632 case kBoolValue: { in Value()
699 case kBoolValue: { in clear_kind()
1054 case kBoolValue: { in ByteSizeLong()
1116 case kBoolValue: { in MergeFrom()
Dstruct.pb.h350 kBoolValue = 4, enumerator
931 return kind_case() == kBoolValue; in has_bool_value()
934 _oneof_case_[0] = kBoolValue; in set_has_bool_value()