HomeSort by relevance Sort by last modified time
    Searched refs:DescriptorPool (Results 101 - 125 of 150) sorted by null

1 2 3 45 6

  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 76 // DescriptorPool, using the given MessageFactory to construct sub-objects.
80 DescriptorPoolExtensionFinder(const DescriptorPool* pool,
89 const DescriptorPool* pool_;
96 const DescriptorPool* pool,
generated_message_reflection.cc 182 const DescriptorPool* descriptor_pool,
197 DescriptorPool::generated_pool() :
211 const DescriptorPool* descriptor_pool,
228 DescriptorPool::generated_pool() :
    [all...]
descriptor_database.cc 392 DescriptorPoolDatabase::DescriptorPoolDatabase(const DescriptorPool& pool)
descriptor_database_unittest.cc 158 DescriptorPool pool_;
message_unittest.cc 458 DescriptorPool pool;
extension_set.h 59 class DescriptorPool; // descriptor.h
147 // finding extensions from a DescriptorPool.
188 const DescriptorPool* pool,
199 // MUST exist in the DescriptorPool provided to the constructor. Otherwise,
    [all...]
extension_set_unittest.cc     [all...]
struct.pb.cc 51 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
156 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
    [all...]
api.pb.cc 41 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
141 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
    [all...]
  /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/src/google/protobuf/util/
type_resolver_util_test.cc 67 kUrlPrefix, DescriptorPool::generated_pool()));
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 345 class VkDescriptorSetObj : public vk_testing::DescriptorPool {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 54 class DescriptorPool; // descriptor.h
142 // finding extensions from a DescriptorPool.
182 const DescriptorPool* pool,
193 // MUST exist in the DescriptorPool provided to the constructor. Otheriwse,
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 54 class DescriptorPool; // descriptor.h
142 // finding extensions from a DescriptorPool.
182 const DescriptorPool* pool,
193 // MUST exist in the DescriptorPool provided to the constructor. Otheriwse,
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 54 class DescriptorPool; // descriptor.h
142 // finding extensions from a DescriptorPool.
182 const DescriptorPool* pool,
193 // MUST exist in the DescriptorPool provided to the constructor. Otheriwse,
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 54 class DescriptorPool; // descriptor.h
142 // finding extensions from a DescriptorPool.
182 const DescriptorPool* pool,
193 // MUST exist in the DescriptorPool provided to the constructor. Otheriwse,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 123 const DescriptorPool& alternate_pool,
398 // Proto compiler builds a DescriptorPool, which holds all the descriptors to
399 // generate, when processing the ".proto" files. We call this DescriptorPool
  /external/protobuf/ruby/tests/
basic.rb 9 pool = Google::Protobuf::DescriptorPool.new
916 s = Google::Protobuf::DescriptorPool.new
    [all...]
repeated_field_test.rb 595 pool = Google::Protobuf::DescriptorPool.new
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 59 class DescriptorPool; // descriptor.h
147 // finding extensions from a DescriptorPool.
188 const DescriptorPool* pool,
199 // MUST exist in the DescriptorPool provided to the constructor. Otherwise,
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 853 DescriptorPool pool;
    [all...]
parser_unittest.cc 79 class MockValidationErrorCollector : public DescriptorPool::ErrorCollector {
157 // Parse the text as a file and validate it (with a DescriptorPool), and
179 DescriptorPool pool_;
    [all...]
plugin.pb.cc 42 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
133 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 419 """Redo the same tests as above, but with a separate DescriptorPool."""
422 return descriptor_pool.DescriptorPool()
    [all...]

Completed in 1137 milliseconds

1 2 3 45 6