Searched refs:float_holder_ (Results 1 – 1 of 1) sorted by relevance
1249 PythonFieldValuePrinter() : float_holder_(PyFloat_FromDouble(0)) {} in CheckAndGetInteger()1260 reinterpret_cast<PyFloatObject*>(float_holder_.get())->ob_fval = value; in CheckAndGetInteger()1261 ScopedPyObjectPtr s(PyObject_Str(float_holder_.get())); in CheckAndGetInteger()1276 ScopedPyObjectPtr float_holder_; in CheckAndGetInteger() member in google::protobuf::python::cmessage::PythonFieldValuePrinter