Home
last modified time | relevance | path

Searched refs:GetBoolValue (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h51 bool GetBoolValue() override;
Dv8value_ctocpp.cc395 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::GetBoolValue() { in GetBoolValue() function in CefV8ValueCToCpp
/third_party/protobuf/src/google/protobuf/
Dmap_field.cc329 map_val->SetBoolValue(other_it->second.GetBoolValue()); in MergeFrom()
398 reflection->SetBool(new_entry, key_des, map_key.GetBoolValue()); in SyncRepeatedFieldWithMapNoLock()
425 reflection->SetBool(new_entry, val_des, map_val.GetBoolValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap_field.h139 bool GetBoolValue() const { in GetBoolValue() function
642 bool GetBoolValue() const {
830 return hash<bool>()(map_key.GetBoolValue());
Dmap_field_inl.h69 return map_key.GetBoolValue();
Dmap_test_util.h1430 EXPECT_EQ(map[iter.GetKey().GetBoolValue()], in ExpectMapFieldsSetViaReflectionIterator()
1431 iter.GetValueRef().GetBoolValue()); in ExpectMapFieldsSetViaReflectionIterator()
Dtext_format.cc2183 reflection->SetBool(message, field_desc, key.GetBoolValue()); in CopyKey()
2224 reflection->SetBool(message, field_desc, value.GetBoolValue()); in CopyValue()
/third_party/cef/include/
Dcef_v8.h628 virtual bool GetBoolValue() = 0;
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc187 return PyBool_FromLong(key.GetBoolValue()); in MapKeyToPython()
217 return PyBool_FromLong(value.GetBoolValue()); in MapValueRefToPython()
/third_party/cef/libcef/renderer/
Dv8_impl.h241 bool GetBoolValue() override;
Dv8_impl.cc1750 bool CefV8ValueImpl::GetBoolValue() { in GetBoolValue() function in CefV8ValueImpl
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc403 bool _retval = CefV8ValueCppToC::Get(self)->GetBoolValue(); in v8value_get_bool_value()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc665 (persistentVal.get() && persistentVal->GetBoolValue()); in Execute()
/third_party/cef/tests/ceftests/
Dv8_unittest.cc284 EXPECT_EQ(true, value->GetBoolValue()); in RunBoolCreateTest()