OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfunctype
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestSignatureMatching.py
7
def
cfunctype
(*arg_types):
function
8
return pt.
CFuncType
(pt.c_int_type,
27
cfunctype
(pt.CReferenceType(pt.c_int_type)),
28
cfunctype
(pt.CReferenceType(pt.c_long_type)),
29
cfunctype
(pt.CReferenceType(pt.c_double_type)),
39
cfunctype
(
41
cfunctype
(
53
cfunctype
(pt.CReferenceType(classes[0])),
54
cfunctype
(pt.CReferenceType(classes[1])),
64
cfunctype
(pt.CReferenceType(classes[0]), pt.c_int_type)
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py
612
CFuncType
(self, [CFuncTypeArg("memviewslice", self, None)]),
629
cfunctype
=
CFuncType
(
636
cfunctype
,
[
all
...]
Completed in 1031 milliseconds