OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyGetSetDef
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
descrobject.h
11
typedef struct
PyGetSetDef
{
17
}
PyGetSetDef
;
61
PyGetSetDef
*d_getset;
80
struct
PyGetSetDef
*);
object.h
382
struct
PyGetSetDef
*tp_getset;
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
descrobject.h
11
typedef struct
PyGetSetDef
{
17
}
PyGetSetDef
;
61
PyGetSetDef
*d_getset;
80
struct
PyGetSetDef
*);
object.h
382
struct
PyGetSetDef
*tp_getset;
[
all
...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.cc
81
static
PyGetSetDef
CFieldDescriptorGetters[] = {
Completed in 88 milliseconds