Home
last modified time | relevance | path

Searched refs:GetBool (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior2.cpp4 bool GetBool(bool default_value) { in GetBool() function
/external/flatbuffers/go/
Dtable.go68 func (t *Table) GetBool(off UOffsetT) bool { func
69 return GetBool(t.Bytes[off:])
151 return t.GetBool(t.Pos + UOffsetT(off))
Dencode.go27 func GetBool(buf []byte) bool { func
/external/u-boot/tools/binman/
Dbsection.py79 self._sort = fdt_util.GetBool(self._node, 'sort-by-pos')
80 self._end_4gb = fdt_util.GetBool(self._node, 'end-at-4gb')
Dentry.py130 self.pos_unset = fdt_util.GetBool(self._node, 'pos-unset')
/external/u-boot/tools/binman/etype/
Du_boot_with_ucode_ptr.py37 elif not fdt_util.GetBool(self._node, 'optional-ucode'):
/external/libchrome/base/
Dvalues_unittest.cc51 EXPECT_TRUE(true_value.GetBool()); in TEST()
55 EXPECT_FALSE(false_value.GetBool()); in TEST()
169 EXPECT_EQ(true_value.GetBool(), copied_true_value.GetBool()); in TEST()
174 EXPECT_EQ(false_value.GetBool(), copied_false_value.GetBool()); in TEST()
180 EXPECT_EQ(true_value.GetBool(), blank.GetBool()); in TEST()
184 EXPECT_EQ(false_value.GetBool(), blank.GetBool()); in TEST()
270 EXPECT_TRUE(moved_true_value.GetBool()); in TEST()
275 EXPECT_FALSE(moved_false_value.GetBool()); in TEST()
281 EXPECT_TRUE(blank.GetBool()); in TEST()
285 EXPECT_FALSE(blank.GetBool()); in TEST()
Dvalues.h163 bool GetBool() const;
Dvalues.cc225 bool Value::GetBool() const { in GetBool() function in base::Value
/external/u-boot/tools/dtoc/
Dfdt_util.py105 def GetBool(node, propname, default=False): function
/external/libchrome/mojo/public/cpp/base/
Dvalues_mojom_traits.h96 static bool bool_value(const base::Value& value) { return value.GetBool(); }
/external/webrtc/webrtc/base/
Djson_unittest.cc100 TEST(JsonTest, GetBool) { in TEST() argument
/external/protobuf/src/google/protobuf/
Dmap_test_util.cc1219 bool key = sub_message->GetReflection()->GetBool( in ExpectMapFieldsSetViaReflection()
1221 bool val = sub_message->GetReflection()->GetBool( in ExpectMapFieldsSetViaReflection()
1754 EXPECT_EQ(false, sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapEntryClearViaReflection()
1756 EXPECT_EQ(false, sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapEntryClearViaReflection()
Dmap_field.cc384 map_key.SetBoolValue(reflection->GetBool(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dgenerated_message_reflection.h247 bool GetBool (const Message& message,
Dmessage.h509 virtual bool GetBool (const Message& message,
Dtext_format.cc1605 bool first = reflection->GetBool(*a, field_); in operator ()()
1606 bool second = reflection->GetBool(*b, field_); in operator ()()
Dextension_set.h235 bool GetBool (int number, bool default_value) const;
Dtest_util.cc2692 EXPECT_TRUE( reflection->GetBool (message, F("optional_bool" ))); in ExpectAllFieldsSetViaReflection1()
2903 EXPECT_FALSE( reflection->GetBool (message, F("default_bool" ))); in ExpectAllFieldsSetViaReflection3()
3026 EXPECT_FALSE( reflection->GetBool (message, F("optional_bool" ))); in ExpectClearViaReflection()
3130 EXPECT_TRUE( reflection->GetBool (message, F("default_bool" ))); in ExpectClearViaReflection()
/external/libprotobuf-mutator/src/
Dfield_instance.h139 : reflection().GetBool(*message_, descriptor_); in Load()
/external/flatbuffers/tests/MyGame/Example/
DMonster.go249 return rcv._tab.GetBool(o + rcv._tab.Pos)
358 return rcv._tab.GetBool(a + flatbuffers.UOffsetT(j*1))
/external/libchrome/base/debug/
Dactivity_tracker.h377 bool GetBool() const;
Dactivity_tracker.cc295 bool ActivityUserData::TypedValue::GetBool() const { in GetBool() function in base::debug::ActivityUserData::TypedValue
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go942 func (m *KnownTypes) GetBool() *wrappers.BoolValue { func
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2267 bool value = reflection->GetBool(*message, field_descriptor); in CheckAndGetInteger()

12