HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 46 class Descriptor;
77 void PrintNestedEnums(const Descriptor& descriptor) const;
85 const Descriptor& message_descriptor,
88 int (Descriptor::*CountFn)() const,
89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
93 void PrintDescriptor(const Descriptor& message_descriptor) const;
94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 46 class Descriptor;
77 void PrintNestedEnums(const Descriptor& descriptor) const;
85 const Descriptor& message_descriptor,
88 int (Descriptor::*CountFn)() const,
89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
93 void PrintDescriptor(const Descriptor& message_descriptor) const;
94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 46 class Descriptor;
77 void PrintNestedEnums(const Descriptor& descriptor) const;
85 const Descriptor& message_descriptor,
88 int (Descriptor::*CountFn)() const,
89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
93 void PrintDescriptor(const Descriptor& message_descriptor) const;
94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 46 class Descriptor;
77 void PrintNestedEnums(const Descriptor& descriptor) const;
85 const Descriptor& message_descriptor,
88 int (Descriptor::*CountFn)() const,
89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
93 void PrintDescriptor(const Descriptor& message_descriptor) const;
94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 47 class Descriptor;
78 void PrintNestedEnums(const Descriptor& descriptor) const;
86 const Descriptor& message_descriptor,
89 int (Descriptor::*CountFn)() const,
90 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
91 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
92 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
94 void PrintDescriptor(const Descriptor& message_descriptor) const;
95 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 46 class Descriptor;
77 void PrintNestedEnums(const Descriptor& descriptor) const;
85 const Descriptor& message_descriptor,
88 int (Descriptor::*CountFn)() const,
89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
93 void PrintDescriptor(const Descriptor& message_descriptor) const;
94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
DescriptorProcessor.java 28 public void process (WebAppContext context, Descriptor descriptor) throws Exception;
IterativeDescriptorProcessor.java 35 public static final Class<?>[] __signature = new Class[]{WebAppContext.class, Descriptor.class, XmlParser.Node.class};
37 public abstract void start(WebAppContext context, Descriptor descriptor);
38 public abstract void end(WebAppContext context, Descriptor descriptor);
43 * public void method (Descriptor descriptor, XmlParser.Node node)
56 public void process(WebAppContext context, Descriptor descriptor)
59 if (descriptor == null
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptorBase.java 25 @Descriptor(tags = 0x00)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/java/
java_names.h 35 // Provides a mechanism for mapping a descriptor to the
46 class Descriptor;
55 // descriptor != NULL
59 string ClassName(const Descriptor* descriptor);
62 // descriptor != NULL
66 string ClassName(const EnumDescriptor* descriptor);
69 // descriptor != NULL
73 string ClassName(const FileDescriptor* descriptor);
76 // descriptor != NUL
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.h 50 class Descriptor; // descriptor.h
51 class DescriptorPool; // descriptor.h
59 // Descriptor. DynamicMessage provides this.
65 // the cached information for a particular descriptor could outlive the
66 // descriptor itself. To avoid this problem, DynamicMessageFactory
88 // Descriptor d for which:
99 // Given a Descriptor, constructs the default (prototype) Message of that
103 // Calling this method twice with the same Descriptor returns the same
110 // The given descriptor must outlive the returned message, and hence mus
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
dynamic_message.h 54 class Descriptor; // descriptor.h
55 class DescriptorPool; // descriptor.h
63 // Descriptor. DynamicMessage provides this.
69 // the cached information for a particular descriptor could outlive the
70 // descriptor itself. To avoid this problem, DynamicMessageFactory
92 // Descriptor d for which:
103 // Given a Descriptor, constructs the default (prototype) Message of that
107 // Calling this method twice with the same Descriptor returns the same
114 // The given descriptor must outlive the returned message, and hence mus
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
dynamic_message.h 48 class Descriptor; // descriptor.h
49 class DescriptorPool; // descriptor.h
57 // Descriptor. DynamicMessage provides this.
63 // the cached information for a particular descriptor could outlive the
64 // descriptor itself. To avoid this problem, DynamicMessageFactory
86 // Descriptor d for which:
97 // Given a Descriptor, constructs the default (prototype) Message of that
101 // Calling this method twice with the same Descriptor returns the same
108 // The given descriptor must outlive the returned message, and hence mus
    [all...]
descriptor.h 36 // You can use a message's descriptor to learn at runtime what fields
70 class Descriptor;
80 // Defined in descriptor.proto
101 // Defined in descriptor.cc
123 // message. To obtain the Descriptor for a given message object, call
125 // static method called descriptor() which returns the type's descriptor.
127 class LIBPROTOBUF_EXPORT Descriptor {
139 // Index of this descriptor within the file or containing type's message
146 // If this Descriptor describes a nested type, this returns the typ
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
dynamic_message.h 48 class Descriptor; // descriptor.h
49 class DescriptorPool; // descriptor.h
57 // Descriptor. DynamicMessage provides this.
63 // the cached information for a particular descriptor could outlive the
64 // descriptor itself. To avoid this problem, DynamicMessageFactory
86 // Descriptor d for which:
97 // Given a Descriptor, constructs the default (prototype) Message of that
101 // Calling this method twice with the same Descriptor returns the same
108 // The given descriptor must outlive the returned message, and hence mus
    [all...]
descriptor.h 36 // You can use a message's descriptor to learn at runtime what fields
70 class Descriptor;
80 // Defined in descriptor.proto
101 // Defined in descriptor.cc
123 // message. To obtain the Descriptor for a given message object, call
125 // static method called descriptor() which returns the type's descriptor.
127 class LIBPROTOBUF_EXPORT Descriptor {
139 // Index of this descriptor within the file or containing type's message
146 // If this Descriptor describes a nested type, this returns the typ
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
dynamic_message.h 48 class Descriptor; // descriptor.h
49 class DescriptorPool; // descriptor.h
57 // Descriptor. DynamicMessage provides this.
63 // the cached information for a particular descriptor could outlive the
64 // descriptor itself. To avoid this problem, DynamicMessageFactory
86 // Descriptor d for which:
97 // Given a Descriptor, constructs the default (prototype) Message of that
101 // Calling this method twice with the same Descriptor returns the same
108 // The given descriptor must outlive the returned message, and hence mus
    [all...]
descriptor.h 36 // You can use a message's descriptor to learn at runtime what fields
70 class Descriptor;
80 // Defined in descriptor.proto
101 // Defined in descriptor.cc
123 // message. To obtain the Descriptor for a given message object, call
125 // static method called descriptor() which returns the type's descriptor.
127 class LIBPROTOBUF_EXPORT Descriptor {
139 // Index of this descriptor within the file or containing type's message
146 // If this Descriptor describes a nested type, this returns the typ
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
dynamic_message.h 48 class Descriptor; // descriptor.h
49 class DescriptorPool; // descriptor.h
57 // Descriptor. DynamicMessage provides this.
63 // the cached information for a particular descriptor could outlive the
64 // descriptor itself. To avoid this problem, DynamicMessageFactory
86 // Descriptor d for which:
97 // Given a Descriptor, constructs the default (prototype) Message of that
101 // Calling this method twice with the same Descriptor returns the same
108 // The given descriptor must outlive the returned message, and hence mus
    [all...]
descriptor.h 36 // You can use a message's descriptor to learn at runtime what fields
70 class Descriptor;
80 // Defined in descriptor.proto
101 // Defined in descriptor.cc
123 // message. To obtain the Descriptor for a given message object, call
125 // static method called descriptor() which returns the type's descriptor.
127 class LIBPROTOBUF_EXPORT Descriptor {
139 // Index of this descriptor within the file or containing type's message
146 // If this Descriptor describes a nested type, this returns the typ
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 39 #include <google/protobuf/descriptor.pb.h>
40 #include <google/protobuf/descriptor.h>
67 string UniqueFileScopeIdentifier(const Descriptor* descriptor);
96 string ClassName(const Descriptor* descriptor);
97 string ClassName(const EnumDescriptor* descriptor);
98 string ClassName(const ServiceDescriptor* descriptor);
99 string ClassName(const FileDescriptor* descriptor);
103 string ExtraMessageInterfaces(const Descriptor* descriptor)
    [all...]
java_generator_factory.h 40 class FieldDescriptor; // descriptor.h
41 class Descriptor; // descriptor.h
42 class ServiceDescriptor; // descriptor.h
63 const Descriptor* descriptor) const = 0;
66 const FieldDescriptor* descriptor) const = 0;
69 const ServiceDescriptor* descriptor) const = 0;
82 const Descriptor* descriptor) const
    [all...]
  /external/libchrome/base/posix/
global_descriptors.h 34 // It maps from an abstract key to a descriptor. If independent modules each
40 struct Descriptor {
41 Descriptor(Key key, int fd);
42 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region);
51 typedef std::vector<Descriptor> Mapping;
53 // Often we want a canonical descriptor for a given Key. In this case, we add
64 // Get a descriptor given a key. It is a fatal error if the key is not known.
67 // Get a descriptor given a key. Returns -1 on error.
73 // Set the descriptor for the given |key|. This sets the region associated
77 // Set the descriptor and |region| for the given |key|
    [all...]
  /external/v8/src/
property.h 16 // Abstraction for elements in instance-descriptor arrays.
18 // Each descriptor has a key, property attributes, property type,
19 // property index (in the actual instance-descriptor array) and
21 class Descriptor BASE_EMBEDDED {
35 Descriptor() : details_(Smi::FromInt(0)) {}
44 Descriptor(Handle<Name> key, Handle<Object> value, PropertyDetails details)
49 Descriptor(Handle<Name> key, Handle<Object> value,
63 std::ostream& operator<<(std::ostream& os, const Descriptor& d);
66 class DataDescriptor final : public Descriptor {
74 : Descriptor(key, wrapped_field_type, attributes, DATA, representation
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_names.h 35 // Provides a mechanism for mapping a descriptor to the
46 class Descriptor;
55 // descriptor != NULL
58 // The namespace to use for given file descriptor.
59 string GetFileNamespace(const FileDescriptor* descriptor);
62 // descriptor != NULL
66 string GetClassName(const Descriptor* descriptor);
69 // descriptor != NULL
73 // access to the file descriptor. Proto compiler generate
    [all...]

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 91011>>