Re-sync with internal repository
[hiphop-php.git] / third-party / thrift / src / thrift / compiler / test / fixtures / constants / gen-py3 / module / types_reflection.pxd
blob19f7d7d202302f39a6a5df89e7e7a9eeea2d6acc
2 # Autogenerated by Thrift
4 # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5 #  @generated
9 from thrift.py3.reflection cimport (
10     StructSpec as __StructSpec,
11     ListSpec as __ListSpec,
12     SetSpec as __SetSpec,
13     MapSpec as __MapSpec,
14     FieldSpec as __FieldSpec,
17 cdef __StructSpec get_reflection__Internship()
19 cdef __StructSpec get_reflection__Range()
21 cdef __StructSpec get_reflection__struct1()
23 cdef __StructSpec get_reflection__struct2()
25 cdef __StructSpec get_reflection__struct3()
27 cdef __StructSpec get_reflection__struct4()
29 cdef __StructSpec get_reflection__union1()
31 cdef __StructSpec get_reflection__union2()
33 cdef __ListSpec get_reflection__List__i32()
35 cdef __MapSpec get_reflection__Map__string_i32()
37 cdef __ListSpec get_reflection__List__Map__string_i32()
39 cdef __MapSpec get_reflection__Map__string_string()
41 cdef __ListSpec get_reflection__List__Range()
43 cdef __ListSpec get_reflection__List__Internship()
45 cdef __ListSpec get_reflection__List__string()
47 cdef __SetSpec get_reflection__Set__i32()
49 cdef __SetSpec get_reflection__Set__string()
51 cdef __MapSpec get_reflection__Map__i32_i32()
53 cdef __MapSpec get_reflection__Map__i32_string()