Home
last modified time | relevance | path

Searched refs:SetRawExtension (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/proto/
Dequal_test.go100 SetRawExtension(messageWithExtension3a, 200, bytes)
101 SetRawExtension(messageWithExtension3b, 200, bytes)
102 SetRawExtension(messageWithExtension3c, 200, bytes2)
Dtext_test.go119 proto.SetRawExtension(msg, 201, b)
123 proto.SetRawExtension(msg, 202, b)
Dextensions.go210 func SetRawExtension(base Message, id int32, b []byte) { func
Dextensions_test.go73 proto.SetRawExtension(msg, pb.E_Ext_More.Field, []byte{})