OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:METH_NOARGS
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h
56
/*
METH_NOARGS
and METH_O must not be combined with the flags above. */
57
#define
METH_NOARGS
0x0004
/prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h
56
/*
METH_NOARGS
and METH_O must not be combined with the flags above. */
57
#define
METH_NOARGS
0x0004
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h
56
/*
METH_NOARGS
and METH_O must not be combined with the flags above. */
57
#define
METH_NOARGS
0x0004
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h
56
/*
METH_NOARGS
and METH_O must not be combined with the flags above. */
57
#define
METH_NOARGS
0x0004
/prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg
425
#ifdef
METH_NOARGS
434
# ifdef
METH_NOARGS
563
#ifdef
METH_NOARGS
579
#ifdef
METH_NOARGS
591
#ifdef
METH_NOARGS
621
#ifdef
METH_NOARGS
642
{(char *)"disown", (PyCFunction)SwigPyObject_disown,
METH_NOARGS
, (char *)"releases ownership of the pointer"},
643
{(char *)"acquire", (PyCFunction)SwigPyObject_acquire,
METH_NOARGS
, (char *)"acquires ownership of the pointer"},
646
{(char *)"next", (PyCFunction)SwigPyObject_next,
METH_NOARGS
, (char *)"returns the next 'this' object"},
647
{(char *)"__repr__",(PyCFunction)SwigPyObject_repr,
METH_NOARGS
, (char *)"returns object representation"}
[
all
...]
/external/protobuf/python/google/protobuf/pyext/
message.cc
[
all
...]
repeated_scalar_container.cc
766
{ "__reduce__", (PyCFunction)Reduce,
METH_NOARGS
,
Completed in 303 milliseconds