Home
last modified time | relevance | path

Searched defs:Reader (Results 1 – 25 of 36) sorted by relevance

12

/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dindex.js6 var Reader = require('./reader'); variable
14 Reader: Reader, property
Dreader.js18 function Reader(data) { class
/third_party/flutter/skia/third_party/externals/wuffs/cmd/ractool/
Dmain.go111 func decode(r io.Reader) error {
115 func encode(r io.Reader) error {
/third_party/boringssl/src/util/ar/
Dar.go30 func ParseAR(r io.Reader) (map[string][]byte, error) {
/third_party/protobuf/examples/
Dadd_person.go16 func promptForAddress(r io.Reader) (*pb.Person, error) {
/third_party/grpc/tools/http2_interop/
Dframe.go23 ParsePayload(io.Reader) error
Dhttp2interop.go51 func parseFrame(r io.Reader) (Frame, error) {
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dchecksum.go73 func do(r io.Reader) error {
/third_party/boringssl/src/util/
Dmake_errors.go230 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error {
388 func parseHeader(lib string, file io.Reader) (reasons map[string]int, err error) {
/third_party/flutter/skia/third_party/externals/wuffs/lib/flatecut/
Dflatecut_test.go41 func newReader(r io.Reader) (io.ReadCloser, error) {
/third_party/jsoncpp/include/json/
Dforwards.h24 class Reader; variable
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffsfmt/
Dmain.go111 func do(r io.Reader, filename string) error {
/third_party/zlib/contrib/ada/
Dzlib-streams.ads110 Reader : Filter_Type; component
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/
Dzlib-streams.ads110 Reader : Filter_Type; component
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/
Dzlib-streams.ads110 Reader : Filter_Type; component
/third_party/node/benchmark/net/
Dnet-wrap-js-stream-passthrough.js88 function Reader() { class
Dnet-pipe.js96 function Reader() { class
Dnet-c2s.js93 function Reader() { class
Dnet-s2c.js129 function Reader() { class
/third_party/boost/boost/gil/io/
Dread_image.hpp32 void read_image(Reader reader, Image& img, in read_image()
175 void read_image(Reader& reader, any_image<Images...>& images, in read_image()
Dread_view.hpp31 void read_view(Reader reader, View const& view, in read_view()
Dread_and_convert_view.hpp32 void read_and_convert_view(Reader& reader, View const& view, in read_and_convert_view()
/third_party/boringssl/src/crypto/fipsmodule/bn/
Dcheck_bn_tests.go40 func newTestScanner(r io.Reader) *testScanner {
Dbn_test_to_fuzzer.go44 func newTestScanner(r io.Reader) *testScanner {
/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go123 func parseHeaderElement(in io.Reader) (*json.Decoder, error) {
148 func parseReplyToBytes(in io.Reader) ([]byte, error) {
182 func parseReply(out interface{}, in io.Reader) error {

12