/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | clone.go | 128 out.FieldByName("XXX_unrecognized").SetBytes(append([]byte(nil), uin...)) 212 out.SetBytes(append([]byte{}, in.Bytes()...))
|
D | text_parser.go | 507 sv.FieldByName("Value").SetBytes(b)
|
/external/golang-protobuf/proto/ |
D | clone.go | 128 out.FieldByName("XXX_unrecognized").SetBytes(append([]byte(nil), uin...)) 212 out.SetBytes(append([]byte{}, in.Bytes()...))
|
D | text_parser_test.go | 705 b.SetBytes(int64(len(benchInput)))
|
D | text_parser.go | 507 sv.FieldByName("Value").SetBytes(b)
|
D | all_test.go | 2375 b.SetBytes(int64(len(d))) 2408 b.SetBytes(int64(len(d)))
|
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
D | bidi.go | 82 func (p *Paragraph) SetBytes(b []byte, opts ...Option) (n int, err error) { func
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | TXTRecord.h | 188 SetBytes
|
D | TXTRecord.cpp | 358 CTXTRecord::SetBytes in SetBytes() function in CTXTRecord
|
D | DNSSD.cpp | 651 record->SetBytes( txtRecord, txtLen ); in ResolveReply()
|
D | DNSSDService.cpp | 1614 record->SetBytes( txtRecord, txtLen ); in ResolveReply()
|
/external/libchrome/mojo/public/cpp/base/ |
D | big_buffer.h | 148 void SetBytes(base::span<const uint8_t> bytes); in COMPONENT_EXPORT()
|
D | big_buffer.cc | 116 void BigBufferView::SetBytes(base::span<const uint8_t> bytes) { in SetBytes() function in mojo_base::BigBufferView
|
D | big_buffer_mojom_traits.cc | 130 out->SetBytes(bytes_view); in Read()
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | poly1305_test.go | 110 b.SetBytes(int64(len(in)))
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.cc | 725 SetBytes(new_bytes, length); in CopyBytes() 756 void StunByteStringAttribute::SetBytes(char* bytes, size_t length) { in SetBytes() function in cricket::StunByteStringAttribute
|
D | stun.h | 408 void SetBytes(char* bytes, size_t length);
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | load.go | 275 v.SetBytes(x)
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_server.go | 2080 x := new(big.Int).SetBytes(channelIDMsg.channelID[0:32]) 2081 y := new(big.Int).SetBytes(channelIDMsg.channelID[32:64]) 2082 r := new(big.Int).SetBytes(channelIDMsg.channelID[64:96]) 2083 s := new(big.Int).SetBytes(channelIDMsg.channelID[96:128])
|
D | key_agreement.go | 150 m := new(big.Int).SetBytes(msg)
|
/external/flatbuffers/tests/ |
D | go_test.go | 1720 b.SetBytes(int64(len(buf[offset:]))) 1779 b.SetBytes(bytes_length)
|
/external/golang-protobuf/jsonpb/ |
D | jsonpb.go | 788 target.Field(1).SetBytes(b)
|