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

  /external/chromium_org/third_party/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()
61 class DescriptorPool(object):
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 78 class DescriptorPool;
126 // Use DescriptorPool to construct your own descriptors.
301 // Must be constructed using DescriptorPool.
318 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
322 // Use DescriptorPool to construct your own descriptors.
579 // Must be constructed using DescriptorPool.
588 // for a generated enum type, call TypeName_descriptor(). Use DescriptorPool
667 // Must be constructed using DescriptorPool.
680 // EnumDescriptor::FindValueByNumber(). Use DescriptorPool to construc
    [all...]
descriptor.cc 171 // A DescriptorPool contains a bunch of hash_maps to implement the
321 // DescriptorPool::Tables
323 class DescriptorPool::Tables {
386 // This implements the body of DescriptorPool::Find*ByName(). It should
387 // really be a private method of DescriptorPool, but that would require
391 const DescriptorPool* pool, const string& name) const;
485 // FileDescriptorTables and DescriptorPool::Tables are interleaved below.
540 DescriptorPool::Tables::Tables()
548 DescriptorPool::Tables::~Tables() {
573 void DescriptorPool::Tables::AddCheckpoint()
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 74 class DescriptorPool;
107 // Use DescriptorPool to construct your own descriptors.
271 // Must be constructed using DescriptorPool.
288 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
292 // Use DescriptorPool to construct your own descriptors.
532 // Must be constructed using DescriptorPool.
541 // for a generated enum type, call TypeName_descriptor(). Use DescriptorPool
609 // Must be constructed using DescriptorPool.
622 // EnumDescriptor::FindValueByNumber(). Use DescriptorPool to construc
    [all...]
descriptor.cc 156 // A DescriptorPool contains a bunch of hash_maps to implement the
305 // DescriptorPool::Tables
307 class DescriptorPool::Tables {
345 // This implements the body of DescriptorPool::Find*ByName(). It should
346 // really be a private method of DescriptorPool, but that would require
350 const DescriptorPool* pool, const string& name) const;
426 // FileDescriptorTables and DescriptorPool::Tables are interleaved below.
481 DescriptorPool::Tables::Tables()
486 DescriptorPool::Tables::~Tables() {
502 void DescriptorPool::Tables::Checkpoint()
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 215 // DescriptorPool's lookup tables. In the linking step, we look up all
216 // type references in the DescriptorPool, so that, for example, a
220 final DescriptorPool pool = new DescriptorPool(dependencies);
329 private final DescriptorPool pool;
333 final DescriptorPool pool)
510 new DescriptorPool.DescriptorIntPair(this, number));
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 376 milliseconds