Home
last modified time | relevance | path

Searched defs:storage_ (Results 1 – 25 of 190) sorted by relevance

12345678

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dinlined_vector.h121 : storage_(alloc) { in storage_() function
128 : storage_(alloc) { in storage_() function
147 : storage_(alloc) { in storage_() function
158 : storage_(alloc) { in storage_() function
753 Storage storage_; variable
H A Dfixed_array.h140 : storage_(n, a) { in storage_() function
150 : storage_(n, a) { in storage_() function
166 : storage_(std::distance(first, last), a) { in storage_() function
494 Storage storage_; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dinlined_vector.h135 : storage_(allocator) { in storage_() function
142 : storage_(allocator) { in storage_() function
161 : storage_(allocator) { in storage_() function
172 : storage_(allocator) { in storage_() function
822 Storage storage_; variable
Dfixed_array.h134 : storage_(n, a) { in storage_() function
144 : storage_(n, a) { in storage_() function
160 : storage_(std::distance(first, last), a) { in storage_() function
491 Storage storage_; variable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dinlined_vector.h135 : storage_(allocator) { in storage_() function
142 : storage_(allocator) { in storage_() function
161 : storage_(allocator) { in storage_() function
172 : storage_(allocator) { in storage_() function
822 Storage storage_; variable
H A Dfixed_array.h134 : storage_(n, a) { in storage_() function
144 : storage_(n, a) { in storage_() function
160 : storage_(std::distance(first, last), a) { in storage_() function
491 Storage storage_; variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h135 : storage_(allocator) { in storage_() function
142 : storage_(allocator) { in storage_() function
161 : storage_(allocator) { in storage_() function
172 : storage_(allocator) { in storage_() function
810 Storage storage_; variable
H A Dfixed_array.h135 : storage_(n, a) { in storage_() function
145 : storage_(n, a) { in storage_() function
161 : storage_(std::distance(first, last), a) { in storage_() function
492 Storage storage_; variable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h134 : storage_(allocator) { in storage_() function
141 : storage_(allocator) { in storage_() function
160 : storage_(allocator) { in storage_() function
171 : storage_(allocator) { in storage_() function
924 Storage storage_; variable
H A Dfixed_array.h140 : storage_(n, a) { in storage_() function
150 : storage_(n, a) { in storage_() function
166 : storage_(std::distance(first, last), a) { in storage_() function
516 Storage storage_; variable
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dinlined_vector.h133 : storage_(allocator) { in storage_() function
140 : storage_(allocator) { in storage_() function
159 : storage_(allocator) { in storage_() function
170 : storage_(allocator) { in storage_() function
923 Storage storage_; variable
H A Dfixed_array.h140 : storage_(n, a) { in storage_() function
150 : storage_(n, a) { in storage_() function
166 : storage_(std::distance(first, last), a) { in storage_() function
516 Storage storage_; variable
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h133 : storage_(allocator) { in storage_() function
140 : storage_(allocator) { in storage_() function
159 : storage_(allocator) { in storage_() function
170 : storage_(allocator) { in storage_() function
923 Storage storage_; variable
H A Dfixed_array.h140 : storage_(n, a) { in storage_() function
150 : storage_(n, a) { in storage_() function
166 : storage_(std::distance(first, last), a) { in storage_() function
516 Storage storage_; variable
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/zircon/system/ulib/lazy_init/include/lib/lazy_init/
H A Dlazy_init.h105 internal::LazyInitStorage<T> storage_; variable
175 internal::LazyInitStorage<T> storage_; variable
268 internal::LazyInitStorage<T> storage_; variable
/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Druntime_table.h93 std::vector<std::unique_ptr<VariantStorage>> storage_; variable
113 std::vector<std::unique_ptr<VariantStorage>> storage_; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/
H A Dhttp_header_block.h86 mutable HttpHeaderStorage* storage_; variable
289 HttpHeaderStorage storage_; variable
/aosp_15_r20/external/cronet/base/
H A Dvalues.h619 flat_map<std::string, std::unique_ptr<Value>> storage_; variable
805 std::vector<Value> storage_; variable
/aosp_15_r20/external/icing/icing/index/numeric/
H A Ddummy-numeric-index.h123 storage_; // Does not own. variable
233 std::unordered_map<std::string, std::map<T, std::vector<BasicHit>>> storage_; variable
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dfake_stats_plugin.h578 absl::flat_hash_map<std::string, T> storage_; variable
620 absl::flat_hash_map<std::string, std::vector<T>> storage_; variable
656 absl::flat_hash_map<std::string, T> storage_; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dvariant.hpp433 void* storage_; member in boost::detail::variant::copy_into
475 void* storage_; member in boost::detail::variant::move_into
1321 storage_t storage_; member in boost::variant
1404 void* storage_; member in boost::variant::convert_copy_into
1480 void* storage_; member in boost::variant::convert_move_into
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dmini_benchmark_implementation.cc253 FlatbufferStorage<MiniBenchmarkEvent> storage_; member in tflite::acceleration::MemoizedBestAccelerationSelector
548 std::unique_ptr<FlatbufferStorage<MiniBenchmarkEvent>> storage_ = nullptr; member in tflite::acceleration::MiniBenchmarkImpl
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dbuffered_read_stream.hpp99 detail::buffered_stream_storage& storage_; member in boost::asio::detail::buffered_fill_handler
329 detail::buffered_stream_storage& storage_; member in boost::asio::detail::buffered_read_some_handler
Dbuffered_write_stream.hpp85 detail::buffered_stream_storage& storage_; member in boost::asio::detail::buffered_flush_handler
315 detail::buffered_stream_storage& storage_; member in boost::asio::detail::buffered_write_some_handler
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dviewcapture_args_parser.h44 TraceStorage& storage_; variable

12345678