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

12 3 4 5

  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 155 n, err := c.writeTo(b, addr)
162 // WriteTo implements the PacketConn WriteTo method.
163 func (c *IPConn) WriteTo(b []byte, addr Addr) (int, error) {
171 n, err := c.writeTo(b, a)
206 // address laddr. The returned connection's ReadFrom and WriteTo
udpsock_test.go 43 if _, err := c1.WriteTo(buf[:], c2.LocalAddr()); err != nil {
144 _, err = c.(*UDPConn).WriteTo(b, ra)
190 _, err = c.WriteTo(b, ra)
347 n, err := c.WriteTo(nil, c.LocalAddr())
385 n, err := c.WriteTo(b, c.LocalAddr())
udpsock.go 146 n, err := c.writeTo(b, addr)
153 // WriteTo implements the PacketConn WriteTo method.
154 func (c *UDPConn) WriteTo(b []byte, addr Addr) (int, error) {
162 n, err := c.writeTo(b, a)
210 // discover the port. The returned connection's ReadFrom and WriteTo
net.go 317 // WriteTo writes a packet with payload b to addr.
318 // WriteTo can be made to time out and return
322 WriteTo(b []byte, addr Addr) (n int, err error)
325 // Any blocked ReadFrom or WriteTo operations will be unblocked and return errors.
339 // WriteTo. After a deadline has been exceeded, the connection
343 // the deadline after successful ReadFrom or WriteTo calls.
353 // SetWriteDeadline sets the deadline for future WriteTo calls
354 // and any currently-blocked WriteTo call.
357 // A zero value for t means WriteTo will not time out.
397 ErrWriteToConnected = errors.New("use of WriteTo with pre-connected connection"
    [all...]
  /prebuilts/go/darwin-x86/src/testing/internal/testdeps/
deps.go 50 return pprof.Lookup(name).WriteTo(w, debug)
  /prebuilts/go/linux-x86/src/bytes/
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/linux-x86/src/cmd/compile/internal/gc/
util.go 66 if err := pprof.Lookup("heap").WriteTo(f, writeLegacyFormat); err != nil {
  /prebuilts/go/linux-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)
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 155 n, err := c.writeTo(b, addr)
162 // WriteTo implements the PacketConn WriteTo method.
163 func (c *IPConn) WriteTo(b []byte, addr Addr) (int, error) {
171 n, err := c.writeTo(b, a)
206 // address laddr. The returned connection's ReadFrom and WriteTo
udpsock_test.go 43 if _, err := c1.WriteTo(buf[:], c2.LocalAddr()); err != nil {
144 _, err = c.(*UDPConn).WriteTo(b, ra)
190 _, err = c.WriteTo(b, ra)
347 n, err := c.WriteTo(nil, c.LocalAddr())
385 n, err := c.WriteTo(b, c.LocalAddr())
udpsock.go 146 n, err := c.writeTo(b, addr)
153 // WriteTo implements the PacketConn WriteTo method.
154 func (c *UDPConn) WriteTo(b []byte, addr Addr) (int, error) {
162 n, err := c.writeTo(b, a)
210 // discover the port. The returned connection's ReadFrom and WriteTo
net.go 317 // WriteTo writes a packet with payload b to addr.
318 // WriteTo can be made to time out and return
322 WriteTo(b []byte, addr Addr) (n int, err error)
325 // Any blocked ReadFrom or WriteTo operations will be unblocked and return errors.
339 // WriteTo. After a deadline has been exceeded, the connection
343 // the deadline after successful ReadFrom or WriteTo calls.
353 // SetWriteDeadline sets the deadline for future WriteTo calls
354 // and any currently-blocked WriteTo call.
357 // A zero value for t means WriteTo will not time out.
397 ErrWriteToConnected = errors.New("use of WriteTo with pre-connected connection"
    [all...]
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 50 return pprof.Lookup(name).WriteTo(w, debug)
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 489 public void WriteTo(pb::CodedOutputStream output) {
    [all...]
UnittestIssues.cs 135 public void WriteTo(pb::CodedOutputStream output) {
213 public void WriteTo(pb::CodedOutputStream output) {
291 public void WriteTo(pb::CodedOutputStream output) {
414 public void WriteTo(pb::CodedOutputStream output) {
419 values_.WriteTo(output, _repeated_values_codec);
420 packedValues_.WriteTo(output, _repeated_packedValues_codec);
520 public void WriteTo(pb::CodedOutputStream output) {
677 public void WriteTo(pb::CodedOutputStream output) {
682 primitiveArray_.WriteTo(output, _repeated_primitiveArray_codec);
687 messageArray_.WriteTo(output, _repeated_messageArray_codec)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback.cc 44 virtual void WriteTo(uint8_t* buffer) const = 0;
131 void WriteTo(uint8_t* buffer) const override {
204 void WriteTo(uint8_t* buffer) const override {
263 void WriteTo(uint8_t* buffer) const override {
606 chunk->WriteTo(&packet[*position]);
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 152 public void WriteTo(pb::CodedOutputStream output) {
165 phones_.WriteTo(output, _repeated_phones_codec);
311 public void WriteTo(pb::CodedOutputStream output) {
435 public void WriteTo(pb::CodedOutputStream output) {
436 people_.WriteTo(output, _repeated_people_codec);
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 340 public void WriteTo(pb::CodedOutputStream output) {
609 public void WriteTo(pb::CodedOutputStream output) {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 124 public void WriteTo(pb::CodedOutputStream output) {
235 public void WriteTo(pb::CodedOutputStream output) {
346 public void WriteTo(pb::CodedOutputStream output) {
457 public void WriteTo(pb::CodedOutputStream output) {
568 public void WriteTo(pb::CodedOutputStream output) {
679 public void WriteTo(pb::CodedOutputStream output) {
790 public void WriteTo(pb::CodedOutputStream output) {
901 public void WriteTo(pb::CodedOutputStream output) {
1012 public void WriteTo(pb::CodedOutputStream output) {
Type.cs 237 public void WriteTo(pb::CodedOutputStream output) {
242 fields_.WriteTo(output, _repeated_fields_codec);
243 oneofs_.WriteTo(output, _repeated_oneofs_codec);
244 options_.WriteTo(output, _repeated_options_codec);
546 public void WriteTo(pb::CodedOutputStream output) {
575 options_.WriteTo(output, _repeated_options_codec);
    [all...]
Struct.cs 143 public void WriteTo(pb::CodedOutputStream output) {
144 fields_.WriteTo(output, _map_fields_codec);
368 public void WriteTo(pb::CodedOutputStream output) {
562 public void WriteTo(pb::CodedOutputStream output) {
563 values_.WriteTo(output, _repeated_values_codec);
  /prebuilts/go/darwin-x86/src/runtime/pprof/
mprof_test.go 81 if err := Lookup("heap").WriteTo(&buf, 1); err != nil {
  /prebuilts/go/linux-x86/src/runtime/pprof/
mprof_test.go 81 if err := Lookup("heap").WriteTo(&buf, 1); err != nil {
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_test.go 88 // WriteTo can be used to produce output that can be later be loaded with
137 // WriteTo writes Go source code to w that contains the recorded traffic.
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_test.go 88 // WriteTo can be used to produce output that can be later be loaded with
137 // WriteTo writes Go source code to w that contains the recorded traffic.
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {

Completed in 580 milliseconds

12 3 4 5