Home
last modified time | relevance | path

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

/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go422MapStringNestedMessage map[string]*TestAllTypes_NestedMessage `protobuf:"bytes,71,rep,name=map_st… member
914 return m.MapStringNestedMessage
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1430 …bc::MapField<string, global::Conformance.TestAllTypes.Types.NestedMessage> MapStringNestedMessage { property in Conformance.TestAllTypes
2009 if (!MapStringNestedMessage.Equals(other.MapStringNestedMessage)) return false; in Equals()
2123 hash ^= MapStringNestedMessage.GetHashCode(); in GetHashCode()