OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:istream
(Results
1 - 25
of
239
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
istream-inst.cc
29
#include <
istream
>
37
template
istream
& ws(
istream
&);
38
template
istream
& operator>>(
istream
&, char&);
39
template
istream
& operator>>(
istream
&, unsigned char&);
40
template
istream
& operator>>(
istream
&, signed char&);
44
template
istream
& operator>>(istream&, char*)
[
all
...]
iostream-inst.cc
30
#include <
istream
>
cow-string-io-inst.cc
30
#include <
istream
>
string-io-inst.cc
31
#include <
istream
>
wstring-io-inst.cc
31
#include <
istream
>
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
istream-inst.cc
29
#include <
istream
>
37
template
istream
& ws(
istream
&);
38
template
istream
& operator>>(
istream
&, char&);
39
template
istream
& operator>>(
istream
&, unsigned char&);
40
template
istream
& operator>>(
istream
&, signed char&);
44
template
istream
& operator>>(istream&, char*)
[
all
...]
iostream-inst.cc
30
#include <
istream
>
cow-string-io-inst.cc
30
#include <
istream
>
string-io-inst.cc
31
#include <
istream
>
/src/external/bsd/kyua-cli/dist/utils/
stream.hpp
39
#include <
istream
>
45
std::size_t stream_length(std::
istream
&);
46
std::string read_stream(std::
istream
&);
units.hpp
39
#include <
istream
>
87
std::
istream
& operator>>(std::
istream
&, bytes&);
stream.cpp
31
#include <
istream
>
49
utils::stream_length(std::
istream
& is)
70
utils::read_stream(std::
istream
& input)
/src/external/bsd/kyua-cli/dist/utils/process/
fdstream.hpp
35
#include <
istream
>
48
class ifdstream : public std::
istream
, noncopyable
fdstream.cpp
63
std::
istream
(NULL),
/src/external/bsd/flex/dist/src/
FlexLexer.h
70
virtual yy_buffer_state* yy_create_buffer( std::
istream
* s, int size ) = 0;
71
virtual yy_buffer_state* yy_create_buffer( std::
istream
& s, int size ) = 0;
73
virtual void yyrestart( std::
istream
* s ) = 0;
74
virtual void yyrestart( std::
istream
& s ) = 0;
79
int yylex( std::
istream
& new_in, std::ostream& new_out )
85
int yylex( std::
istream
* new_in, std::ostream* new_out = 0)
93
virtual void switch_streams( std::
istream
* new_in,
95
virtual void switch_streams( std::
istream
& new_in,
125
yyFlexLexer( std::
istream
& arg_yyin, std::ostream& arg_yyout );
126
yyFlexLexer( std::
istream
* arg_yyin = 0, std::ostream* arg_yyout = 0 )
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.h
45
#include <
istream
>
64
bool Parse(std::
istream
&IS, bool ParseCoverage);
66
void ParseOrExit(std::
istream
&IS, bool ParseCoverage);
68
Set<uint32_t> ParseSummary(std::
istream
&IS);
/src/external/bsd/kyua-cli/dist/engine/
test_result.hpp
35
#include <
istream
>
73
static test_result parse(std::
istream
&);
/src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h
71
yy_create_buffer( FLEX_STD
istream
* s, int size ) = 0;
73
virtual void yyrestart( FLEX_STD
istream
* s ) = 0;
78
int yylex( FLEX_STD
istream
* new_in, FLEX_STD ostream* new_out = 0 )
86
virtual void switch_streams( FLEX_STD
istream
* new_in = 0,
118
yyFlexLexer( FLEX_STD
istream
* arg_yyin = 0, FLEX_STD ostream* arg_yyout = 0 );
123
struct yy_buffer_state* yy_create_buffer( FLEX_STD
istream
* s, int size );
125
void yyrestart( FLEX_STD
istream
* s );
131
virtual void switch_streams( FLEX_STD
istream
* new_in, FLEX_STD ostream* new_out = 0 );
143
void yy_init_buffer( struct yy_buffer_state* b, FLEX_STD
istream
* s );
158
FLEX_STD
istream
* yyin; // input source for default LexerInpu
[
all
...]
/src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainF.h
20
#include <
istream
>
42
Module *parse(std::
istream
*in1, int mem, CompileFlags cf,
79
std::
istream
*in;
/src/external/bsd/atf/dist/tools/
reader.hpp
37
#include <
istream
>
60
std::
istream
& m_is;
80
atf_tps_reader(std::
istream
&);
config_file.hpp
43
std::
istream
& m_is;
50
atf_config_reader(std::
istream
&);
/src/external/gpl3/binutils/dist/gprofng/src/
QLParser.h
25
#include <
istream
>
40
std::
istream
in;
/src/external/gpl3/binutils.old/dist/gprofng/src/
QLParser.h
25
#include <
istream
>
40
std::
istream
in;
/src/external/lgpl3/gmp/dist/cxx/
ismpq.cc
39
istream
&
40
operator>> (
istream
&i, mpq_ptr q)
ismpz.cc
42
istream
&
43
operator>> (
istream
&i, mpz_ptr z)
Completed in 49 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Tue Feb 24 08:35:24 UTC 2026