Home
last modified time | relevance | path

Searched defs:DBRow (Results 1 – 6 of 6) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/database/
H A DDBRow_tpl.h45 INLINE DBRow< T_DATA, ALLOC >::DBRow(const ALLOC< T_DATA >& alloc) : row_(alloc) { in DBRow() function
52 INLINE DBRow< T_DATA, ALLOC >::DBRow() : DBRow(ALLOC< T_DATA >()) {} in DBRow() function
57 INLINE DBRow< T_DATA, ALLOC >::DBRow(const std::size_t size, in DBRow() function
69 INLINE DBRow< T_DATA, ALLOC >::DBRow(const std::size_t size, in DBRow() function
76 INLINE DBRow< T_DATA, ALLOC >::DBRow(std::initializer_list< T_DATA > list, in DBRow() function
110 INLINE DBRow< T_DATA, ALLOC >::DBRow(const std::vector< T_DATA, OTHER_ALLOC< T_DATA > >& cells, in DBRow() function
122 INLINE DBRow< T_DATA, ALLOC >::DBRow(std::vector< T_DATA, ALLOC< T_DATA > >&& cells, in DBRow() function
133 INLINE DBRow< T_DATA, ALLOC >::DBRow(const DBRow< T_DATA, ALLOC >& from, in DBRow() function
143 INLINE DBRow< T_DATA, ALLOC >::DBRow(const DBRow< T_DATA, ALLOC >& from) : in DBRow() function
149 INLINE DBRow< T_DATA, ALLOC >::DBRow(DBRow< T_DATA, ALLOC >&& from, in DBRow() function
[all …]
H A DDBRow.h206 friend class DBRow; variable
/dports/net/concourse-fly/concourse-6.7.1/atc/scheduler/algorithm/
H A Dtable_helpers_test.go34 type DBRow struct { struct
35 Job string
36 BuildID int
39 CheckOrder int
40 VersionID int
41 Disabled bool
42 FromBuildID int
43 ToBuildID int
44 RerunOfBuildID int
46 NoResourceConfigScope bool
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/scheduler/algorithm/
H A Dtable_helpers_test.go34 type DBRow struct { struct
35 Job string
36 BuildID int
39 CheckOrder int
40 VersionID int
41 Disabled bool
42 FromBuildID int
43 ToBuildID int
44 RerunOfBuildID int
46 NoResourceConfigScope bool
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/rdbms/
H A Drdbms.h74 typedef struct DBRow DBRow; typedef
93 struct DBRow struct
95 const DBRow_vt *vt; argument
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/rdbms/
H A Drdbms.h74 typedef struct DBRow DBRow; typedef
93 struct DBRow struct
95 const DBRow_vt *vt; argument