Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1082 ScopedPyObjectPtr function_return; in CheckAndGetInteger() local
1083 function_return.reset(PyObject_GetItem(map.get(), map_key)); in CheckAndGetInteger()
1084 if (function_return.get() == NULL) { in CheckAndGetInteger()
1088 function_return.get(), "MergeFrom", "O", map_value)); in CheckAndGetInteger()
1094 ScopedPyObjectPtr function_return; in CheckAndGetInteger() local
1095 function_return.reset( in CheckAndGetInteger()
1097 if (function_return.get() == NULL) { in CheckAndGetInteger()