MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / insert

Method insert

rEFIt_UEFI/cpp_foundation/XArray.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 TYPE& end() { return ElementAt(m_len - 1); }
55
56 size_t insert(const TYPE newElement, size_t pos, size_t count = 1) { return Insert(newElement, pos, count); }
57
58//--------------------------------------------------
59

Callers 15

FixVpdOffsetMethod · 0.80
PreprocessIncludeFileMethod · 0.80
GetModuleLibInstancesFunction · 0.80
TrimAslFileFunction · 0.80
GetAllIncludeFilesFunction · 0.80
__InsertCommaMethod · 0.80
AddStringToListMethod · 0.80
DisPatchDxeMethod · 0.80
__InsertCommaMethod · 0.80
ParserCCodeFileMethod · 0.80
SourceFileListMethod · 0.80
AddStringToListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected