HomeSort by relevance Sort by last modified time
    Searched refs:WriteTo (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/protobuf/src/google/protobuf/util/internal/
object_source.h 56 virtual util::Status WriteTo(ObjectWriter* ow) const {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9321.go 22 pprof.Lookup("goroutine").WriteTo(buf, 2)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9321.go 22 pprof.Lookup("goroutine").WriteTo(buf, 2)
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 431 public void WriteTo(pb::CodedOutputStream output) {
432 mapInt32Int32_.WriteTo(output, _map_mapInt32Int32_codec);
433 mapInt64Int64_.WriteTo(output, _map_mapInt64Int64_codec);
434 mapUint32Uint32_.WriteTo(output, _map_mapUint32Uint32_codec);
435 mapUint64Uint64_.WriteTo(output, _map_mapUint64Uint64_codec);
436 mapSint32Sint32_.WriteTo(output, _map_mapSint32Sint32_codec);
437 mapSint64Sint64_.WriteTo(output, _map_mapSint64Sint64_codec);
438 mapFixed32Fixed32_.WriteTo(output, _map_mapFixed32Fixed32_codec);
439 mapFixed64Fixed64_.WriteTo(output, _map_mapFixed64Fixed64_codec);
440 mapSfixed32Sfixed32_.WriteTo(output, _map_mapSfixed32Sfixed32_codec)
    [all...]
UnittestProto3.cs     [all...]
  /external/v8/src/parsing/
preparse-data.cc 53 function_store_.WriteTo(Vector<unsigned>(
  /frameworks/base/tools/aapt2/
Locale.h 58 void WriteTo(android::ResTable_config* out) const;
  /prebuilts/go/darwin-x86/src/net/
writev_test.go 92 for _, name := range []string{"WriteTo", "Copy"} {
128 n, err = buffers.WriteTo(c)
137 return fmt.Errorf("Buffers.WriteTo returned %d; want %d", n, want.Len())
222 if _, err := buffers.WriteTo(c1); err == nil {
223 t.Fatal("Buffers.WriteTo(closed conn) succeeded, want error")
packetconn_test.go 76 if _, err := c1.WriteTo(wb, c2.LocalAddr()); err != nil {
82 if _, err := c2.WriteTo(wb, c1.LocalAddr()); err != nil {
145 if _, err := c1.WriteTo(wb, dst); err != nil {
  /prebuilts/go/linux-x86/src/net/
writev_test.go 92 for _, name := range []string{"WriteTo", "Copy"} {
128 n, err = buffers.WriteTo(c)
137 return fmt.Errorf("Buffers.WriteTo returned %d; want %d", n, want.Len())
222 if _, err := buffers.WriteTo(c1); err == nil {
223 t.Fatal("Buffers.WriteTo(closed conn) succeeded, want error")
packetconn_test.go 76 if _, err := c1.WriteTo(wb, c2.LocalAddr()); err != nil {
82 if _, err := c2.WriteTo(wb, c1.LocalAddr()); err != nil {
145 if _, err := c1.WriteTo(wb, dst); err != nil {
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 76 unsigned &WriteFrom, unsigned WriteTo,
240 /// \p WriteTo - 1.
242 unsigned &WriteFrom, unsigned WriteTo,
245 if (WriteTo <= WriteFrom)
249 WriteFrom = WriteTo;
257 LocalEOL[0] == (FromFile.getBufferStart() + WriteTo)[-1] &&
258 LocalEOL[1] == (FromFile.getBufferStart() + WriteTo)[0])
259 WriteTo++;
262 WriteTo - WriteFrom);
284 WriteFrom = WriteTo;
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
reader.go 127 // WriteTo implements the io.WriterTo interface.
128 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
136 panic("bytes.Reader.WriteTo: invalid Write count")
reader_test.go 148 n, err := r.WriteTo(&b)
192 {"WriteTo", func(r *Reader) { r.WriteTo(&Buffer{}) }},
226 // regardless of the presence of a WriteTo method.
  /prebuilts/go/darwin-x86/src/strings/
reader.go 126 // WriteTo implements the io.WriterTo interface.
127 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
135 panic("strings.Reader.WriteTo: invalid WriteString count")
  /prebuilts/go/linux-x86/src/bytes/
reader.go 127 // WriteTo implements the io.WriterTo interface.
128 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
136 panic("bytes.Reader.WriteTo: invalid Write count")
  /prebuilts/go/linux-x86/src/strings/
reader.go 126 // WriteTo implements the io.WriterTo interface.
127 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
135 panic("strings.Reader.WriteTo: invalid WriteString count")
  /prebuilts/go/darwin-x86/src/io/
io_test.go 16 // An version of bytes.Buffer without ReadFrom and WriteTo
23 // Simple tests, primarily to verify the ReadFrom and WriteTo callouts inside Copy, CopyBuffer and CopyN.
66 rb := new(bytes.Buffer) // implements WriteTo.
75 // Version of bytes.Buffer that checks whether WriteTo was called or not
81 func (wt *writeToChecker) WriteTo(w Writer) (int64, error) {
83 return wt.Buffer.WriteTo(w)
97 t.Errorf("WriteTo was not prioritized over ReadFrom")
150 rb := new(bytes.Buffer) // implements WriteTo.
  /prebuilts/go/linux-x86/src/io/
io_test.go 16 // An version of bytes.Buffer without ReadFrom and WriteTo
23 // Simple tests, primarily to verify the ReadFrom and WriteTo callouts inside Copy, CopyBuffer and CopyN.
66 rb := new(bytes.Buffer) // implements WriteTo.
75 // Version of bytes.Buffer that checks whether WriteTo was called or not
81 func (wt *writeToChecker) WriteTo(w Writer) (int64, error) {
83 return wt.Buffer.WriteTo(w)
97 t.Errorf("WriteTo was not prioritized over ReadFrom")
150 rb := new(bytes.Buffer) // implements WriteTo.
  /external/boringssl/src/ssl/test/runner/
recordingconn.go 44 // WriteTo can be used to produce output that can be later be loaded with
88 // WriteTo writes hex dumps to w that contains the recorded traffic.
89 func (r *recordingConn) WriteTo(w io.Writer) {
  /external/boringssl/src/crypto/err/
err_data_generate.go 142 func (st *stringList) WriteTo(out stringWriter, name string) {
283 e.reasons.WriteTo(out, "Reason")
  /external/protobuf/src/google/protobuf/util/
json_util.cc 88 return proto_source.WriteTo(&default_value_writer);
90 return proto_source.WriteTo(&json_writer);
  /external/v8/src/
collector.h 86 void WriteTo(Vector<T> destination) {
108 WriteTo(new_store);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
util.go 66 if err := pprof.Lookup("heap").WriteTo(f, writeLegacyFormat); err != nil {
  /prebuilts/go/darwin-x86/src/go/types/
scope.go 154 // WriteTo writes a string representation of the scope to w,
159 func (s *Scope) WriteTo(w io.Writer, n int, recurse bool) {
178 s.WriteTo(w, n+1, recurse)
188 s.WriteTo(&buf, 0, false)

Completed in 634 milliseconds

1 2 3 4 5