Home
last modified time | relevance | path

Searched refs:StackContainer (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/common/
H A DStackContainer.h139 class StackContainer {
146 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
187 StackContainer(const StackContainer& rhs) = delete;
188 StackContainer& operator=(const StackContainer& rhs) = delete;
189 StackContainer(StackContainer&& rhs) = delete;
190 StackContainer& operator=(StackContainer&& rhs) = delete;
195 auto begin(const StackContainer<TContainerType, stack_capacity>& stack_container)
201 auto begin(StackContainer<TContainerType, stack_capacity>& stack_container)
207 auto end(StackContainer<TContainerType, stack_capacity>& stack_container)
213 auto end(const StackContainer<TContainerType, stack_capacity>& stack_container)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/containers/
H A Dstack_container.h137 class StackContainer {
144 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
149 StackContainer(const StackContainer&) = delete;
150 StackContainer& operator=(const StackContainer&) = delete;
184 const StackContainer<TContainerType, stack_capacity>& stack_container)
190 auto begin(StackContainer<TContainerType, stack_capacity>& stack_container)
196 auto end(StackContainer<TContainerType, stack_capacity>& stack_container)
202 auto end(const StackContainer<TContainerType, stack_capacity>& stack_container)
214 class StackVector : public StackContainer<
218 StackVector() : StackContainer< in StackVector()
[all …]
H A Dstack_container_unittest.cc38 TEST(StackContainer, Vector) { in TEST() argument
80 TEST(StackContainer, VectorDoubleDelete) { in TEST() argument
116 TEST(StackContainer, BufferAlignment) { in TEST() argument
155 TEST(StackContainer, Iteration) { in TEST() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/containers/
H A Dstack_container.h140 class StackContainer {
147 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
182 DISALLOW_COPY_AND_ASSIGN(StackContainer);
188 const StackContainer<TContainerType, stack_capacity>& stack_container)
194 auto begin(StackContainer<TContainerType, stack_capacity>& stack_container)
200 auto end(StackContainer<TContainerType, stack_capacity>& stack_container)
206 auto end(const StackContainer<TContainerType, stack_capacity>& stack_container)
218 class StackVector : public StackContainer<
222 StackVector() : StackContainer< in StackVector()
232 : StackContainer< in StackVector()
H A Dstack_container_unittest.cc37 TEST(StackContainer, Vector) { in TEST() argument
79 TEST(StackContainer, VectorDoubleDelete) { in TEST() argument
118 TEST(StackContainer, BufferAlignment) { in TEST() argument
157 TEST(StackContainer, Iteration) { in TEST() argument
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dstack_container.h128 class StackContainer {
135 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
167 DISALLOW_EVIL_CONSTRUCTORS(StackContainer);
173 : public StackContainer<
179 : StackContainer<std::basic_string<char, std::char_traits<char>, in StackString()
190 : public StackContainer<
196 : StackContainer< in StackWString()
213 : public StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >,
217 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
225 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dstack_container.h128 class StackContainer {
135 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
167 DISALLOW_EVIL_CONSTRUCTORS(StackContainer);
173 : public StackContainer<
179 : StackContainer<std::basic_string<char, std::char_traits<char>, in StackString()
190 : public StackContainer<
196 : StackContainer< in StackWString()
213 : public StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >,
217 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
225 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dstack_container.h128 class StackContainer {
135 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
167 DISALLOW_EVIL_CONSTRUCTORS(StackContainer);
173 : public StackContainer<
179 : StackContainer<std::basic_string<char, std::char_traits<char>, in StackString()
190 : public StackContainer<
196 : StackContainer< in StackWString()
213 : public StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >,
217 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
225 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dstack_container.h128 class StackContainer {
135 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
167 DISALLOW_EVIL_CONSTRUCTORS(StackContainer);
173 : public StackContainer<
179 : StackContainer<std::basic_string<char, std::char_traits<char>, in StackString()
190 : public StackContainer<
196 : StackContainer< in StackWString()
213 : public StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >,
217 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
225 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dstack_container.h132 class StackContainer {
139 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
173 DISALLOW_EVIL_CONSTRUCTORS(StackContainer);
178 class StackString : public StackContainer<
184 StackString() : StackContainer< in StackString()
197 class StackWString : public StackContainer<
203 StackWString() : StackContainer< in StackWString()
221 class StackVector : public StackContainer<
225 StackVector() : StackContainer< in StackVector()
235 : StackContainer< in StackVector()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dstack_container.h128 class StackContainer {
135 StackContainer() : allocator_(&stack_data_), container_(allocator_) { in StackContainer() function
167 DISALLOW_EVIL_CONSTRUCTORS(StackContainer);
173 : public StackContainer<
179 : StackContainer<std::basic_string<char, std::char_traits<char>, in StackString()
190 : public StackContainer<
196 : StackContainer< in StackWString()
213 : public StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >,
217 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
225 : StackContainer<std::vector<T, StackAllocator<T, stack_capacity> >, in StackVector()
/dports/science/dynare/dynare-4.6.4/dynare++/tl/cc/
H A Dfine_container.hh94 class FineContainer : public SizeRefinement, public StackContainer<_Ttype>
97 using _Stype = StackContainer<_Ttype>;
119 StackContainer<_Ttype>(numRefinements(), getNC()), in FineContainer()
155 FoldedFineContainer(const StackContainer<FGSTensor> &sc, int max) in FoldedFineContainer()
165 UnfoldedFineContainer(const StackContainer<UGSTensor> &sc, int max) in UnfoldedFineContainer()
H A Dstack_container.hh149 class StackContainer : virtual public StackContainerInterface<_Ttype> class
161 StackContainer(int ns, int nc) in StackContainer() function in StackContainer
351 class ZContainer : public StackContainer<_Ttype>
354 using _Tparent = StackContainer<_Ttype>;
433 class GContainer : public StackContainer<_Ttype>
436 using _Tparent = StackContainer<_Ttype>;
438 using _Ctype = typename StackContainer<_Ttype>::_Ctype;
439 using itype = typename StackContainer<_Ttype>::itype;
441 : StackContainer<_Ttype>(4, 1) in GContainer()
/dports/www/eolie/eolie-0.9.101/eolie/
H A Dcontainer.py23 from eolie.container_stack import StackContainer
30 OverlayContainer, StackContainer,
46 StackContainer.__init__(self)
86 StackContainer.set_visible_webview(self, webview)
/dports/science/dynare/dynare-4.6.4/dynare++/kord/
H A Dapproximation.hh85 class ZAuxContainer : public StackContainer<FGSTensor>, public FoldedStackContainer
88 using _Ctype = StackContainer<FGSTensor>::_Ctype;
89 using itype = StackContainer<FGSTensor>::itype;
H A Dfaa_di_bruno.hh51 void calculate(const StackContainer<FGSTensor> &cont, const TensorContainer<FSSparseTensor> &f,
55 void calculate(const StackContainer<UGSTensor> &cont, const TensorContainer<FSSparseTensor> &f,
H A Dfaa_di_bruno.cc30 FaaDiBruno::calculate(const StackContainer<FGSTensor> &cont, in calculate()
68 FaaDiBruno::calculate(const StackContainer<UGSTensor> &cont, in calculate()
H A Dkorder_stoch.hh268 using _Ctype = typename StackContainer<_Ttype>::_Ctype;
269 using itype = typename StackContainer<_Ttype>::itype;
314 using _Ctype = typename StackContainer<_Ttype>::_Ctype;
315 using itype = typename StackContainer<_Ttype>::itype;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/
H A DStackContainerTests.cpp33 TEST(StackContainer, Vector) { in TEST() argument
75 TEST(StackContainer, VectorDoubleDelete) { in TEST() argument
115 TEST(StackContainer, BufferAlignment) { in TEST() argument
153 TEST(StackContainer, Iteration) { in TEST() argument
/dports/www/dojo/dojo-release-1.12.2/dojox/layout/ext-dijit/layout/
H A DStackContainer-touch.js.map3 "file":"StackContainer-touch.js",
6 "sources":["StackContainer-touch.js.uncompressed.js"],
7 …ijit","dojox","provide","experimental","require","connect","layout","StackContainer","prototype","…
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/ui/widget/
H A Dgamecfgwidget.cpp75 StackContainer = new QWidget(); in GameCFGWidget()
76 StackContainer->setObjectName("gameStackContainer"); in GameCFGWidget()
77 mainLayout.addWidget(StackContainer, 1); in GameCFGWidget()
78 QVBoxLayout * stackLayout = new QVBoxLayout(StackContainer); in GameCFGWidget()
208 StackContainer->setVisible(false); in setTabbed()
221 StackContainer->setVisible(true); in setTabbed()
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/ui/widget/
H A Dgamecfgwidget.cpp75 StackContainer = new QWidget(); in GameCFGWidget()
76 StackContainer->setObjectName("gameStackContainer"); in GameCFGWidget()
77 mainLayout.addWidget(StackContainer, 1); in GameCFGWidget()
78 QVBoxLayout * stackLayout = new QVBoxLayout(StackContainer); in GameCFGWidget()
208 StackContainer->setVisible(false); in setTabbed()
221 StackContainer->setVisible(true); in setTabbed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/gtest/filter/
H A Dbase_unittests_disabled25 StackContainer.BufferAlignment
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/gtest/filter/
H A Dbase_unittests_disabled25 StackContainer.BufferAlignment
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/gtest/filter/
H A Dbase_unittests_disabled25 StackContainer.BufferAlignment

123