HomeSort by relevance Sort by last modified time
    Searched defs:GetRecordInfoFromIdx (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.cpp 539 CIfrRecordInfoDB::GetRecordInfoFromIdx (
600 if ((pNode = GetRecordInfoFromIdx (RecordIdx)) == NULL) {
608 Prev = GetRecordInfoFromIdx (RecordIdx - 1);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.cpp 1028 CIfrRecordInfoDB::GetRecordInfoFromIdx (
1089 if ((pNode = GetRecordInfoFromIdx (RecordIdx)) == NULL) {
1097 Prev = GetRecordInfoFromIdx (RecordIdx - 1);
    [all...]

Completed in 67 milliseconds