MCPcopy Create free account
hub / github.com/android/ndk-samples / data

Method data

vectorization/src/main/cpp/matrix.h:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 : cells_(cells) {}
46
47 [[nodiscard, clang::always_inline]] constexpr const T* _Nonnull data() const {
48 return cells_.data();
49 }
50
51 [[nodiscard, clang::always_inline]] constexpr T* _Nonnull data() {
52 return cells_.data();

Callers 15

NDKCameraMethod · 0.80
NDKCameraMethod · 0.80
LoadBinaryFileToVectorFunction · 0.80
createDescriptorSetsMethod · 0.80
createInstanceMethod · 0.80
findQueueFamiliesMethod · 0.80
querySwapChainSupportMethod · 0.80
pickPhysicalDeviceMethod · 0.80
createSwapChainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected