HomeSort by relevance Sort by last modified time
    Searched refs:istream (Results 151 - 175 of 371) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 211 // A ZeroCopyInputStream which reads from a C++ istream.
217 // Creates a stream that reads from the given C++ istream.
221 explicit IstreamInputStream(istream* stream, int block_size = -1);
233 CopyingIstreamInputStream(istream* input);
242 istream* input_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 211 // A ZeroCopyInputStream which reads from a C++ istream.
217 // Creates a stream that reads from the given C++ istream.
221 explicit IstreamInputStream(istream* stream, int block_size = -1);
233 CopyingIstreamInputStream(istream* input);
242 istream* input_;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 211 // A ZeroCopyInputStream which reads from a C++ istream.
217 // Creates a stream that reads from the given C++ istream.
221 explicit IstreamInputStream(istream* stream, int block_size = -1);
233 CopyingIstreamInputStream(istream* input);
242 istream* input_;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3baserecognizer.h 307 pANTLR3_INT_STREAM istream);
329 pANTLR3_INT_STREAM istream,
  /external/clang/INPUTS/
all-std-headers.cpp 30 #include <istream>
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 10 // <istream>
14 #include <istream>
60 std::istream is(&sb);
get_streambuf_chart.pass.cpp 10 // <istream>
15 #include <istream>
61 std::istream is(&sb);
readsome.pass.cpp 13 // <istream>
17 #include <istream>
48 std::istream is(&sb);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.cpp 71 SPIRVFunction::getDecoder(std::istream &IS) {
98 SPIRVFunction::decode(std::istream &I) {
SPIRVBasicBlock.h 59 SPIRVDecoder getDecoder(std::istream &IS);
SPIRVDecorate.cpp 113 SPIRVDecorate::decode(std::istream &I){
135 SPIRVMemberDecorate::decode(std::istream &I){
146 SPIRVDecorationGroup::decode(std::istream &I){
163 SPIRVGroupDecorateGeneric::decode(std::istream &I){
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_pointer_size.pass.cpp 10 // <istream>
14 #include <istream>
45 std::istream is(&sb);
get_pointer_size_chart.pass.cpp 10 // <istream>
14 #include <istream>
45 std::istream is(&sb);
get_streambuf.pass.cpp 10 // <istream>
14 #include <istream>
60 std::istream is(&sb);
get_streambuf_chart.pass.cpp 10 // <istream>
15 #include <istream>
61 std::istream is(&sb);
getline_pointer_size.pass.cpp 10 // <istream>
14 #include <istream>
45 std::istream is(&sb);
getline_pointer_size_chart.pass.cpp 10 // <istream>
14 #include <istream>
45 std::istream is(&sb);
readsome.pass.cpp 13 // <istream>
17 #include <istream>
48 std::istream is(&sb);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 81 input->istream->streamName = input->strFactory->newStr8(input->strFactory, fileName);
82 input->fileName = input->istream->streamName;
119 input->istream->streamName = input->strFactory->newStr8(input->strFactory, name);
120 input->fileName = input->istream->streamName;
  /external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 10 // <istream>
17 #include <istream>
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 10 // <istream>
17 #include <istream>
  /external/libcxx/test/std/input.output/iostream.format/std.manip/
resetiosflags.pass.cpp 28 std::istream is(&sb);
setiosflags.pass.cpp 28 std::istream is(&sb);
  /external/lz4/contrib/gen_manual/
gen_manual.cpp 113 ifstream istream; local
123 istream.open(argv[2], ifstream::in);
124 if (!istream.is_open()) {
135 while (getline(istream, line)) {
  /external/tensorflow/tensorflow/contrib/lite/testing/
message.cc 89 bool Message::Read(std::istream* input, Message* message) {

Completed in 360 milliseconds

1 2 3 4 5 67 8 91011>>