Searched refs:kMaxGroupSize (Results 1 – 9 of 9) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/include/perfetto/tracing/ |
H A D | track_event_category_registry.h | 90 static constexpr size_t kMaxGroupSize = 4; 91 using NameSizes = std::array<uint8_t, kMaxGroupSize>; 112 static_assert(kMaxGroupSize == 4, "Unexpected maximum category group size"); in ComputeNameSizes() 138 return !GetNthNameSize(1, n, n) || GetNthNameSize(kMaxGroupSize, n, n) in CheckIsValidCategoryGroup()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/include/perfetto/tracing/ |
H A D | track_event_category_registry.h | 90 static constexpr size_t kMaxGroupSize = 4; 91 using NameSizes = std::array<uint8_t, kMaxGroupSize>; 112 static_assert(kMaxGroupSize == 4, "Unexpected maximum category group size"); in ComputeNameSizes() 138 return !GetNthNameSize(1, n, n) || GetNthNameSize(kMaxGroupSize, n, n) in CheckIsValidCategoryGroup()
|
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/config/ |
H A D | character_form_manager.cc | 515 const size_t kMaxGroupSize = 128; in AddRule() local 516 if (group.size() > kMaxGroupSize) { in AddRule()
|
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/config/ |
H A D | character_form_manager.cc | 515 const size_t kMaxGroupSize = 128; in AddRule() local 516 if (group.size() > kMaxGroupSize) { in AddRule()
|
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/config/ |
H A D | character_form_manager.cc | 515 const size_t kMaxGroupSize = 128; in AddRule() local 516 if (group.size() > kMaxGroupSize) { in AddRule()
|
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/config/ |
H A D | character_form_manager.cc | 515 const size_t kMaxGroupSize = 128; in AddRule() local 516 if (group.size() > kMaxGroupSize) { in AddRule()
|
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/config/ |
H A D | character_form_manager.cc | 515 const size_t kMaxGroupSize = 128; in AddRule() local 516 if (group.size() > kMaxGroupSize) { in AddRule()
|
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/ |
H A D | applybox.cpp | 33 const int kMaxGroupSize = 4; variable 550 for (int j = 1; j <= kMaxGroupSize && i + j <= word_length; ++j) { in FindSegmentation()
|
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/config/ |
H A D | character_form_manager.cc | 515 const size_t kMaxGroupSize = 128; in AddRule() local 516 if (group.size() > kMaxGroupSize) { in AddRule()
|