Home
last modified time | relevance | path

Searched refs:fielddesc (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_ctypes/
H A Dctypes.h145 extern struct fielddesc *_ctypes_get_fielddesc(const char *fmt);
183 struct fielddesc { struct
245 corresponding fielddesc entry. These are functions to set and get the value
254 the fielddesc table could have entries for C codec from_param functions or
H A Dcfield.c124 struct fielddesc *fd = _ctypes_get_fielddesc("s"); in PyCField_FromDesc()
129 struct fielddesc *fd = _ctypes_get_fielddesc("U"); in PyCField_FromDesc()
1476 static struct fielddesc formattable[] = {
1524 struct fielddesc *fd = formattable; in _ctypes_init_fielddesc()
1592 struct fielddesc *
1596 struct fielddesc *table = formattable; in _ctypes_get_fielddesc()
H A D_ctypes.c1673 struct fielddesc *fd = _ctypes_get_fielddesc("Z"); in c_wchar_p_from_param()
1740 struct fielddesc *fd = _ctypes_get_fielddesc("z"); in c_char_p_from_param()
1812 struct fielddesc *fd = _ctypes_get_fielddesc("P"); in c_void_p_from_param()
1830 struct fielddesc *fd = _ctypes_get_fielddesc("z"); in c_void_p_from_param()
1847 struct fielddesc *fd = _ctypes_get_fielddesc("Z"); in c_void_p_from_param()
1940 PyObject *proto, struct fielddesc *fmt) in CreateSwappedType()
2019 struct fielddesc *fd; in PyCSimpleType_paramfunc()
2051 struct fielddesc *fmt; in PyCSimpleType_new()
2233 struct fielddesc *fd; in PyCSimpleType_from_param()
/third_party/protobuf/php/tests/
H A DDescriptorsTest.php100 $fielddesc = $desc->getField(17); variable
101 $subdesc = $fielddesc->getMessageType();

Completed in 11 milliseconds