Home
last modified time | relevance | path

Searched defs:slice_bounds (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/view/
H A Dinterface.hpp45 struct slice_bounds struct
47 From from;
48 To to;
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/view/
H A Dinterface.hpp45 struct slice_bounds struct
47 From from;
48 To to;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dprogress_bar.cc90 gfx::Rect slice_bounds = content_bounds; in OnPaint() local
215 gfx::Rect slice_bounds = content_bounds; in OnPaintIndeterminate() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dprogress_bar.cc108 gfx::Rect slice_bounds = content_bounds; in OnPaint() local
235 gfx::Rect slice_bounds = content_bounds; in OnPaintIndeterminate() local
/dports/textproc/py-nltk/nltk-3.4.1/nltk/
H A Dinternals.py1036 def slice_bounds(sequence, slice_obj, allow_step=False): function