Home
last modified time | relevance | path

Searched defs:PyInt_Check (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc52 #define PyInt_Check PyLong_Check macro
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c746 #define PyInt_Check(x) PyLong_Check(x) macro