OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFX_TextStream
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp
22
return new
CFX_TextStream
(pSR, TRUE);
34
return new
CFX_TextStream
(pSR, TRUE);
46
return new
CFX_TextStream
(pSR, TRUE);
58
return new
CFX_TextStream
(pSR, TRUE);
71
return new
CFX_TextStream
(pSR, TRUE);
626
return new
CFX_TextStream
(pBaseStream, bDeleteOnRelease);
628
CFX_TextStream
::
CFX_TextStream
(IFX_Stream* pStream, FX_BOOL bDelStream)
641
CFX_TextStream
::~
CFX_TextStream
() {
[
all
...]
fx_stream.h
16
class
CFX_TextStream
;
219
class
CFX_TextStream
: public IFX_Stream, public CFX_ThreadLock {
221
CFX_TextStream
(IFX_Stream* pStream, FX_BOOL bDelStream);
222
~
CFX_TextStream
();
Completed in 1066 milliseconds