Searched refs:GetBoolValue (Results 1 – 14 of 14) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | v8value_ctocpp.h | 51 bool GetBoolValue() override;
|
D | v8value_ctocpp.cc | 395 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::GetBoolValue() { in GetBoolValue() function in CefV8ValueCToCpp
|
/third_party/protobuf/src/google/protobuf/ |
D | map_field.cc | 329 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()
|
D | map_field.h | 139 bool GetBoolValue() const { in GetBoolValue() function 642 bool GetBoolValue() const { 830 return hash<bool>()(map_key.GetBoolValue());
|
D | map_field_inl.h | 69 return map_key.GetBoolValue();
|
D | map_test_util.h | 1430 EXPECT_EQ(map[iter.GetKey().GetBoolValue()], in ExpectMapFieldsSetViaReflectionIterator() 1431 iter.GetValueRef().GetBoolValue()); in ExpectMapFieldsSetViaReflectionIterator()
|
D | text_format.cc | 2183 reflection->SetBool(message, field_desc, key.GetBoolValue()); in CopyKey() 2224 reflection->SetBool(message, field_desc, value.GetBoolValue()); in CopyValue()
|
/third_party/cef/include/ |
D | cef_v8.h | 628 virtual bool GetBoolValue() = 0;
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 187 return PyBool_FromLong(key.GetBoolValue()); in MapKeyToPython() 217 return PyBool_FromLong(value.GetBoolValue()); in MapValueRefToPython()
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.h | 241 bool GetBoolValue() override;
|
D | v8_impl.cc | 1750 bool CefV8ValueImpl::GetBoolValue() { in GetBoolValue() function in CefV8ValueImpl
|
/third_party/cef/libcef_dll/cpptoc/ |
D | v8value_cpptoc.cc | 403 bool _retval = CefV8ValueCppToC::Get(self)->GetBoolValue(); in v8value_get_bool_value()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 665 (persistentVal.get() && persistentVal->GetBoolValue()); in Execute()
|
/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 284 EXPECT_EQ(true, value->GetBoolValue()); in RunBoolCreateTest()
|