/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
command_line_interface.h | 52 class DescriptorPool; // descriptor.h 244 bool EncodeOrDecode(const DescriptorPool* pool); 252 // depends on it, so that you can call DescriptorPool::BuildFile() on them
|
parser.h | 82 // and column numbers for errors reported by DescriptorPool during validation. 246 DescriptorPool::ErrorCollector::ErrorLocation location); 437 // DescriptorPool when validating descriptors -- to line and column numbers 443 // DescriptorPool. 455 DescriptorPool::ErrorCollector::ErrorLocation location, 460 DescriptorPool::ErrorCollector::ErrorLocation location, 468 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
command_line_interface.h | 53 class DescriptorPool; // descriptor.h 248 bool EncodeOrDecode(const DescriptorPool* pool); 262 // depends on it, so that you can call DescriptorPool::BuildFile() on them
|
parser.h | 81 // and column numbers for errors reported by DescriptorPool during validation. 251 DescriptorPool::ErrorCollector::ErrorLocation location); 529 // DescriptorPool when validating descriptors -- to line and column numbers 535 // DescriptorPool. 547 DescriptorPool::ErrorCollector::ErrorLocation location, 552 DescriptorPool::ErrorCollector::ErrorLocation location, 560 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
command_line_interface.h | 52 class DescriptorPool; // descriptor.h 244 bool EncodeOrDecode(const DescriptorPool* pool); 252 // depends on it, so that you can call DescriptorPool::BuildFile() on them
|
parser.h | 82 // and column numbers for errors reported by DescriptorPool during validation. 246 DescriptorPool::ErrorCollector::ErrorLocation location); 437 // DescriptorPool when validating descriptors -- to line and column numbers 443 // DescriptorPool. 455 DescriptorPool::ErrorCollector::ErrorLocation location, 460 DescriptorPool::ErrorCollector::ErrorLocation location, 468 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 359 DescriptorPool::ErrorCollector::ErrorLocation location) { 544 message, DescriptorPool::ErrorCollector::NAME); 696 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::TYPE); 715 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::NAME); 725 field, DescriptorPool::ErrorCollector::NUMBER); 753 group, DescriptorPool::ErrorCollector::NAME); 828 field, DescriptorPool::ErrorCollector::DEFAULT_VALUE); [all...] |
parser.h | 81 // and column numbers for errors reported by DescriptorPool during validation. 248 DescriptorPool::ErrorCollector::ErrorLocation location); 482 // DescriptorPool when validating descriptors -- to line and column numbers 488 // DescriptorPool. 500 DescriptorPool::ErrorCollector::ErrorLocation location, 505 DescriptorPool::ErrorCollector::ErrorLocation location, 513 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
|
/external/nanopb-c/generator/google/protobuf/ |
message_factory.py | 74 _POOL = descriptor_pool.DescriptorPool(_DB)
|
/external/protobuf/python/google/protobuf/ |
symbol_database.py | 36 SymbolDatabase exposes, or the DescriptorPool interface of the underlying 80 self.pool = descriptor_pool.DescriptorPool()
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
parser.h | 82 // and column numbers for errors reported by DescriptorPool during validation. 246 DescriptorPool::ErrorCollector::ErrorLocation location); 437 // DescriptorPool when validating descriptors -- to line and column numbers 443 // DescriptorPool. 455 DescriptorPool::ErrorCollector::ErrorLocation location, 460 DescriptorPool::ErrorCollector::ErrorLocation location, 468 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
parser.h | 82 // and column numbers for errors reported by DescriptorPool during validation. 246 DescriptorPool::ErrorCollector::ErrorLocation location); 437 // DescriptorPool when validating descriptors -- to line and column numbers 443 // DescriptorPool. 455 DescriptorPool::ErrorCollector::ErrorLocation location, 460 DescriptorPool::ErrorCollector::ErrorLocation location, 468 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
|
/external/protobuf/src/google/protobuf/ |
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...] |
descriptor_database.h | 59 // This is useful if you want to create a DescriptorPool which loads 62 // calling DescriptorPool::BuildFile() for each one. Instead, a DescriptorPool 315 DescriptorPoolDatabase(const DescriptorPool& pool); 330 const DescriptorPool& pool_;
|
descriptor_unittest.cc | 248 DescriptorPool pool_; 397 // All messages created from the same DescriptorPool share the same lookup 466 DescriptorPool pool_; 510 // All messages in the same DescriptorPool share a single lookup table for 711 DescriptorPool pool_; 814 DescriptorPool pool_; [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
descriptor.h | 85 class DescriptorPool; 171 // Use DescriptorPool to construct your own descriptors. 216 // only be the case if this descriptor comes from a DescriptorPool 416 // Must be constructed using DescriptorPool. 434 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber(). 438 // Use DescriptorPool to construct your own descriptors. 726 // Must be constructed using DescriptorPool. 791 // Must be constructed using DescriptorPool. [all...] |
descriptor_database.h | 59 // This is useful if you want to create a DescriptorPool which loads 62 // calling DescriptorPool::BuildFile() for each one. Instead, a DescriptorPool 315 explicit DescriptorPoolDatabase(const DescriptorPool& pool); 330 const DescriptorPool& pool_;
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor_database.h | 59 // This is useful if you want to create a DescriptorPool which loads 62 // calling DescriptorPool::BuildFile() for each one. Instead, a DescriptorPool 314 DescriptorPoolDatabase(const DescriptorPool& pool); 329 const DescriptorPool& pool_;
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
descriptor_database.h | 59 // This is useful if you want to create a DescriptorPool which loads 62 // calling DescriptorPool::BuildFile() for each one. Instead, a DescriptorPool 314 DescriptorPoolDatabase(const DescriptorPool& pool); 329 const DescriptorPool& pool_;
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
descriptor_database.h | 59 // This is useful if you want to create a DescriptorPool which loads 62 // calling DescriptorPool::BuildFile() for each one. Instead, a DescriptorPool 314 DescriptorPoolDatabase(const DescriptorPool& pool); 329 const DescriptorPool& pool_;
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
descriptor_database.h | 59 // This is useful if you want to create a DescriptorPool which loads 62 // calling DescriptorPool::BuildFile() for each one. Instead, a DescriptorPool 314 DescriptorPoolDatabase(const DescriptorPool& pool); 329 const DescriptorPool& pool_;
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream.h | 136 class DescriptorPool; 412 // The given DescriptorPool must contain m->GetDescriptor(). It is not 421 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an 422 // "underlay". Read the documentation for DescriptorPool for more 434 // DescriptorPool::generated_pool(), the factory MUST return the same 459 void SetExtensionRegistry(const DescriptorPool* pool, 462 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool 464 const DescriptorPool* GetExtensionPool(); 523 const DescriptorPool* extension_pool_; [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
coded_stream.h | 136 class DescriptorPool; 397 // The given DescriptorPool must contain m->GetDescriptor(). It is not 406 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an 407 // "underlay". Read the documentation for DescriptorPool for more 419 // DescriptorPool::generated_pool(), the factory MUST return the same 444 void SetExtensionRegistry(const DescriptorPool* pool, 447 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool 449 const DescriptorPool* GetExtensionPool(); 508 const DescriptorPool* extension_pool_; [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
coded_stream.h | 136 class DescriptorPool; 397 // The given DescriptorPool must contain m->GetDescriptor(). It is not 406 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an 407 // "underlay". Read the documentation for DescriptorPool for more 419 // DescriptorPool::generated_pool(), the factory MUST return the same 444 void SetExtensionRegistry(const DescriptorPool* pool, 447 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool 449 const DescriptorPool* GetExtensionPool(); 508 const DescriptorPool* extension_pool_; [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
coded_stream.h | 136 class DescriptorPool; 397 // The given DescriptorPool must contain m->GetDescriptor(). It is not 406 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an 407 // "underlay". Read the documentation for DescriptorPool for more 419 // DescriptorPool::generated_pool(), the factory MUST return the same 444 void SetExtensionRegistry(const DescriptorPool* pool, 447 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool 449 const DescriptorPool* GetExtensionPool(); 508 const DescriptorPool* extension_pool_; [all...] |