File: reader_test_cases.cpp

package info (click to toggle)
protozero 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,548 kB
  • sloc: cpp: 20,364; sh: 18; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9

#include <test.hpp>

#define PBF_TYPE int64
#define PBF_TYPE_IS_SIGNED 1
using cpp_type = int64_t;

#include <scalar_access.hpp>