HomeSort by relevance Sort by last modified time
    Searched refs:DescriptorIntPair (Results 1 - 12 of 12) sorted by null

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ExtensionRegistry.java 185 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, ExtensionInfo>emptyMap()
    [all...]
Descriptors.java 726 new DescriptorPool.DescriptorIntPair(this, number));
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 48 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(enumValue.EnumDescriptor, enumValue.Number)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 238 typedef pair<const Descriptor*, int> DescriptorIntPair;
337 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
338 PointerIntegerPairHash<DescriptorIntPair> >
347 typedef map<DescriptorIntPair, const FieldDescriptor*>
548 vector<DescriptorIntPair> extensions_after_checkpoint_;
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 395 milliseconds