MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / size

Method size

Source/MediaInfo/TimeCode.h:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 constexpr string_view(const char* s, size_t count) : s_(s), count_(count) {}
191 constexpr const char* data() const noexcept { return s_; }
192 constexpr size_t size() const noexcept { return count_; }
193 private:
194 const char* s_;
195 size_t count_;

Callers 15

Open_Buffer_ContinueMethod · 0.45
Debug_CloseFunction · 0.45
MediaInfo_DeleteFunction · 0.45
MediaInfoList_DeleteFunction · 0.45
~NodeMethod · 0.45
OpenMethod · 0.45
RemoveFilesFromListFunction · 0.45
EntryMethod · 0.45
Open_Buffer_InitMethod · 0.45
Open_Buffer_ContinueMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestAndPrepareMethod · 0.36
~File_SmpteSt0302Method · 0.36
Streams_AcceptMethod · 0.36
Streams_FillMethod · 0.36
Streams_FinishMethod · 0.36
Read_Buffer_ContinueMethod · 0.36
Streams_FillMethod · 0.36
Streams_FinishMethod · 0.36