| 852 | /* BufferFormatStructs.proto */ |
| 853 | #define IS_UNSIGNED(type) (((type) -1) > 0) |
| 854 | struct __Pyx_StructField_; |
| 855 | #define __PYX_BUF_FLAGS_PACKED_STRUCT (1 << 0) |
| 856 | typedef struct { |
| 857 | const char* name; |
nothing calls this directly
no outgoing calls
no test coverage detected