OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:METH_O
(Results
1 - 10
of
10
) 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. */
58
#define
METH_O
0x0008
/prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h
56
/* METH_NOARGS and
METH_O
must not be combined with the flags above. */
58
#define
METH_O
0x0008
/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. */
58
#define
METH_O
0x0008
/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. */
58
#define
METH_O
0x0008
/external/protobuf/python/google/protobuf/pyext/
extension_dict.cc
287
EDMETHOD(ClearExtension,
METH_O
, "Clears an extension from the object."),
288
EDMETHOD(HasExtension,
METH_O
, "Checks if the object has an extension."),
289
EDMETHOD(_FindExtensionByName,
METH_O
,
descriptor.cc
212
METH_O
,
216
METH_O
,
message.cc
[
all
...]
repeated_composite_container.cc
708
{ "extend", (PyCFunction) Extend,
METH_O
,
710
{ "remove", (PyCFunction) Remove,
METH_O
,
714
{ "MergeFrom", (PyCFunction) MergeFrom,
METH_O
,
repeated_scalar_container.cc
768
{ "append", (PyCFunction)Append,
METH_O
,
770
{ "extend", (PyCFunction)Extend,
METH_O
,
774
{ "remove", (PyCFunction)Remove,
METH_O
,
/prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg
350
#ifdef
METH_O
351
data->delargs = !(flags & (
METH_O
));
549
#ifndef
METH_O
639
#ifdef
METH_O
645
{(char *)"append", (PyCFunction)SwigPyObject_append,
METH_O
, (char *)"appends another 'this' object"},
[
all
...]
Completed in 507 milliseconds