Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h307 if (!CheckAndGetFloat(arg, &value)) { \
339 bool CheckAndGetFloat(PyObject* arg, float* value);
Dmessage.cc613 bool CheckAndGetFloat(PyObject* arg, float* value) { in CheckAndGetInteger() function