Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1077 ScopedPyObjectPtr function_return; in CheckAndGetInteger() local
1078 function_return.reset(PyObject_GetItem(map.get(), map_key)); in CheckAndGetInteger()
1079 if (function_return.get() == NULL) { in CheckAndGetInteger()
1083 function_return.get(), "MergeFrom", "O", map_value)); in CheckAndGetInteger()
1089 ScopedPyObjectPtr function_return; in CheckAndGetInteger() local
1090 function_return.reset( in CheckAndGetInteger()
1092 if (function_return.get() == NULL) { in CheckAndGetInteger()
/external/libxml2/python/
Dgenerator.py70 self.function_return = None
111 self.function_return, self.function_args,
121 self.function_return = [self.function_return_type,