Home
last modified time | relevance | path

Searched defs:InlinedVector (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/gprpp/
Dinlined_vector.h51 InlinedVector() { init_data(); } in InlinedVector() function
55 InlinedVector(const InlinedVector& v) { in InlinedVector() function
69 InlinedVector(InlinedVector&& v) { in InlinedVector() function
/external/abseil-cpp/absl/container/
Dinlined_vector.h121 explicit InlinedVector(const allocator_type& allocator) noexcept in InlinedVector() function
170 InlinedVector(const InlinedVector& other) in InlinedVector() function
175 InlinedVector(const InlinedVector& other, const allocator_type& allocator) in InlinedVector() function
234 InlinedVector( in InlinedVector() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dinlined_vector.h115 explicit InlinedVector(const allocator_type& alloc) noexcept in InlinedVector() function
164 InlinedVector(const InlinedVector& other) in InlinedVector() function
168 InlinedVector(const InlinedVector& other, const allocator_type& alloc) in InlinedVector() function
227 InlinedVector(InlinedVector&& other, const allocator_type& alloc) noexcept( in InlinedVector() function
/external/openscreen/third_party/abseil/src/absl/container/
Dinlined_vector.h115 explicit InlinedVector(const allocator_type& alloc) noexcept in InlinedVector() function
164 InlinedVector(const InlinedVector& other) in InlinedVector() function
168 InlinedVector(const InlinedVector& other, const allocator_type& alloc) in InlinedVector() function
225 InlinedVector(InlinedVector&& other, const allocator_type& alloc) noexcept( in InlinedVector() function
/external/webrtc/third_party/abseil-cpp/absl/container/
Dinlined_vector.h121 explicit InlinedVector(const allocator_type& allocator) noexcept in InlinedVector() function
170 InlinedVector(const InlinedVector& other) in InlinedVector() function
175 InlinedVector(const InlinedVector& other, const allocator_type& allocator) in InlinedVector() function
234 InlinedVector( in InlinedVector() function
/external/libtextclassifier/abseil-cpp/absl/container/
Dinlined_vector.h115 explicit InlinedVector(const allocator_type& alloc) noexcept in InlinedVector() function
164 InlinedVector(const InlinedVector& other) in InlinedVector() function
168 InlinedVector(const InlinedVector& other, const allocator_type& alloc) in InlinedVector() function
225 InlinedVector(InlinedVector&& other, const allocator_type& alloc) noexcept( in InlinedVector() function
/external/angle/third_party/abseil-cpp/absl/container/
Dinlined_vector.h120 explicit InlinedVector(const allocator_type& allocator) noexcept in InlinedVector() function
169 InlinedVector(const InlinedVector& other) in InlinedVector() function
174 InlinedVector(const InlinedVector& other, const allocator_type& allocator) in InlinedVector() function
233 InlinedVector( in InlinedVector() function
/external/angle/third_party/abseil-cpp/
Dabsl_hardening_test.cc46 TEST(AbslHardeningTest, InlinedVector) { in TEST() argument
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc421 using InlinedVector = tensorflow::gtl::InlinedVector<T, N>; // non-absl ok typedef