Home
last modified time | relevance | path

Searched defs:AllocatorTraits (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/quantum/quantum-2.2/quantum/
H A Dquantum_allocator_traits.h75 struct AllocatorTraits { struct
76 using size_type = uint16_t;
82 static size_type& defaultPoolAllocSize() { in defaultPoolAllocSize()
91 static size_type& defaultCoroPoolAllocSize() { in defaultCoroPoolAllocSize()
101 static size_type& promiseAllocSize() { in promiseAllocSize()
111 static size_type& futureAllocSize() { in futureAllocSize()
121 static size_type& contextAllocSize() { in contextAllocSize()
131 static size_type& taskAllocSize() { in taskAllocSize()
141 static size_type& ioTaskAllocSize() { in ioTaskAllocSize()
151 static size_type& queueListAllocSize() { in queueListAllocSize()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h53 using AllocatorTraits = absl::allocator_traits<AllocatorType>; in DestroyElements() local
103 using AllocatorTraits = absl::allocator_traits<AllocatorType>; member
114 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
136 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
156 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
172 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
212 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h53 using AllocatorTraits = absl::allocator_traits<AllocatorType>; in DestroyElements() local
103 using AllocatorTraits = absl::allocator_traits<AllocatorType>; member
114 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
136 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
156 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
172 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
212 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
H A Dcounting_allocator.h36 using AllocatorTraits = std::allocator_traits<Allocator>; variable
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h53 using AllocatorTraits = absl::allocator_traits<AllocatorType>; in DestroyElements() local
103 using AllocatorTraits = absl::allocator_traits<AllocatorType>; member
114 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
136 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
156 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
172 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
212 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h53 using AllocatorTraits = absl::allocator_traits<AllocatorType>; in DestroyElements() local
103 using AllocatorTraits = absl::allocator_traits<AllocatorType>; member
114 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
136 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
156 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
172 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
212 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
H A Dcounting_allocator.h36 using AllocatorTraits = std::allocator_traits<Allocator>; variable
/dports/graphics/R-cran-s2/s2/src/absl/container/internal/
H A Dinlined_vector.h59 using AllocatorTraits = absl::allocator_traits<AllocatorType>; in DestroyElements() local
126 using AllocatorTraits = absl::allocator_traits<AllocatorType>; member
137 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
159 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
179 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
195 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
235 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
H A Dcounting_allocator.h36 using AllocatorTraits = std::allocator_traits<Allocator>; variable
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h59 using AllocatorTraits = absl::allocator_traits<AllocatorType>; in DestroyElements() local
126 using AllocatorTraits = absl::allocator_traits<AllocatorType>; member
137 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
159 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
179 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
195 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
235 using AllocatorTraits = absl::allocator_traits<AllocatorType>; variable
H A Dcommon.h75 explicit operator bool() const noexcept { return !empty(); }
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dallocator.hh29 struct AllocatorTraits : public DefaultAllocatorTraits<T> {}; struct
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A Dcounting_allocator.h36 using AllocatorTraits = std::allocator_traits<Allocator>; variable
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h36 using AllocatorTraits = std::allocator_traits<Allocator>; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc345 TEST(AllocatorTraits, Typedefs) { in TEST() argument
484 TEST(AllocatorTraits, RebindWithPrivateInheritance) { in TEST() argument
509 TEST(AllocatorTraits, Rebind) { in TEST() argument
550 TEST(AllocatorTraits, FunctionsMinimal) { in TEST() argument
593 TEST(AllocatorTraits, FunctionsFull) { in TEST() argument
/dports/devel/abseil/abseil-cpp-20211102.0/absl/memory/
H A Dmemory_test.cc343 TEST(AllocatorTraits, Typedefs) { in TEST() argument
482 TEST(AllocatorTraits, RebindWithPrivateInheritance) { in TEST() argument
507 TEST(AllocatorTraits, Rebind) { in TEST() argument
548 TEST(AllocatorTraits, FunctionsMinimal) { in TEST() argument
592 TEST(AllocatorTraits, FunctionsFull) { in TEST() argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc345 TEST(AllocatorTraits, Typedefs) { in TEST() argument
484 TEST(AllocatorTraits, RebindWithPrivateInheritance) { in TEST() argument
509 TEST(AllocatorTraits, Rebind) { in TEST() argument
550 TEST(AllocatorTraits, FunctionsMinimal) { in TEST() argument
593 TEST(AllocatorTraits, FunctionsFull) { in TEST() argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc343 TEST(AllocatorTraits, Typedefs) { in TEST() argument
482 TEST(AllocatorTraits, RebindWithPrivateInheritance) { in TEST() argument
507 TEST(AllocatorTraits, Rebind) { in TEST() argument
548 TEST(AllocatorTraits, FunctionsMinimal) { in TEST() argument
592 TEST(AllocatorTraits, FunctionsFull) { in TEST() argument
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc307 TEST(AllocatorTraits, Typedefs) { in TEST() argument
446 TEST(AllocatorTraits, RebindWithPrivateInheritance) { in TEST() argument
471 TEST(AllocatorTraits, Rebind) { in TEST() argument
512 TEST(AllocatorTraits, FunctionsMinimal) { in TEST() argument
555 TEST(AllocatorTraits, FunctionsFull) { in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc343 TEST(AllocatorTraits, Typedefs) { in TEST() argument
482 TEST(AllocatorTraits, RebindWithPrivateInheritance) { in TEST() argument
507 TEST(AllocatorTraits, Rebind) { in TEST() argument
548 TEST(AllocatorTraits, FunctionsMinimal) { in TEST() argument
592 TEST(AllocatorTraits, FunctionsFull) { in TEST() argument
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc343 TEST(AllocatorTraits, Typedefs) { in TEST() argument
482 TEST(AllocatorTraits, RebindWithPrivateInheritance) { in TEST() argument
507 TEST(AllocatorTraits, Rebind) { in TEST() argument
548 TEST(AllocatorTraits, FunctionsMinimal) { in TEST() argument
592 TEST(AllocatorTraits, FunctionsFull) { in TEST() argument
/dports/math/g2o/g2o-20201223_git/EXTERNAL/ceres/
H A Dfixed_array.h94 using AllocatorTraits = std::allocator_traits<A>; variable
/dports/graphics/blender/blender-2.91.0/extern/ceres/include/ceres/internal/
H A Dfixed_array.h94 using AllocatorTraits = std::allocator_traits<A>; variable
/dports/math/ceres-solver/ceres-solver-2.0.0/include/ceres/internal/
H A Dfixed_array.h93 using AllocatorTraits = std::allocator_traits<A>; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/
H A Dfixed_array.h88 using AllocatorTraits = std::allocator_traits<A>; variable

1234567