Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/
Ddynamic_message.h196 bool first = reflection->GetBool(*a, field_); in operator()
197 bool second = reflection->GetBool(*b, field_); in operator()
Dtest_util.h504 EXPECT_TRUE(reflection->GetBool(message, F("optional_bool"))); in ExpectAllFieldsSetViaReflection1()
782 EXPECT_FALSE(reflection->GetBool(message, F("default_bool"))); in ExpectAllFieldsSetViaReflection3()
920 EXPECT_FALSE(reflection->GetBool(message, F("optional_bool"))); in ExpectClearViaReflection()
1034 EXPECT_TRUE(reflection->GetBool(message, F("default_bool"))); in ExpectClearViaReflection()
Dmap_field.cc478 map_key.SetBoolValue(reflection->GetBool(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dmessage.h485 bool GetBool(const Message& message, const FieldDescriptor* field) const;
Dmap_test_util.cc1226 bool key = sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapFieldsSetViaReflection()
1228 bool val = sub_message->GetReflection()->GetBool(*sub_message, in ExpectMapFieldsSetViaReflection()
/external/llvm-project/clang/test/CodeGenCXX/
Dcatch-undef-behavior2.cpp4 bool GetBool(bool default_value) { in GetBool() function
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior2.cpp4 bool GetBool(bool default_value) { in GetBool() function
/external/tensorflow/tensorflow/c/eager/
Dabstract_op_attrs.h40 virtual bool GetBool(absl::string_view attr_name, bool* result) const = 0;
/external/rust/crates/nix/src/sys/socket/
Dsockopt.rs132 sockopt_impl!(GetOnly, $name, $level, $flag, bool, GetBool);
156 sockopt_impl!(Both, $name, $level, $flag, bool, GetBool, SetBool);
452 struct GetBool { struct
457 unsafe impl Get<bool> for GetBool { implementation
459 GetBool { in uninit()
/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/libchrome/components/policy/core/common/
Dplist_writer.cc21 bool value = node.GetBool(); in BuildPlistString()
/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;
/external/libchrome/base/debug/
Dactivity_analyzer_unittest.cc313 EXPECT_FALSE(user_data.at("bool2").GetBool()); in TEST_F()
339 EXPECT_TRUE(user_data.at("bool1").GetBool()); in TEST_F()
391 EXPECT_TRUE(snapshot.at("bool").GetBool()); in TEST_F()
Dactivity_tracker.h377 bool GetBool() const;
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.h175 bool GetBool(absl::string_view attr_name, bool* result) const override;
Dattr_builder.cc325 bool AttrBuilder::GetBool(absl::string_view attr_name, bool* result) const { in GetBool() function in tensorflow::AttrBuilder
/external/libchrome/mojo/public/cpp/base/
Dvalues_mojom_traits.h96 static bool bool_value(const base::Value& value) { return value.GetBool(); }
/external/perfetto/src/trace_processor/util/
Dproto_to_json.cc45 : ref->GetBool(message, field_desc)); in FieldToJson()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc215 : reflection->GetBool(options, field))); in ConvertOptionField()
/external/webrtc/rtc_base/strings/
Djson_unittest.cc100 TEST(JsonTest, GetBool) { in TEST() argument
/external/libprotobuf-mutator/src/
Dfield_instance.h139 : reflection().GetBool(*message_, descriptor_); in Load()
/external/flatbuffers/tests/MyGame/Example/
DMonster.go689 return rcv._tab.GetBool(o + rcv._tab.Pos)
798 return rcv._tab.GetBool(a + flatbuffers.UOffsetT(j*1))
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go942 func (m *KnownTypes) GetBool() *wrappers.BoolValue { func

12