HomeSort by relevance Sort by last modified time
    Searched refs:DLGFileInput (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
PBlackBox.h 60 DLGFileInput *in;
86 in = new DLGFileInput(f);
112 in = new DLGFileInput(f);
DLexerBase.h 63 class DllExportPCCTS DLGFileInput : public DLGInputStream {
68 DLGFileInput(FILE *f) { input = f; found_eof = 0; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
PBlackBox.h 51 DLGFileInput *in;
64 in = new DLGFileInput(f);
82 in = new DLGFileInput(f);
DLexerBase.h 63 class DllExportPCCTS DLGFileInput : public DLGInputStream {
68 DLGFileInput(FILE *f) { input = f; found_eof = 0; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 51 DLGLexerVfr (DLGFileInput *F) : DLGLexer (F) {};
203 DLGFileInput InputFile (VfrFptr);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 44 CVfrDLGLexer (DLGFileInput *F) : VfrLexer (F) {};
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 41 CVfrDLGLexer (DLGFileInput *F) : VfrLexer (F) {};
    [all...]

Completed in 255 milliseconds