Home
last modified time | relevance | path

Searched defs:mark_count (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dbasic_regex.hpp272 size_type mark_count()const in mark_count() function in boost::BOOST_REGEX_DETAIL_NS::basic_regex_implementation
514 size_type mark_count()const in mark_count() function in boost::basic_regex
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_edit_embeddertest.cpp1173 int mark_count = FPDFPageObj_CountMarks(page_object); in CheckMarkCounts() local
1302 int mark_count = FPDFPageObj_CountMarks(page_object); in TEST_F() local
1391 int mark_count = FPDFPageObj_CountMarks(page_object); in TEST_F() local
1445 int mark_count = FPDFPageObj_CountMarks(page_object); in TEST_F() local
1487 int mark_count = FPDFPageObj_CountMarks(page_object); in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dbasic_regex.hpp283 size_type BOOST_REGEX_CALL mark_count()const in mark_count() function in boost::BOOST_REGEX_DETAIL_NS::basic_regex_implementation
545 size_type BOOST_REGEX_CALL mark_count()const in mark_count() function in boost::basic_regex
/aosp_15_r20/external/skia/fuzz/
H A DFuzzSkParagraph.cpp147 uint8_t mark_count; in AddZalgoText() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h19 unsigned long mark_count; member
H A Dblkmap64_ba.c219 int mark_count = 0; in ba_test_clear_bmap_extent() local
H A Dgen_bitmap.c474 int mark_count = 0; in ext2fs_test_clear_generic_bitmap_range() local
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dmarkbasepos-graph.hh331 unsigned mark_count = mark_array.table->len; in get_class_info() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs984 let mark_count: u16 = cursor.read()?; in read() localVariable
998 pub fn mark_count(&self) -> u16 { in mark_count() method