Searched refs:DescriptorIntPair (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistry.java153 new DescriptorIntPair(containingType, fieldNumber));
197 this.extensionsByNumber = new HashMap<DescriptorIntPair, ExtensionInfo>();
208 private final Map<DescriptorIntPair, ExtensionInfo> extensionsByNumber;
214 Collections.<DescriptorIntPair, ExtensionInfo>emptyMap();
227 new DescriptorIntPair(extension.descriptor.getContainingType(),
244 private static final class DescriptorIntPair { class in class:ExtensionRegistry
248 DescriptorIntPair(final Descriptor descriptor, final int number) { method in class:ExtensionRegistry.DescriptorIntPair
259 if (!(obj instanceof DescriptorIntPair)) {
262 final DescriptorIntPair other = (DescriptorIntPair)ob
[all...]
H A DDescriptors.java510 new DescriptorPool.DescriptorIntPair(this, number));
1197 new DescriptorPool.DescriptorIntPair(this, number));
1608 private final Map<DescriptorIntPair, FieldDescriptor> fieldsByNumber =
1609 new HashMap<DescriptorIntPair, FieldDescriptor>();
1610 private final Map<DescriptorIntPair, EnumValueDescriptor> enumValuesByNumber
1611 = new HashMap<DescriptorIntPair, EnumValueDescriptor>();
1787 private static final class DescriptorIntPair { class in class:Descriptors.DescriptorPool
1791 DescriptorIntPair(final GenericDescriptor descriptor, final int number) { method in class:Descriptors.DescriptorPool.DescriptorIntPair
1802 if (!(obj instanceof DescriptorIntPair)) {
1805 final DescriptorIntPair othe
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc211 typedef pair<const Descriptor*, int> DescriptorIntPair; typedef in namespace:google::protobuf::__anon14819
305 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
306 PointerIntegerPairHash<DescriptorIntPair> >
315 typedef map<DescriptorIntPair, const FieldDescriptor*>
471 vector<DescriptorIntPair> extensions_after_checkpoint_;
775 DescriptorIntPair key(field->containing_type(), field->number());
786 DescriptorIntPair key(field->containing_type(), field->number());
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc196 typedef pair<const Descriptor*, int> DescriptorIntPair; typedef in namespace:google::protobuf::__anon28966
289 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
290 PointerIntegerPairHash<DescriptorIntPair> >
299 typedef map<DescriptorIntPair, const FieldDescriptor*>
412 vector<DescriptorIntPair> extensions_after_checkpoint_;
683 DescriptorIntPair key(field->containing_type(), field->number());
694 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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 242 milliseconds