Searched defs:DescriptorPool (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java215 // 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));
1197 new DescriptorPool.DescriptorIntPair(this, number));
1510 * {@code DescriptorPool}'s life easier.
1584 private static final class DescriptorPool { class in class:Descriptors
1585 DescriptorPool(final FileDescriptor[] dependencies) { method in class:Descriptors.DescriptorPool
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h74 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 t
932 class LIBPROTOBUF_EXPORT DescriptorPool { class in namespace:google::protobuf
[all...]
H A Ddescriptor.cc156 // 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
751 DescriptorPool::DescriptorPool() function in class:google::protobuf::DescriptorPool
760 DescriptorPool::DescriptorPool(DescriptorDatabase* fallback_database, function in class:google::protobuf::DescriptorPool
771 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) function in class:google::protobuf::DescriptorPool
[all...]

Completed in 66 milliseconds