Home
last modified time | relevance | path

Searched defs:TBuffer (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/untahris/untahris/
H A Dnet.cpp17 struct TBuffer { struct
18 int readpos;
19 vector<char> buf;
21 template<class T> void put(T t) { in put()
27 void putChar(char c) { put(c); } in putChar()
28 void putInt(int32 c) { put(c); } in putInt()
30 int getInt() { int32 i; get(i); return i;} in getInt()
32 void putC(CellType c) { putChar((char) c); } in putC()
33 void getC(CellType& c) {char ch; get(ch); c = CellType(ch); } in getC()
58 void appendTo(TBuffer& b) { in appendTo() argument
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGCodeViewer.hpp278 struct TBuffer struct in Slic3r::GUI::GCodeViewer
280 enum class ERenderPrimitiveType : unsigned char
287 ERenderPrimitiveType render_primitive_type;
288 VBuffer vertices;
289 std::vector<IBuffer> indices;
291 std::string shader;
292 std::vector<Path> paths;
296 bool visible{ false };
319 unsigned int indices_per_segment() const { in indices_per_segment()
336 unsigned int max_indices_per_segment() const { in max_indices_per_segment()
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/align_parallel/
H A Ddp_parallel_scout_simd.h91 DPScout_(DPScoutState_<DPTiled<TBuffer, TThreadContext, TSimdSpec> > & state, in DPScout_()
98 …DPScout_(DPScoutState_<DPTiled<TBuffer, TThreadContext, TSimdSpec> > & state) : DPScout_(state, fa… in DPScout_()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/align_parallel/
H A Ddp_parallel_scout_simd.h91 DPScout_(DPScoutState_<DPTiled<TBuffer, TThreadContext, TSimdSpec> > & state, in DPScout_()
98 …DPScout_(DPScoutState_<DPTiled<TBuffer, TThreadContext, TSimdSpec> > & state) : DPScout_(state, fa… in DPScout_()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/asn_cache/
H A Dasn_cache.hpp64 using TBuffer = vector<unsigned char>; typedef in CAsnCache
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/data_loaders/asn_cache/
H A Dmd5_writer.hpp55 typedef Buffer TBuffer; typedef in CMD5StreamWriter
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/link_reduce/
H A Dlink_reduce.hpp90 typedef vector<unsigned char> TBuffer; typedef in CLinkReduce
/dports/science/hepmc3/HepMC3-3.2.4/include/HepMC3/
H A DGenRunInfo.h20 class TBuffer; variable
H A DGenEvent.h29 class TBuffer; variable
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/journaled_string_tree/
H A Djournaled_string_tree_traverser.h57 …typedef JstBuffer_<TJst> TBuffer; // Provides a sequen… typedef
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/journaled_string_tree/
H A Djournaled_string_tree_traverser.h57 …typedef JstBuffer_<TJst> TBuffer; // Provides a sequen… typedef
/dports/science/hepmc3/HepMC3-3.2.4/interfaces/mc-tester/src/
H A DHepMC3Event.cxx134 void HepMC3Event::Streamer(TBuffer &) in Streamer() argument
H A DHepMC3Particle.cxx253 void HepMC3Particle::Streamer(TBuffer &) in Streamer() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/abyss/src/
H A Ddata.h18 } TBuffer; typedef
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/abyss/src/
H A Ddata.h18 } TBuffer; typedef
/dports/net/wireshark-lite/wireshark-3.6.1/epan/wslua/
H A Dlrexlib.h92 typedef struct tagBuffer TBuffer; typedef
/dports/net/wireshark/wireshark-3.6.1/epan/wslua/
H A Dlrexlib.h92 typedef struct tagBuffer TBuffer; typedef
/dports/net/tshark-lite/wireshark-3.6.1/epan/wslua/
H A Dlrexlib.h92 typedef struct tagBuffer TBuffer; typedef
/dports/net/tshark/wireshark-3.6.1/epan/wslua/
H A Dlrexlib.h92 typedef struct tagBuffer TBuffer; typedef
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/qparse/
H A Dquery_exec_bv.hpp57 typedef CSimpleBuffer TBuffer; typedef in CQueryEval_BV_Value
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dmsg.h294 typedef struct TBuffer { struct
297 } TBuffer; argument
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/stream/
H A Diostream_bgzf.h89 typedef std::vector<char_type, char_allocator_type> TBuffer; typedef
303 typedef std::vector<char_type, char_allocator_type> TBuffer; typedef
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/stream/
H A Diostream_bgzf.h89 typedef std::vector<char_type, char_allocator_type> TBuffer; typedef
303 typedef std::vector<char_type, char_allocator_type> TBuffer; typedef
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/stream/
H A Diostream_bgzf.h97 typedef std::vector<char_type, char_allocator_type> TBuffer; typedef
313 typedef std::vector<char_type, char_allocator_type> TBuffer; typedef
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp302 OUT PACKAGE_DATA &TBuffer in BuildPkg()
1086 OUT PACKAGE_DATA &TBuffer in IfrRecordOutput()

12