Home
last modified time | relevance | path

Searched refs:m_Int8Value (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dcompound_id_v0.cpp313 if (field->m_Int8Value >= 0) { in PackCompoundID()
315 PackNumber(field->m_Int8Value); in PackCompoundID()
318 PackNumber(-field->m_Int8Value); in PackCompoundID()
339 PackNumber(field->m_Int8Value); in PackCompoundID()
H A Dcompound_id.cpp155 CIF_GET_IMPL(Int8, GetInteger, eCIT_Integer, m_Int8Value) in CIF_GET_IMPL()
158 CIF_GET_IMPL(Int8, GetTimestamp, eCIT_Timestamp, m_Int8Value) in CIF_GET_IMPL()
247 CID_APPEND_IMPL(AppendInteger, eCIT_Integer, Int8, m_Int8Value) in CID_APPEND_IMPL()
252 CID_APPEND_IMPL(AppendTimestamp, eCIT_Timestamp, Int8, m_Int8Value) in CID_APPEND_IMPL()
329 sstr << field->m_Int8Value; in s_DumpCompoundID()
H A Dcompound_id_impl.hpp73 Int8 m_Int8Value; member
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dcompound_id_v0.cpp313 if (field->m_Int8Value >= 0) { in PackCompoundID()
315 PackNumber(field->m_Int8Value); in PackCompoundID()
318 PackNumber(-field->m_Int8Value); in PackCompoundID()
339 PackNumber(field->m_Int8Value); in PackCompoundID()
H A Dcompound_id.cpp155 CIF_GET_IMPL(Int8, GetInteger, eCIT_Integer, m_Int8Value) in CIF_GET_IMPL()
158 CIF_GET_IMPL(Int8, GetTimestamp, eCIT_Timestamp, m_Int8Value) in CIF_GET_IMPL()
247 CID_APPEND_IMPL(AppendInteger, eCIT_Integer, Int8, m_Int8Value) in CID_APPEND_IMPL()
252 CID_APPEND_IMPL(AppendTimestamp, eCIT_Timestamp, Int8, m_Int8Value) in CID_APPEND_IMPL()
329 sstr << field->m_Int8Value; in s_DumpCompoundID()
H A Dcompound_id_impl.hpp73 Int8 m_Int8Value; member