# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # from libcpp.memory cimport shared_ptr cimport module.types as _fbthrift_ctypes cdef shared_ptr[_fbthrift_ctypes.cMyUnion] MyUnion_convert_to_cpp(object inst) except* cdef object MyUnion_from_cpp(const shared_ptr[_fbthrift_ctypes.cMyUnion]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cNonTriviallyDestructibleUnion] NonTriviallyDestructibleUnion_convert_to_cpp(object inst) except* cdef object NonTriviallyDestructibleUnion_from_cpp(const shared_ptr[_fbthrift_ctypes.cNonTriviallyDestructibleUnion]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cMyField] MyField_convert_to_cpp(object inst) except* cdef object MyField_from_cpp(const shared_ptr[_fbthrift_ctypes.cMyField]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cMyStruct] MyStruct_convert_to_cpp(object inst) except* cdef object MyStruct_from_cpp(const shared_ptr[_fbthrift_ctypes.cMyStruct]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithUnion] StructWithUnion_convert_to_cpp(object inst) except* cdef object StructWithUnion_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithUnion]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cRecursiveStruct] RecursiveStruct_convert_to_cpp(object inst) except* cdef object RecursiveStruct_from_cpp(const shared_ptr[_fbthrift_ctypes.cRecursiveStruct]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithContainers] StructWithContainers_convert_to_cpp(object inst) except* cdef object StructWithContainers_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithContainers]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithSharedConst] StructWithSharedConst_convert_to_cpp(object inst) except* cdef object StructWithSharedConst_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithSharedConst]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cEmpty] Empty_convert_to_cpp(object inst) except* cdef object Empty_from_cpp(const shared_ptr[_fbthrift_ctypes.cEmpty]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithRef] StructWithRef_convert_to_cpp(object inst) except* cdef object StructWithRef_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithRef]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithBox] StructWithBox_convert_to_cpp(object inst) except* cdef object StructWithBox_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithBox]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithInternBox] StructWithInternBox_convert_to_cpp(object inst) except* cdef object StructWithInternBox_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithInternBox]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithTerseInternBox] StructWithTerseInternBox_convert_to_cpp(object inst) except* cdef object StructWithTerseInternBox_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithTerseInternBox]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cAdaptedStructWithInternBox] AdaptedStructWithInternBox_convert_to_cpp(object inst) except* cdef object AdaptedStructWithInternBox_from_cpp(const shared_ptr[_fbthrift_ctypes.cAdaptedStructWithInternBox]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cAdaptedStructWithTerseInternBox] AdaptedStructWithTerseInternBox_convert_to_cpp(object inst) except* cdef object AdaptedStructWithTerseInternBox_from_cpp(const shared_ptr[_fbthrift_ctypes.cAdaptedStructWithTerseInternBox]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithRefTypeUnique] StructWithRefTypeUnique_convert_to_cpp(object inst) except* cdef object StructWithRefTypeUnique_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithRefTypeUnique]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithRefTypeShared] StructWithRefTypeShared_convert_to_cpp(object inst) except* cdef object StructWithRefTypeShared_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithRefTypeShared]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithRefTypeSharedConst] StructWithRefTypeSharedConst_convert_to_cpp(object inst) except* cdef object StructWithRefTypeSharedConst_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithRefTypeSharedConst]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithRefAndAnnotCppNoexceptMoveCtor] StructWithRefAndAnnotCppNoexceptMoveCtor_convert_to_cpp(object inst) except* cdef object StructWithRefAndAnnotCppNoexceptMoveCtor_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithRefAndAnnotCppNoexceptMoveCtor]& c_struct) cdef shared_ptr[_fbthrift_ctypes.cStructWithString] StructWithString_convert_to_cpp(object inst) except* cdef object StructWithString_from_cpp(const shared_ptr[_fbthrift_ctypes.cStructWithString]& c_struct)