HomeSort by relevance Sort by last modified time
    Searched refs:CheckAndGetBool (Results 1 - 2 of 2) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
message.h 319 if (!CheckAndGetBool(arg, &value)) { \
340 bool CheckAndGetBool(PyObject* arg, bool* value);
message.cc 622 bool CheckAndGetBool(PyObject* arg, bool* value) {
    [all...]

Completed in 1074 milliseconds