Home
last modified time | relevance | path

Searched refs:m_record (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimLasPointRecord4.cpp98 m_record() in operator =()
104 m_record(obj.m_record)
112 m_record = copy_this.m_record; in readStream()
150 return m_record.m_x; in getZ()
155 return m_record.m_y;
160 return m_record.m_z; in getGreen()
180 return m_record.m_intensity; in getNumberOfReturns()
235 endian.swap(m_record.m_x);
236 endian.swap(m_record.m_y);
237 endian.swap(m_record.m_z);
[all …]
H A DossimLasPointRecord2.cpp83 m_record() in ossimLasPointRecord2()
89 m_record(obj.m_record) in ossimLasPointRecord2()
97 m_record = copy_this.m_record; in operator =()
135 return m_record.m_x; in getX()
140 return m_record.m_y; in getY()
145 return m_record.m_z; in getZ()
150 return m_record.m_red; in getRed()
155 return m_record.m_green; in getGreen()
160 return m_record.m_blue; in getBlue()
215 endian.swap(m_record.m_x); in swap()
[all …]
H A DossimLasPointRecord3.cpp86 m_record()
92 m_record(obj.m_record)
100 m_record = copy_this.m_record;
138 return m_record.m_x;
143 return m_record.m_y;
148 return m_record.m_z;
169 return m_record.m_intensity;
220 endian.swap(m_record.m_x);
221 endian.swap(m_record.m_y);
222 endian.swap(m_record.m_z);
[all …]
H A DossimLasPointRecord1.cpp77 m_record() in ossimLasPointRecord1()
83 m_record(obj.m_record) in ossimLasPointRecord1()
91 m_record = copy_this.m_record; in operator =()
102 in.read((char*)&m_record, 28); in readStream()
129 return m_record.m_x; in getX()
134 return m_record.m_y; in getY()
139 return m_record.m_z; in getZ()
159 return m_record.m_intensity; in getIntensity()
206 endian.swap(m_record.m_x); in swap()
207 endian.swap(m_record.m_y); in swap()
[all …]
H A DossimLasPointRecord0.cpp74 m_record() in ossimLasPointRecord0()
80 m_record(obj.m_record) in ossimLasPointRecord0()
88 m_record = copy_this.m_record; in operator =()
99 in.read((char*)&m_record, 28); in readStream()
126 return m_record.m_x; in getX()
131 return m_record.m_y; in getY()
136 return m_record.m_z; in getZ()
156 return m_record.m_intensity; in getIntensity()
202 endian.swap(m_record.m_x); in swap()
203 endian.swap(m_record.m_y); in swap()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dtrack.cpp70 m_record(trackId), in Track()
271 *pTrackRecord = m_record; in readTrackRecord()
648 return m_record.getColor(); in getColor()
726 return m_record.getId(); in getId()
742 m_record.setId(id); in initId()
752 m_record.setId(TrackId()); in resetId()
767 return m_record.getUrl(); in getURL()
1245 return m_record.getRating(); in getRating()
1269 m_record.setKeys(keys); in setKeys()
1275 m_record.resetKeys(); in resetKeys()
[all …]
/dports/biology/abyss/abyss-2.3.1/Assembly/
H A DSeqExt.h30 SeqExt() : m_record(0) { }; in SeqExt()
37 ext.m_record = bits; in mask()
44 assert(m_record < 16); in outDegree()
48 return popcount[m_record]; in outDegree()
54 m_record |= 1 << base; in setBase()
60 m_record &= ~(1 << base); in clearBase()
66 m_record &= ~ext.m_record; in clear()
78 m_record = 0; in clear()
84 return m_record > 0; in hasExtension()
91 bool powerOfTwo = (m_record & (m_record - 1)) > 0; in isAmbiguous()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/StandAlone/src/
H A Drecording.cpp71 if (this->d->m_record) { in Recording()
128 if (this->d->m_record) { in Recording()
177 if (this->d->m_record) in format()
212 if (this->d->m_record) in formatDescription()
225 if (this->d->m_record) in formatSuffix()
238 if (!this->d->m_record) in embedControls()
293 if (!this->m_record) in recordingFormats()
339 if (this->d->m_record) in setFormat()
378 if (this->d->m_record) in setVideoFileName()
396 if (this->d->m_record) in resetFormat()
[all …]
/dports/biology/jellyfish/jellyfish-2.3.0/include/jellyfish/
H A Dsam_format.hpp26 bam1_t* m_record; member in jellyfish::sam_wrapper
35 , m_record(nullptr) in sam_wrapper()
42 , m_record(m_header ? bam_init1() : nullptr) in sam_wrapper()
47 return !m_fd || !m_header || !m_record; in fail()
59 const auto res = sam_read1(m_fd, m_header, m_record); in next()
61 m_seq = bam_get_seq(m_record); in next()
62 m_qual = bam_get_qual(m_record); in next()
71 const bam1_t* record() { return m_record; } in record()
72 ssize_t seq_len() const { return m_record->core.l_qseq; } in seq_len()
84 char* qname_str() const { return bam_get_qname(m_record); } in qname_str()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/databases/xtrabackup/boost_1_59_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/databases/percona57-server/boost_1_59_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/databases/percona57-client/boost_1_59_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/devel/boost-libs/boost_1_72_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …queued_record(enqueued_record const& that) : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/devel/hyperscan/boost_1_75_0/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …nqueued_record const& that) BOOST_NOEXCEPT : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/detail/
H A Denqueued_record.hpp59 return OrderT::operator() (right.m_record, left.m_record); in operator ()()
64 record_view m_record; member in boost::sinks::aux::enqueued_record
66 …nqueued_record const& that) BOOST_NOEXCEPT : m_timestamp(that.m_timestamp), m_record(that.m_record) in enqueued_record()
71 m_record(boost::move(that.m_record)) in enqueued_record()
76 m_record(rec) in enqueued_record()
82 m_record = that.m_record; in operator =()
88 m_record = boost::move(that.m_record); in operator =()
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Ddimacs.cpp250 m_record.m_name = parse_sexpr(); in next()
251 m_record.m_tag = tag; in next()
252 m_record.m_node_id = n; in next()
253 m_record.m_args.reset(); in next()
260 m_record.m_args.push_back(n); in next()
268 m_record.m_name = parse_sexpr(); in next()
270 m_record.m_node_id = n; in next()
271 m_record.m_args.reset(); in next()
275 m_record.m_args.push_back(n); in next()
339 m_record.m_node_id = b; in next()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbReceiver.cpp66 m_record.m_row_recv= NULL; in init()
68 m_record.m_row_offset= 0; in init()
127 m_record.m_ndb_record= rec; in getValues()
141 m_record.m_row_recv= buf; in prepareReceive()
646 const char *row_end= m_record.m_row_buffer + idx*m_record.m_row_offset; in getScanAttrData()
704 assert (m_record.m_row_offset >= m_record.m_ndb_record->m_row_size+attrSize); in execTRANSID_AI()
705 memcpy(m_record.m_row_recv+m_record.m_ndb_record->m_row_size, in execTRANSID_AI()
717 assert (m_record.m_row_offset >= m_record.m_ndb_record->m_row_size); in execTRANSID_AI()
747 memcpy(m_record.m_row_recv + m_record.m_row_offset - save_pos, in execTRANSID_AI()
753 memcpy(m_record.m_row_recv + m_record.m_row_offset - save_pos, in execTRANSID_AI()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbReceiver.cpp66 m_record.m_row_recv= NULL; in init()
68 m_record.m_row_offset= 0; in init()
127 m_record.m_ndb_record= rec; in getValues()
141 m_record.m_row_recv= buf; in prepareReceive()
646 const char *row_end= m_record.m_row_buffer + idx*m_record.m_row_offset; in getScanAttrData()
704 assert (m_record.m_row_offset >= m_record.m_ndb_record->m_row_size+attrSize); in execTRANSID_AI()
705 memcpy(m_record.m_row_recv+m_record.m_ndb_record->m_row_size, in execTRANSID_AI()
717 assert (m_record.m_row_offset >= m_record.m_ndb_record->m_row_size); in execTRANSID_AI()
747 memcpy(m_record.m_row_recv + m_record.m_row_offset - save_pos, in execTRANSID_AI()
753 memcpy(m_record.m_row_recv + m_record.m_row_offset - save_pos, in execTRANSID_AI()
[all …]

123456789