Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h313 if (!CheckAndGetDouble(arg, &value)) { \
338 bool CheckAndGetDouble(PyObject* arg, double* value);
Dmessage.cc603 bool CheckAndGetDouble(PyObject* arg, double* value) { in CheckAndGetInteger() function
615 if (!CheckAndGetDouble(arg, &double_value)) { in CheckAndGetInteger()