Searched refs:CheckAndGetDouble (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.h262 if (!CheckAndGetDouble(arg, &value)) { \
287 bool CheckAndGetDouble(PyObject* arg, double* value);
H A Dmessage.cc273 bool CheckAndGetDouble(PyObject* arg, double* value) { function in namespace:google::protobuf::python
285 if (!CheckAndGetDouble(arg, &double_value)) {

Completed in 67 milliseconds