Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_field.cc302 reflection->SetBool(new_entry, key_des, map_key.GetBoolValue()); in SyncRepeatedFieldWithMapNoLock()
329 reflection->SetBool(new_entry, val_des, map_val.GetBoolValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap.h166 bool GetBoolValue() const { in GetBoolValue() function
368 bool GetBoolValue() const { in GetBoolValue() function
1708 return hash<bool>()(map_key.GetBoolValue());
Dmap_field_inl.h67 return map_key.GetBoolValue();
Dmap_test_util.cc1469 EXPECT_EQ(map[iter.GetKey().GetBoolValue()], in ExpectMapFieldsSetViaReflectionIterator()
1470 iter.GetValueRef().GetBoolValue()); in ExpectMapFieldsSetViaReflectionIterator()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc190 return PyBool_FromLong(key.GetBoolValue()); in MapKeyToPython()
219 return PyBool_FromLong(value->GetBoolValue()); in MapValueRefToPython()