OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TheStream
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Support/
FormattedStream.h
28
///
TheStream
- The real stream we output to. We set it to be
31
raw_ostream *
TheStream
;
52
return
TheStream
->tell();
63
TheStream
= &Stream;
66
// own buffering, and it doesn't need or want
TheStream
to do another
67
// layer of buffering underneath. Resize the buffer to what
TheStream
68
// had been using, and tell
TheStream
not to do its own buffering.
69
if (size_t BufferSize =
TheStream
->GetBufferSize())
73
TheStream
->SetUnbuffered();
90
:
TheStream
(nullptr), Position(0, 0)
[
all
...]
circular_raw_ostream.h
39
///
TheStream
- The real stream we output to. We set it to be
42
raw_ostream *
TheStream
;
76
TheStream
->write(Cur, BufferArray + BufferSize - Cur);
78
TheStream
->write(BufferArray, Cur - BufferArray);
89
// This has the same effect as calling
TheStream
.current_pos(),
91
return
TheStream
->tell() -
TheStream
->GetNumBytesInBuffer();
110
: raw_ostream(/*unbuffered*/ true),
TheStream
(nullptr),
133
TheStream
= &Stream;
148
if (!
TheStream
)
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h
37
///
TheStream
- The real stream we output to. We set it to be
40
raw_ostream *
TheStream
;
42
/// DeleteStream - Do we need to delete
TheStream
in the
63
// This has the same effect as calling
TheStream
.current_pos(),
65
return
TheStream
->tell() -
TheStream
->GetNumBytesInBuffer();
85
: raw_ostream(),
TheStream
(0), DeleteStream(false), ColumnScanned(0) {
89
: raw_ostream(),
TheStream
(0), DeleteStream(false), ColumnScanned(0) {
101
TheStream
= &Stream;
105
// own buffering, and it doesn't need or want
TheStream
to do anothe
[
all
...]
circular_raw_ostream.h
40
///
TheStream
- The real stream we output to. We set it to be
43
raw_ostream *
TheStream
;
77
TheStream
->write(Cur, BufferArray + BufferSize - Cur);
79
TheStream
->write(BufferArray, Cur - BufferArray);
90
// This has the same effect as calling
TheStream
.current_pos(),
92
return
TheStream
->tell() -
TheStream
->GetNumBytesInBuffer();
112
TheStream
(0),
125
TheStream
(0),
147
TheStream
= &Stream
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormattedStream.h
28
///
TheStream
- The real stream we output to. We set it to be
31
raw_ostream *
TheStream
;
52
return
TheStream
->tell();
63
TheStream
= &Stream;
66
// own buffering, and it doesn't need or want
TheStream
to do another
67
// layer of buffering underneath. Resize the buffer to what
TheStream
68
// had been using, and tell
TheStream
not to do its own buffering.
69
if (size_t BufferSize =
TheStream
->GetBufferSize())
73
TheStream
->SetUnbuffered();
90
:
TheStream
(nullptr), Position(0, 0)
[
all
...]
circular_raw_ostream.h
39
///
TheStream
- The real stream we output to. We set it to be
42
raw_ostream *
TheStream
;
76
TheStream
->write(Cur, BufferArray + BufferSize - Cur);
78
TheStream
->write(BufferArray, Cur - BufferArray);
89
// This has the same effect as calling
TheStream
.current_pos(),
91
return
TheStream
->tell() -
TheStream
->GetNumBytesInBuffer();
110
: raw_ostream(/*unbuffered*/ true),
TheStream
(nullptr),
133
TheStream
= &Stream;
148
if (!
TheStream
)
[
all
...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
circular_raw_ostream.h
39
///
TheStream
- The real stream we output to. We set it to be
42
raw_ostream *
TheStream
;
76
TheStream
->write(Cur, BufferArray + BufferSize - Cur);
78
TheStream
->write(BufferArray, Cur - BufferArray);
89
// This has the same effect as calling
TheStream
.current_pos(),
91
return
TheStream
->tell() -
TheStream
->GetNumBytesInBuffer();
110
: raw_ostream(/*unbuffered*/ true),
TheStream
(nullptr),
133
TheStream
= &Stream;
148
if (!
TheStream
)
[
all
...]
Completed in 249 milliseconds