Searched defs:ArrayView (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/api/ |
H A D | array_view.h | 156 ArrayView(U* data, size_t size) in ArrayView() function 166 ArrayView() : ArrayView(nullptr, 0) {} in ArrayView() function 167 ArrayView(std::nullptr_t) // NOLINT in ArrayView() function 169 ArrayView(std::nullptr_t, size_t size) in ArrayView() function 178 ArrayView(U (&array)[N]) // NOLINT in ArrayView() function 191 ArrayView(std::array<U, N>& u) // NOLINT in ArrayView() function 201 ArrayView(const std::array<U, N>& u) // NOLINT in ArrayView() function 215 ArrayView(U& u) // NOLINT in ArrayView() function 223 ArrayView(const U& u) // NOLINT(runtime/explicit) in ArrayView() function 243 ArrayView(U& u) // NOLINT in ArrayView() function [all …]
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/array_view/src/ |
D | lib.rs | 27 pub struct ArrayView<T, const N: usize> { struct 33 impl<T: fmt::Debug, const N: usize> fmt::Debug for ArrayView<T, N> { implementation 39 impl<T, const N: usize> ArrayView<T, N> { impl 81 impl<T: Default + Copy, const N: usize> ArrayView<T, N> { impl 95 impl<T, const N: usize> AsRef<[T]> for ArrayView<T, N> { implementation 101 impl<T, const N: usize> borrow::Borrow<[T]> for ArrayView<T, N> { implementation
|
/aosp_15_r20/external/emboss/runtime/cpp/test/ |
H A D | emboss_array_view_test.cc | 33 using ArrayView = GenericArrayView<ElementView, BufferType, kElementSize, 8>; typedef 50 TEST(ArrayView, Methods) { in TEST() argument 94 TEST(ArrayView, Ok) { in TEST() argument 114 TEST(ArrayView, TextFormatInput) { in TEST() argument 161 TEST(ArrayView, TextFormatOutput_WithAndWithoutComments) { in TEST() argument 218 TEST(ArrayView, TextFormatOutput_8BitIntElementTypes) { in TEST() argument 237 TEST(ArrayView, TextFormatOutput_16BitIntElementTypes) { in TEST() argument 256 TEST(ArrayView, TextFormatOutput_MultilineComment) { in TEST() argument
|
/aosp_15_r20/tools/dexter/slicer/export/slicer/ |
H A D | arrayview.h | 34 ArrayView(T* ptr, size_t count) : begin_(ptr), end_(ptr + count) {} in ArrayView() function
|
/aosp_15_r20/external/webrtc/g3doc/ |
H A D | style-guide.md | 113 ### ArrayView subsection
|
/aosp_15_r20/prebuilts/ktlint/ |
HD | ktlint-android-all.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/pinterest/
com/ ... |