HomeSort by relevance Sort by last modified time
    Searched defs:DescriptorPool (Results 1 - 6 of 6) sorted by null

  /external/nanopb-c/generator/google/protobuf/
descriptor_pool.py 31 """Provides DescriptorPool to use as a container for proto2 descriptors.
33 The DescriptorPool is used in conjection with a DescriptorDatabase to maintain
43 pool = DescriptorPool()
61 class DescriptorPool(object):
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 31 """Provides DescriptorPool to use as a container for proto2 descriptors.
33 The DescriptorPool is used in conjection with a DescriptorDatabase to maintain
43 pool = DescriptorPool()
82 class DescriptorPool(object):
  /external/protobuf/src/google/protobuf/
descriptor.cc 176 // A DescriptorPool contains a bunch of hash_maps to implement the
333 // DescriptorPool::Tables
335 class DescriptorPool::Tables {
406 // This implements the body of DescriptorPool::Find*ByName(). It should
407 // really be a private method of DescriptorPool, but that would require
411 const DescriptorPool* pool, const string& name);
505 // FileDescriptorTables and DescriptorPool::Tables are interleaved below.
576 DescriptorPool::Tables::Tables()
585 DescriptorPool::Tables::~Tables() {
610 void DescriptorPool::Tables::AddCheckpoint()
    [all...]
descriptor.h 76 class DescriptorPool;
125 // Use DescriptorPool to construct your own descriptors.
166 // only be the case if this descriptor comes from a DescriptorPool
319 // Must be constructed using DescriptorPool.
337 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
341 // Use DescriptorPool to construct your own descriptors.
615 // Must be constructed using DescriptorPool.
673 // Must be constructed using DescriptorPool.
681 // for a generated enum type, call TypeName_descriptor(). Use DescriptorPool
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 261 // DescriptorPool's lookup tables. In the linking step, we look up all
262 // type references in the DescriptorPool, so that, for example, a
266 final DescriptorPool pool = new DescriptorPool(
415 private final DescriptorPool pool;
419 final DescriptorPool pool,
482 this.pool = new DescriptorPool(new FileDescriptor[0], true);
657 new DescriptorPool.DescriptorIntPair(this, number));
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 137 milliseconds