Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.h317 if (!CheckAndGetDouble(arg, &value)) { \
342 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()