Searched refs:py_method (Results 1 – 4 of 4) sorted by relevance
| /external/protobuf/python/google/protobuf/pyext/ |
| D | descriptor_database.cc | 135 ScopedPyObjectPtr py_method( in FindFileContainingExtension() local 137 if (py_method == nullptr) { in FindFileContainingExtension() 143 PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(), in FindFileContainingExtension() 154 ScopedPyObjectPtr py_method( in FindAllExtensionNumbers() local 156 if (py_method == nullptr) { in FindAllExtensionNumbers() 162 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
|
| /external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/ |
| D | descriptor_database.cc | 135 ScopedPyObjectPtr py_method( in FindFileContainingExtension() local 137 if (py_method == nullptr) { in FindFileContainingExtension() 143 PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(), in FindFileContainingExtension() 154 ScopedPyObjectPtr py_method( in FindAllExtensionNumbers() local 156 if (py_method == nullptr) { in FindAllExtensionNumbers() 162 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
|
| /external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/ |
| D | descriptor_database.cc | 135 ScopedPyObjectPtr py_method( in FindFileContainingExtension() local 137 if (py_method == nullptr) { in FindFileContainingExtension() 143 PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(), in FindFileContainingExtension() 154 ScopedPyObjectPtr py_method( in FindAllExtensionNumbers() local 156 if (py_method == nullptr) { in FindAllExtensionNumbers() 162 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
|
| /external/tensorflow/tensorflow/python/keras/engine/ |
| D | data_adapter.py | 480 def py_method(ind): function 486 flat_out = script_ops.eager_py_func(py_method, [indices], flat_dtypes)
|