Home
last modified time | relevance | path

Searched refs:SetBytes (Results 1 – 22 of 22) sorted by relevance

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dclone.go128 out.FieldByName("XXX_unrecognized").SetBytes(append([]byte(nil), uin...))
212 out.SetBytes(append([]byte{}, in.Bytes()...))
Dtext_parser.go507 sv.FieldByName("Value").SetBytes(b)
/external/golang-protobuf/proto/
Dclone.go128 out.FieldByName("XXX_unrecognized").SetBytes(append([]byte(nil), uin...))
212 out.SetBytes(append([]byte{}, in.Bytes()...))
Dtext_parser_test.go705 b.SetBytes(int64(len(benchInput)))
Dtext_parser.go507 sv.FieldByName("Value").SetBytes(b)
Dall_test.go2375 b.SetBytes(int64(len(d)))
2408 b.SetBytes(int64(len(d)))
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
Dbidi.go82 func (p *Paragraph) SetBytes(b []byte, opts ...Option) (n int, err error) { func
/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.h188 SetBytes
DTXTRecord.cpp358 CTXTRecord::SetBytes in SetBytes() function in CTXTRecord
DDNSSD.cpp651 record->SetBytes( txtRecord, txtLen ); in ResolveReply()
DDNSSDService.cpp1614 record->SetBytes( txtRecord, txtLen ); in ResolveReply()
/external/libchrome/mojo/public/cpp/base/
Dbig_buffer.h148 void SetBytes(base::span<const uint8_t> bytes); in COMPONENT_EXPORT()
Dbig_buffer.cc116 void BigBufferView::SetBytes(base::span<const uint8_t> bytes) { in SetBytes() function in mojo_base::BigBufferView
Dbig_buffer_mojom_traits.cc130 out->SetBytes(bytes_view); in Read()
/external/boringssl/src/ssl/test/runner/poly1305/
Dpoly1305_test.go110 b.SetBytes(int64(len(in)))
/external/webrtc/webrtc/p2p/base/
Dstun.cc725 SetBytes(new_bytes, length); in CopyBytes()
756 void StunByteStringAttribute::SetBytes(char* bytes, size_t length) { in SetBytes() function in cricket::StunByteStringAttribute
Dstun.h408 void SetBytes(char* bytes, size_t length);
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dload.go275 v.SetBytes(x)
/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go2080 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])
Dkey_agreement.go150 m := new(big.Int).SetBytes(msg)
/external/flatbuffers/tests/
Dgo_test.go1720 b.SetBytes(int64(len(buf[offset:])))
1779 b.SetBytes(bytes_length)
/external/golang-protobuf/jsonpb/
Djsonpb.go788 target.Field(1).SetBytes(b)