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

Method contains

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

Source from the content-addressed store, hash-verified

107
108 size_t indexOf(TYPE& e) const;
109 bool contains(TYPE& e) const { return indexOf(e) != MAX_XSIZE; } //logically it should be named as Contains(e)
110};
111
112//xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Callers 15

XStringArray_testsFunction · 0.45
FindDefaultEntryFunction · 0.45
SetVariablesFromNvramFunction · 0.45
RefitMainFunction · 0.45
setup_gma_devpropFunction · 0.45
PatchKextMethod · 0.45
LoadKextsMethod · 0.45
GetSleepImageLocationFunction · 0.45
IsPatchEnabledFunction · 0.45
GetEarlyUserSettingsFunction · 0.45
ParseSMBIOSSettingsFunction · 0.45
GetUserSettingsFunction · 0.45

Calls

no outgoing calls

Tested by 1

XStringArray_testsFunction · 0.36