Home
last modified time | relevance | path

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

/external/libxml2/python/
Dgenerator.py70 self.function_return = None
111 self.function_return, self.function_args,
121 self.function_return = [self.function_return_type,
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1123 ScopedPyObjectPtr function_return; in InitAttributes() local
1124 function_return.reset( in InitAttributes()
1126 if (function_return.get() == NULL) { in InitAttributes()