Searched defs:DescriptorIntPair (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs48 private readonly IDictionary<DescriptorIntPair, FieldDescriptor> fieldsByNumber =
49 new Dictionary<DescriptorIntPair, FieldDescriptor>();
51 private readonly IDictionary<DescriptorIntPair, EnumValueDescriptor> enumValuesByNumber =
52 new Dictionary<DescriptorIntPair, EnumValueDescriptor>();
212 fieldsByNumber.TryGetValue(new DescriptorIntPair(messageDescriptor, number), out ret);
219 enumValuesByNumber.TryGetValue(new DescriptorIntPair(enumDescriptor, number), out ret);
230 DescriptorIntPair key = new DescriptorIntPair(field.ContainingType, field.FieldNumber);
249 DescriptorIntPair key = new DescriptorIntPair(enumValu
336 private struct DescriptorIntPair : IEquatable<DescriptorIntPair> struct in class:Google.Protobuf.Reflection.DescriptorPool
341 internal DescriptorIntPair(IDescriptor descriptor, int number) method in struct:Google.Protobuf.Reflection.DescriptorPool.DescriptorIntPair
[all...]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionRegistry.java185 new DescriptorIntPair(containingType, fieldNumber));
197 new DescriptorIntPair(containingType, fieldNumber));
210 for (DescriptorIntPair pair : mutableExtensionsByNumber.keySet()) {
228 for (DescriptorIntPair pair : immutableExtensionsByNumber.keySet()) {
291 new HashMap<DescriptorIntPair, ExtensionInfo>();
293 new HashMap<DescriptorIntPair, ExtensionInfo>();
310 private final Map<DescriptorIntPair, ExtensionInfo> immutableExtensionsByNumber;
311 private final Map<DescriptorIntPair, ExtensionInfo> mutableExtensionsByNumber;
320 Collections.<DescriptorIntPair, ExtensionInfo>emptyMap();
322 Collections.<DescriptorIntPair, ExtensionInf
370 private static final class DescriptorIntPair { class in class:ExtensionRegistry
374 DescriptorIntPair(final Descriptor descriptor, final int number) { method in class:ExtensionRegistry.DescriptorIntPair
[all...]
H A DDescriptors.java726 new DescriptorPool.DescriptorIntPair(this, number));
1596 new DescriptorPool.DescriptorIntPair(this, number));
2154 private final Map<DescriptorIntPair, FieldDescriptor> fieldsByNumber =
2155 new HashMap<DescriptorIntPair, FieldDescriptor>();
2156 private final Map<DescriptorIntPair, EnumValueDescriptor> enumValuesByNumber
2157 = new HashMap<DescriptorIntPair, EnumValueDescriptor>();
2408 private static final class DescriptorIntPair { class in class:Descriptors.DescriptorPool
2412 DescriptorIntPair(final GenericDescriptor descriptor, final int number) { method in class:Descriptors.DescriptorPool.DescriptorIntPair
2423 if (!(obj instanceof DescriptorIntPair)) {
2426 final DescriptorIntPair othe
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc238 typedef pair<const Descriptor*, int> DescriptorIntPair; typedef in namespace:google::protobuf::__anon16391
337 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
338 PointerIntegerPairHash<DescriptorIntPair> >
347 typedef map<DescriptorIntPair, const FieldDescriptor*>
548 vector<DescriptorIntPair> extensions_after_checkpoint_;
959 DescriptorIntPair key(field->containing_type(), field->number());
970 DescriptorIntPair key(field->containing_type(), field->number());
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 122 milliseconds