Home
last modified time | relevance | path

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

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