Home
last modified time | relevance | path

Searched refs:GetDoubleValue (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field.cc332 reflection->SetDouble(new_entry, val_des, map_val.GetDoubleValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap.h388 double GetDoubleValue() const { in GetDoubleValue() function
Dmap_test_util.cc1460 iter.GetValueRef().GetDoubleValue()); in ExpectMapFieldsSetViaReflectionIterator()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc217 return PyFloat_FromDouble(value->GetDoubleValue()); in MapValueRefToPython()