Home
last modified time | relevance | path

Searched defs:istream (Results 1 – 25 of 44) sorted by relevance

12

/external/nanopb-c/tests/fixed_count/
Dfixed_count_unittests.c19 pb_istream_t istream; in main() local
43 pb_istream_t istream; in main() local
70 pb_istream_t istream; in main() local
/external/grpc-grpc/third_party/nanopb/tests/inline/
Dinline_unittests.c24 pb_istream_t istream = pb_istream_from_buffer(msg1_buffer, Message1_size); in main() local
45 pb_istream_t istream = pb_istream_from_buffer(msg2_buffer, Message2_size); in main() local
/external/nanopb-c/tests/inline/
Dinline_unittests.c24 pb_istream_t istream = pb_istream_from_buffer(msg1_buffer, Message1_size); in main() local
45 pb_istream_t istream = pb_istream_from_buffer(msg2_buffer, Message2_size); in main() local
/external/tflite-support/tensorflow_lite_support/cc/utils/
Dcommon_utils.cc31 std::istream* istream, in ReadIStreamLineByLine()
42 std::istream* istream) { in ReadIStreamLineSplits()
52 std::vector<std::string> ReadIStreamByLine(std::istream* istream) { in ReadIStreamByLine()
/external/antlr/runtime/C/src/
Dantlr3treeparser.c189 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol()
204 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
Dantlr3lexer.c222 pANTLR3_INT_STREAM istream; in nextTokenStr() local
895 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol()
901 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
Dantlr3baserecognizer.c2163 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol()
2172 getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTI… in getMissingSymbol()
/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.inl758 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol( IntStreamType* istream )
765 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
772 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
781 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
790 …mType>::UnitType* BaseRecognizer<ImplTraits, StreamType>::getMissingSymbol( IntStreamType* istream,
Dantlr3treeparser.inl155 TreeParser<ImplTraits>::getMissingSymbol( IntStreamType* istream, ExceptionBaseType* e,
/external/perfetto/tools/trace_to_text/
Dlite_fallbacks.cc27 int TraceToText(std::istream*, std::ostream*) { in TraceToText()
/external/nanopb-c/tests/regression/issue_256/
Dsubmsg_array.c25 pb_istream_t istream = pb_istream_from_buffer(buffer, ostream.bytes_written); in main() local
/external/libwebm/webm_parser/include/webm/
Distream_reader.h48 explicit IstreamReader(T&& istream) : istream_(new T(std::move(istream))) {} in IstreamReader()
/external/tensorflow/tensorflow/lite/kernels/
Dacceleration_test_util_internal.cc31 std::istringstream istream{config}; in ReadAccelerationConfig() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java269 ObjectInputStream istream = null; in Test4111739() local
741 ObjectInputStream istream = null; in testBugTestsWithNamesArguments() local
881 ObjectInputStream istream = new ObjectInputStream(new ByteArrayInputStream(bytes)); in serializeAndDeserialize() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java266 ObjectInputStream istream = null; in Test4111739() local
738 ObjectInputStream istream = null; in testBugTestsWithNamesArguments() local
878 ObjectInputStream istream = new ObjectInputStream(new ByteArrayInputStream(bytes)); in serializeAndDeserialize() local
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
Drvalue.pass.cpp49 void operator>>(std::istream&, A&&){ called = true; } in operator >>()
/external/lz4/contrib/gen_manual/
Dgen_manual.cpp114 ifstream istream; in main() local
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
Drvalue.pass.cpp56 void operator>>(std::istream&, A&&) { called = true; } in operator >>()
/external/zstd/contrib/gen_html/
Dgen_html.cpp88 ifstream istream; in main() local
/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.cc76 pb_istream_t istream = pb_istream_from_buffer(request_bytes, request_size); in Check() local
/external/clang/test/Analysis/
Dcxx11-crashes.cpp75 JSONWireProtocolReader(JSONWireProtocolInputStream& istream) in JSONWireProtocolReader()
/external/llvm-project/clang/test/Analysis/
Dcxx11-crashes.cpp75 JSONWireProtocolReader(JSONWireProtocolInputStream& istream) in JSONWireProtocolReader()
/external/antlr/runtime/C/include/
Dantlr3input.h61 pANTLR3_INT_STREAM istream; member
Dantlr3tokenstream.h114 pANTLR3_INT_STREAM istream; member
/external/google-breakpad/src/processor/
Dmicrodump.cc86 bool GetLine(std::istringstream* istream, string* str) { in GetLine()

12