Home
last modified time | relevance | path

Searched defs:ObjectIntPair (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DObjectIntPair.cs9 internal struct ObjectIntPair<T> : IEquatable<ObjectIntPair<T>> where T : class struct
11 private readonly int number;
12 private readonly T obj;
14 internal ObjectIntPair(T obj, int number) in ObjectIntPair() method
20 public bool Equals(ObjectIntPair<T> other) in Equals()
26 public override bool Equals(object obj) in Equals()
35 public override int GetHashCode() in GetHashCode()
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DObjectIntPair.cs9 internal struct ObjectIntPair<T> : IEquatable<ObjectIntPair<T>> where T : class struct
11 private readonly int number;
12 private readonly T obj;
14 internal ObjectIntPair(T obj, int number) in ObjectIntPair() method
20 public bool Equals(ObjectIntPair<T> other) in Equals()
26 public override bool Equals(object obj) in Equals()
35 public override int GetHashCode() in GetHashCode()
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DObjectIntPair.cs9 internal struct ObjectIntPair<T> : IEquatable<ObjectIntPair<T>> where T : class struct
11 private readonly int number;
12 private readonly T obj;
14 internal ObjectIntPair(T obj, int number) in ObjectIntPair() method
20 public bool Equals(ObjectIntPair<T> other) in Equals()
26 public override bool Equals(object obj) in Equals()
35 public override int GetHashCode() in GetHashCode()
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java215 private static final class ObjectIntPair { class in ExtensionRegistryLite
219 ObjectIntPair(final Object object, final int number) { in ObjectIntPair() method in ExtensionRegistryLite.ObjectIntPair
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java215 private static final class ObjectIntPair { class in ExtensionRegistryLite
219 ObjectIntPair(final Object object, final int number) { in ObjectIntPair() method in ExtensionRegistryLite.ObjectIntPair
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java215 private static final class ObjectIntPair { class in ExtensionRegistryLite
219 ObjectIntPair(final Object object, final int number) { in ObjectIntPair() method in ExtensionRegistryLite.ObjectIntPair