Home
last modified time | relevance | path

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

/third_party/libxml2/python/
Dgenerator.py70 self.function_return = None
111 self.function_return, self.function_args,
121 self.function_return = [self.function_return_type,
/third_party/ltp/tools/sparse/sparse-src/
Dgcc-attr-list.h53 GCC_ATTR(function_return)
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1149 ScopedPyObjectPtr function_return; in InitAttributes() local
1150 function_return.reset( in InitAttributes()
1152 if (function_return.get() == NULL) { in InitAttributes()