Home
last modified time | relevance | path

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

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