Home
last modified time | relevance | path

Searched refs:MapStringBytes (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go421MapStringBytes map[string][]byte `protobuf:"bytes,70,rep,name=map_st… member
907 return m.MapStringBytes
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1421 public pbc::MapField<string, pb::ByteString> MapStringBytes { property in Conformance.TestAllTypes
2008 if (!MapStringBytes.Equals(other.MapStringBytes)) return false; in Equals()
2122 hash ^= MapStringBytes.GetHashCode(); in GetHashCode()