MCPcopy Create free account
hub / github.com/NativeScript/android / size

Function size

test-app/runtime/src/main/cpp/include/v8-memory-span.h:35–35  ·  view source on GitHub ↗

Returns the number of elements that the buffer holds. */

Source from the content-addressed store, hash-verified

33 constexpr T* data() const { return data_; }
34 /** Returns the number of elements that the buffer holds. */
35 constexpr size_t size() const { return size_; }
36
37 private:
38 T* data_ = nullptr;

Callers 3

operator==Method · 0.50
load_factorMethod · 0.50
find_range_indexFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected