Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dclone.go104 out.FieldByName("XXX_unrecognized").SetBytes(append([]byte(nil), uin...))
188 out.SetBytes(append([]byte{}, in.Bytes()...))
Dtext_parser_test.go672 b.SetBytes(int64(len(benchInput)))
Dtext_parser.go521 sv.FieldByName("Value").SetBytes(b)
Dall_test.go2161 b.SetBytes(int64(len(d)))
2194 b.SetBytes(int64(len(d)))
/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/boringssl/src/ssl/test/runner/poly1305/
Dpoly1305_test.go138 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/boringssl/src/ssl/test/runner/
Dhandshake_server.go2011 x := new(big.Int).SetBytes(channelIDMsg.channelID[0:32])
2012 y := new(big.Int).SetBytes(channelIDMsg.channelID[32:64])
2013 r := new(big.Int).SetBytes(channelIDMsg.channelID[64:96])
2014 s := new(big.Int).SetBytes(channelIDMsg.channelID[96:128])
Dkey_agreement.go148 m := new(big.Int).SetBytes(msg)
/external/flatbuffers/tests/
Dgo_test.go1657 b.SetBytes(int64(len(buf[offset:])))
1716 b.SetBytes(bytes_length)
/external/golang-protobuf/jsonpb/
Djsonpb.go717 target.Field(1).SetBytes(b)