Home
last modified time | relevance | path

Searched refs:eSubtype (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipdf/
H A Dpdfread.cxx273 auto eSubtype = pAnnotation->getSubType(); in findAnnotations() local
275 if (eSubtype == vcl::pdf::PDFAnnotationSubType::Text in findAnnotations()
276 || eSubtype == vcl::pdf::PDFAnnotationSubType::Polygon in findAnnotations()
277 || eSubtype == vcl::pdf::PDFAnnotationSubType::Circle in findAnnotations()
278 || eSubtype == vcl::pdf::PDFAnnotationSubType::Square in findAnnotations()
279 || eSubtype == vcl::pdf::PDFAnnotationSubType::Ink in findAnnotations()
280 || eSubtype == vcl::pdf::PDFAnnotationSubType::Highlight in findAnnotations()
281 || eSubtype == vcl::pdf::PDFAnnotationSubType::Line) in findAnnotations()
312 rPDFGraphicAnnotation.meSubType = eSubtype; in findAnnotations()
315 if (eSubtype == vcl::pdf::PDFAnnotationSubType::Polygon) in findAnnotations()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Djson103.test66 # The underlying problem is a failure to reset Mem.eSubtype
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbeapi.c200 return ((pMem->flags & MEM_Subtype) ? pMem->eSubtype : 0); in sqlite3_value_subtype()
207 && p->eSubtype=='p' in sqlite3_value_pointer()
405 void sqlite3_result_subtype(sqlite3_context *pCtx, unsigned int eSubtype){ in sqlite3_result_subtype() argument
408 pOut->eSubtype = eSubtype & 0xff; in sqlite3_result_subtype()
H A DvdbeInt.h200 u8 eSubtype; /* Subtype for this value */ member
H A Dvdbemem.c750 pMem->eSubtype = 'p'; in sqlite3VdbeMemSetPointer()
H A Dvdbe.c483 if( p->flags & MEM_Subtype ) printf(" subtype=0x%02x", p->eSubtype); in memTracePrint()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Djson103.test66 # The underlying problem is a failure to reset Mem.eSubtype
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Djson103.test66 # The underlying problem is a failure to reset Mem.eSubtype
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbeapi.c202 return ((pMem->flags & MEM_Subtype) ? pMem->eSubtype : 0); in sqlite3_value_subtype()
209 && p->eSubtype=='p' in sqlite3_value_pointer()
462 void sqlite3_result_subtype(sqlite3_context *pCtx, unsigned int eSubtype){ in sqlite3_result_subtype() argument
465 pOut->eSubtype = eSubtype & 0xff; in sqlite3_result_subtype()
H A DvdbeInt.h209 u8 eSubtype; /* Subtype for this value */ member
H A Dvdbemem.c879 pMem->eSubtype = 'p'; in sqlite3VdbeMemSetPointer()
H A Dvdbe.c568 if( p->flags & MEM_Subtype ) printf(" subtype=0x%02x", p->eSubtype); in memTracePrint()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbeapi.c202 return ((pMem->flags & MEM_Subtype) ? pMem->eSubtype : 0); in sqlite3_value_subtype()
209 && p->eSubtype=='p' in sqlite3_value_pointer()
462 void sqlite3_result_subtype(sqlite3_context *pCtx, unsigned int eSubtype){ in sqlite3_result_subtype() argument
465 pOut->eSubtype = eSubtype & 0xff; in sqlite3_result_subtype()
H A DvdbeInt.h211 u8 eSubtype; /* Subtype for this value */ member
H A Dvdbemem.c888 pMem->eSubtype = 'p'; in sqlite3VdbeMemSetPointer()
H A Dvdbe.c563 if( p->flags & MEM_Subtype ) printf(" subtype=0x%02x", p->eSubtype); in memTracePrint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbeapi.c202 return ((pMem->flags & MEM_Subtype) ? pMem->eSubtype : 0); in sqlite3_value_subtype()
209 && p->eSubtype=='p' in sqlite3_value_pointer()
462 void sqlite3_result_subtype(sqlite3_context *pCtx, unsigned int eSubtype){ in sqlite3_result_subtype() argument
465 pOut->eSubtype = eSubtype & 0xff; in sqlite3_result_subtype()
H A DvdbeInt.h210 u8 eSubtype; /* Subtype for this value */ member
H A Dvdbemem.c888 pMem->eSubtype = 'p'; in sqlite3VdbeMemSetPointer()
H A Dvdbe.c568 if( p->flags & MEM_Subtype ) printf(" subtype=0x%02x", p->eSubtype); in memTracePrint()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seq/unit_test/
H A Dseqfeatdata_unit_test.cpp103 bool s_TestSubtype(CSeqFeatData::ESubtype eSubtype) { in s_TestSubtype() argument
105 CSeqFeatData::SubtypeValueToName(eSubtype); in s_TestSubtype()
113 BOOST_CHECK_EQUAL(eSubtype, eReverseSubtype); in s_TestSubtype()
151 CSeqFeatData::ESubtype eSubtype = in BOOST_AUTO_TEST_CASE() local
156 if( subtypesExpectedToFail.find(eSubtype) == in BOOST_AUTO_TEST_CASE()
159 NCBITEST_CHECK(s_TestSubtype(eSubtype)); in BOOST_AUTO_TEST_CASE()
161 NCBITEST_CHECK( ! s_TestSubtype(eSubtype) ); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objects/seqfeat/
H A DSeqFeatData.hpp310 static CTempString SubtypeValueToName(ESubtype eSubtype);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objects/seqfeat/
H A DSeqFeatData.hpp310 static CTempString SubtypeValueToName(ESubtype eSubtype);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seqfeat/
H A DSeqFeatData.cpp513 CTempString CSeqFeatData::SubtypeValueToName(CSeqFeatData::ESubtype eSubtype) in SubtypeValueToName() argument
515 auto it = sm_FeatKeys.second.find(eSubtype); in SubtypeValueToName()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/seqfeat/
H A DSeqFeatData.cpp513 CTempString CSeqFeatData::SubtypeValueToName(CSeqFeatData::ESubtype eSubtype) in SubtypeValueToName() argument
515 auto it = sm_FeatKeys.second.find(eSubtype); in SubtypeValueToName()

1234567