HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 26 - 50 of 626) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/protobuf/src/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...]
  /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...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
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/
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/
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/
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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/
AcpiVariableHobOnSmramReserveHobThunk.c 105 // Increase the number of SMRAM descriptors by 1 to make room for the ALLOCATED descriptor of size EFI_PAGE_SIZE
113 CopyMem (&NewDescriptorBlock->Descriptor[SmramRanges], &NewDescriptorBlock->Descriptor[SmramRanges - 1], sizeof(EFI_SMRAM_DESCRIPTOR));
118 NewDescriptorBlock->Descriptor[SmramRanges - 1].PhysicalSize = EFI_PAGE_SIZE;
119 NewDescriptorBlock->Descriptor[SmramRanges - 1].RegionState |= EFI_ALLOCATED;
122 // Reduce the size of the last SMRAM descriptor by EFI_PAGE_SIZE
124 NewDescriptorBlock->Descriptor[SmramRanges].PhysicalStart += EFI_PAGE_SIZE;
125 NewDescriptorBlock->Descriptor[SmramRanges].CpuStart += EFI_PAGE_SIZE;
126 NewDescriptorBlock->Descriptor[SmramRanges].PhysicalSize -= EFI_PAGE_SIZE;
134 if (NewDescriptorBlock->Descriptor[Index].PhysicalSize == 0) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
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...]
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_message_builder_lite.h 61 explicit MessageBuilderLiteGenerator(const Descriptor* descriptor,
70 const Descriptor* descriptor_;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.java 29 return new ChangeLayoutRefactoring.Descriptor(project, description, comment, arguments);
34 public Map retrieveArgumentMap(RefactoringDescriptor descriptor) {
35 if (descriptor instanceof ChangeLayoutRefactoring.Descriptor) {
36 return ((ChangeLayoutRefactoring.Descriptor) descriptor).getArguments();
38 return super.retrieveArgumentMap(descriptor);
ChangeViewContribution.java 29 return new ChangeViewRefactoring.Descriptor(project, description, comment, arguments);
34 public Map retrieveArgumentMap(RefactoringDescriptor descriptor) {
35 if (descriptor instanceof ChangeViewRefactoring.Descriptor) {
36 return ((ChangeViewRefactoring.Descriptor) descriptor).getArguments();
38 return super.retrieveArgumentMap(descriptor);
ExtractIncludeContribution.java 29 return new ExtractIncludeRefactoring.Descriptor(project, description, comment, arguments);
34 public Map retrieveArgumentMap(RefactoringDescriptor descriptor) {
35 if (descriptor instanceof ExtractIncludeRefactoring.Descriptor) {
36 return ((ExtractIncludeRefactoring.Descriptor) descriptor).getArguments();
38 return super.retrieveArgumentMap(descriptor);
ExtractStyleContribution.java 29 return new ExtractStyleRefactoring.Descriptor(project, description, comment, arguments);
34 public Map retrieveArgumentMap(RefactoringDescriptor descriptor) {
35 if (descriptor instanceof ExtractStyleRefactoring.Descriptor) {
36 return ((ExtractStyleRefactoring.Descriptor) descriptor).getArguments();
38 return super.retrieveArgumentMap(descriptor);
UnwrapContribution.java 29 return new UnwrapRefactoring.Descriptor(project, description, comment, arguments);
34 public Map retrieveArgumentMap(RefactoringDescriptor descriptor) {
35 if (descriptor instanceof UnwrapRefactoring.Descriptor) {
36 return ((UnwrapRefactoring.Descriptor) descriptor).getArguments();
38 return super.retrieveArgumentMap(descriptor);
WrapInContribution.java 29 return new WrapInRefactoring.Descriptor(project, description, comment, arguments);
34 public Map retrieveArgumentMap(RefactoringDescriptor descriptor) {
35 if (descriptor instanceof WrapInRefactoring.Descriptor) {
36 return ((WrapInRefactoring.Descriptor) descriptor).getArguments();
38 return super.retrieveArgumentMap(descriptor);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TestBadIdentifiers.java 53 String descriptorField = TestBadIdentifiersProto.Descriptor
55 Descriptors.Descriptor protoDescriptor = TestBadIdentifiersProto.Descriptor
57 String nestedDescriptorField = TestBadIdentifiersProto.Descriptor
59 Descriptors.Descriptor nestedProtoDescriptor = TestBadIdentifiersProto
60 .Descriptor.NestedDescriptor.getDefaultInstance()
  /external/protobuf/src/google/protobuf/
descriptor.h 36 // You can use a message's descriptor to learn at runtime what fields
76 class Descriptor;
87 // Defined in descriptor.proto
109 // Defined in descriptor.cc
143 // See the comments in SourceCodeInfo.Location (descriptor.proto) for details.
149 // Options when generating machine-parsable output from a descriptor with
168 // message. To obtain the Descriptor for a given message object, call
170 // static method called descriptor() which returns the type's descriptor.
172 class LIBPROTOBUF_EXPORT Descriptor {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 36 // You can use a message's descriptor to learn at runtime what fields
76 class Descriptor;
87 // Defined in descriptor.proto
109 // Defined in descriptor.cc
143 // See the comments in SourceCodeInfo.Location (descriptor.proto) for details.
149 // Options when generating machine-parsable output from a descriptor with
168 // message. To obtain the Descriptor for a given message object, call
170 // static method called descriptor() which returns the type's descriptor.
172 class LIBPROTOBUF_EXPORT Descriptor {
    [all...]
  /system/bt/service/test/
parcelable_unittest.cc 35 using bluetooth::Descriptor;
149 Descriptor s = Descriptor(0x0000, UUID::GetRandom(),
151 Descriptor s2 = Descriptor(0xFFFE, UUID::GetRandom(),
153 Descriptor s3 = Descriptor(0x003D, UUID::GetRandom(),
158 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s);
162 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s2);
166 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s3)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.h 42 class Descriptor;
128 const Descriptor* desc,
155 const Descriptor* desc,
170 const Descriptor* desc,
207 const Descriptor* desc) const;
210 const Descriptor* desc) const;
213 const Descriptor* desc) const;
216 const Descriptor* desc) const;
222 const Descriptor* desc) const;
228 const Descriptor* desc) const
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/
js_generator.h 42 class Descriptor;
128 const Descriptor* desc,
155 const Descriptor* desc,
170 const Descriptor* desc,
207 const Descriptor* desc) const;
210 const Descriptor* desc) const;
213 const Descriptor* desc) const;
216 const Descriptor* desc) const;
222 const Descriptor* desc) const;
228 const Descriptor* desc) const
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
SmramMemoryReserve.h 6 * the data structure of SMRAM descriptor to describe SMRAM candidate regions
54 EFI_SMRAM_DESCRIPTOR Descriptor[1];
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.h 37 #include <google/protobuf/descriptor.h>
68 // The C++ descriptor database used to fetch unknown protos. Can be NULL.
82 // Descriptor pointers stored here are owned by the DescriptorPool above.
84 typedef hash_map<const Descriptor*, CMessageClass*> ClassesByMessageMap;
87 // Cache the options for any kind of descriptor.
88 // Descriptor pointers are owned by the DescriptorPool above.
99 // Returns a message Descriptor, or NULL if not found.
100 const Descriptor* FindMessageTypeByName(PyDescriptorPool* self,
103 // Registers a new Python class for the given message descriptor.
106 const Descriptor* message_descriptor
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.h 41 #include <google/protobuf/descriptor.h>
67 void ResetTypeInfo(const vector<const Descriptor*>& descriptors);
70 void ResetTypeInfo(const Descriptor* descriptor);
71 void ResetTypeInfo(const Descriptor* descriptor1,
72 const Descriptor* descriptor2);

Completed in 171 milliseconds

12 3 4 5 6 7 8 91011>>