OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BufFileInput
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
BufFileInput.h
1
// FILE:
BufFileInput
.h
24
class DllExportPCCTS
BufFileInput
: public DLGInputStream
31
BufFileInput
(FILE *f, int buf_size = 8 );
33
virtual ~
BufFileInput
();
53
// end of file
BufFileInput
.h
BufFileInput.cpp
1
// FILE:
BufFileInput
.cpp
5
// See file
BufFileInput
.h for details
32
#include "
BufFileInput
.h"
34
BufFileInput
::
BufFileInput
( FILE *f, int buf_size )
43
BufFileInput
::~
BufFileInput
()
48
int
BufFileInput
::nextChar( void )
75
int
BufFileInput
::lookahead( char* s )
99
// End of file
BufFileInput
.cpp
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
BufFileInput.h
1
// FILE:
BufFileInput
.h
24
class DllExportPCCTS
BufFileInput
: public DLGInputStream
31
BufFileInput
(FILE *f, int buf_size = 8 );
33
virtual ~
BufFileInput
();
53
// end of file
BufFileInput
.h
BufFileInput.cpp
1
// FILE:
BufFileInput
.cpp
5
// See file
BufFileInput
.h for details
32
#include "
BufFileInput
.h"
34
BufFileInput
::
BufFileInput
( FILE *f, int buf_size )
43
BufFileInput
::~
BufFileInput
()
48
int
BufFileInput
::nextChar( void )
75
int
BufFileInput
::lookahead( char* s )
99
// End of file
BufFileInput
.cpp
[
all
...]
Completed in 82 milliseconds