Home
last modified time | relevance | path

Searched defs:LIFO (Results 1 – 18 of 18) sorted by relevance

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/util/
H A Dqueue.go8 type LIFO struct { struct
9 top *queueNode
10 size int
29 func (s *LIFO) Push(t T) {
36 func (s *LIFO) Peek() (T, bool) {
45 func (s *LIFO) Pop() (T, bool) {
56 func (s *LIFO) Size() int {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/util/
H A Dqueue.go8 type LIFO struct { struct
9 top *queueNode
10 size int
29 func (s *LIFO) Push(t T) {
36 func (s *LIFO) Peek() (T, bool) {
45 func (s *LIFO) Pop() (T, bool) {
56 func (s *LIFO) Size() int {
/dports/www/davix/davix-0.7.6/src/tools/
H A Ddavix_taskqueue.hpp41 LIFO enumerator
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/doc/build/core/
H A Dpooling.rst419 .. _pooling_multiprocessing:
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/doc/build/core/
H A Dpooling.rst452 .. _pooling_multiprocessing:
/dports/textproc/ebook-tools/ebook-tools-0.2.2/src/libepub/
H A Dlinklist.h100 #define LIFO (LISTADDHEAD | LISTREADHEAD | LISTDELHEAD) macro
/dports/www/py-scrapy/Scrapy-2.5.1/docs/
H A Dfaq.rst411 .. _LIFO: https://en.wikipedia.org/wiki/Stack_(abstract_data_type) target
/dports/finance/beancount/beancount-2.3.3/beancount/core/
H A Ddata.py53 LIFO = 'LIFO' variable in Booking
/dports/finance/beancount/beancount-2.3.3/experiments/v3/protos/
H A Dbeancount.proto70 LIFO = 5; enumerator
/dports/devel/matreshka/matreshka-0.7.0/source/amf/uml/
H A Damf-uml.ads99 LIFO, literal
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dyaccsrc.h147 LIFO = 357, enumerator
H A Dshell.c64 #define LIFO 0x02 macro
H A Dyaccsrc.c334 LIFO = 357, enumerator
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/taskrouter/v1/workspace/task_queue/
H A D__init__.py415 LIFO = "LIFO" variable in TaskQueueInstance.TaskOrder
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/taskrouter/v1/workspace/
H A D__init__.py452 LIFO = "LIFO" variable in WorkspaceInstance.QueueOrder
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/spdy/core/
H A Dspdy_protocol.h200 LIFO, // Last added stream has the highest priority. enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/spdy/core/
H A Dspdy_protocol.h200 LIFO, // Last added stream has the highest priority. enumerator
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dgraph_constraints.cc1451 LIFO, enumerator