HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 176 - 200 of 667) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/benchmarks/
generate_datasets.cc 36 using google::protobuf::Descriptor;
56 const Descriptor* d =
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 52 class Descriptor; // descriptor.h
53 class DescriptorPool; // descriptor.h
54 class FileDescriptor; // descriptor.h
55 class FileDescriptorProto; // descriptor.pb.h
148 // descriptor.proto). This is piped to the plugin's stdin. The set will
289 void PrintFreeFieldNumbers(const Descriptor* descriptor);
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_field.h 38 #include <google/protobuf/descriptor.h>
97 FieldGenerator(const FieldDescriptor* descriptor, const Options& options);
121 SingleFieldGenerator(const FieldDescriptor* descriptor,
138 ObjCObjFieldGenerator(const FieldDescriptor* descriptor,
157 RepeatedFieldGenerator(const FieldDescriptor* descriptor,
166 // Convenience class which constructs FieldGenerators for a Descriptor.
169 FieldGeneratorMap(const Descriptor* descriptor, const Options& options);
184 const Descriptor* descriptor_;
  /external/protobuf/src/google/protobuf/
map_test_util.h 91 // base_descriptor must be a descriptor for TestMap, which is used for
94 explicit MapReflectionTester(const Descriptor* base_descriptor);
113 const Descriptor* base_descriptor_;
  /external/protobuf/src/google/protobuf/util/
field_mask_util.h 36 #include <google/protobuf/descriptor.h>
63 return InternalIsValidPath(T::descriptor(), path);
70 if (!InternalIsValidPath(T::descriptor(), mask.paths(i))) return false;
87 InternalGetFieldMaskForAllFields(T::descriptor(), out);
144 static bool InternalIsValidPath(const Descriptor* descriptor,
147 static void InternalGetFieldMaskForAllFields(const Descriptor* descriptor,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 52 class Descriptor; // descriptor.h
53 class DescriptorPool; // descriptor.h
54 class FileDescriptor; // descriptor.h
55 class FileDescriptorProto; // descriptor.pb.h
148 // descriptor.proto). This is piped to the plugin's stdin. The set will
289 void PrintFreeFieldNumbers(const Descriptor* descriptor);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_mask_util.h 36 #include <google/protobuf/descriptor.h>
63 return InternalIsValidPath(T::descriptor(), path);
70 if (!InternalIsValidPath(T::descriptor(), mask.paths(i))) return false;
87 InternalGetFieldMaskForAllFields(T::descriptor(), out);
144 static bool InternalIsValidPath(const Descriptor* descriptor,
147 static void InternalGetFieldMaskForAllFields(const Descriptor* descriptor,
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 16 #region Descriptor
17 /// <summary>File descriptor for unittest_issues.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:UnitTest.Issues.TestProtos.UnittestIssuesReflection
51 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
91 public static pbr::MessageDescriptor Descriptor {
92 get { return global::UnitTest.Issues.TestProtos.UnittestIssuesReflection.Descriptor.MessageTypes[0]; }
95 pbr::MessageDescriptor pb::IMessage.Descriptor {
96 get { return Descriptor; }
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Mmu.c 273 // iterate through each 1MB descriptor
356 UINT32 Descriptor;
430 // Read the descriptor from the first level page table
431 Descriptor = FirstLevelTable[FirstLevelIdx];
433 // Does this descriptor need to be converted from section entry to 4K pages?
434 if (!TT_DESCRIPTOR_SECTION_TYPE_IS_PAGE_TABLE(Descriptor)) {
441 // Re-read descriptor
442 Descriptor = FirstLevelTable[FirstLevelIdx];
446 PageTable = (ARM_PAGE_TABLE_ENTRY *)TT_DESCRIPTOR_PAGE_BASE_ADDRESS(Descriptor);
504 UINT32 Descriptor;
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 407 oldname = Descriptor.toJvmName(oldname);
408 newname = Descriptor.toJvmName(newname);
417 minfo.setDescriptor(Descriptor.rename(desc, oldname, newname));
426 finfo.setDescriptor(Descriptor.rename(desc, oldname, newname));
441 String jvmNewThisName = (String)classnames.get(Descriptor
444 thisclassname = Descriptor.toJavaName(jvmNewThisName);
454 minfo.setDescriptor(Descriptor.rename(desc, classnames));
463 finfo.setDescriptor(Descriptor.rename(desc, classnames));
481 Descriptor.rename(desc, classnames);
490 Descriptor.rename(desc, classnames)
660 String descriptor = newMinfo.getDescriptor(); local
    [all...]
CodeAnalyzer.java 231 stack += Descriptor.dataSize(desc) - 1;
235 stack += Descriptor.dataSize(desc);
240 stack += Descriptor.dataSize(desc) - 1;
260 return Descriptor.dataSize(desc);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 42 #include <google/protobuf/descriptor.pb.h>
151 string UniqueFileScopeIdentifier(const Descriptor* descriptor) {
152 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true);
214 string ClassName(const Descriptor* descriptor) {
216 return name_resolver.GetClassName(descriptor, true);
219 string ClassName(const EnumDescriptor* descriptor) {
221 return name_resolver.GetClassName(descriptor, true);
224 string ClassName(const ServiceDescriptor* descriptor) {
    [all...]
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
JsonFormat.java 47 import com.google.protobuf.Descriptors.Descriptor;
259 Collections.<String, Descriptor>emptyMap());
274 public Descriptor find(String name) {
278 private final Map<String, Descriptor> types;
280 private TypeRegistry(Map<String, Descriptor> types) {
294 public Builder add(Descriptor messageType) {
307 public Builder add(Iterable<Descriptor> messageTypes) {
312 for (Descriptor type : messageTypes) {
337 for (Descriptor message : file.getMessageTypes()) {
342 private void addMessage(Descriptor message)
560 Descriptor descriptor = message.getDescriptorForType(); local
600 Descriptor descriptor = message.getDescriptorForType(); local
639 Descriptor descriptor = message.getDescriptorForType(); local
669 Descriptor descriptor = message.getDescriptorForType(); local
1145 Descriptor descriptor = builder.getDescriptorForType(); local
1218 Descriptor descriptor = builder.getDescriptorForType(); local
1228 Descriptor descriptor = builder.getDescriptorForType(); local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/
LegacyRegion2OnLegacyRegionThunk.h 158 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
160 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
174 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/
LegacyRegion2.h 156 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
158 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
172 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
LegacyRegion2.h 183 /// Attribute of the Legacy Region Descriptor that
203 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
205 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
219 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
LegacyRegion.h 185 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
187 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
201 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/
SmmAccessDriver.c 102 mSmmAccess.SmramDesc[Index].PhysicalStart = DescriptorBlock->Descriptor[Index].PhysicalStart;
103 mSmmAccess.SmramDesc[Index].CpuStart = DescriptorBlock->Descriptor[Index].CpuStart;
104 mSmmAccess.SmramDesc[Index].PhysicalSize = DescriptorBlock->Descriptor[Index].PhysicalSize;
105 mSmmAccess.SmramDesc[Index].RegionState = DescriptorBlock->Descriptor[Index].RegionState;
174 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
226 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
300 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/
SmmAccessPei.c 81 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
135 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
209 EFI_INVALID_PARAMETER - The descriptor index was out of bounds.
351 SmmAccessPrivate->SmramDesc[Index].PhysicalStart = DescriptorBlock->Descriptor[Index].PhysicalStart;
352 SmmAccessPrivate->SmramDesc[Index].CpuStart = DescriptorBlock->Descriptor[Index].CpuStart;
353 SmmAccessPrivate->SmramDesc[Index].PhysicalSize = DescriptorBlock->Descriptor[Index].PhysicalSize;
354 SmmAccessPrivate->SmramDesc[Index].RegionState = DescriptorBlock->Descriptor[Index].RegionState;
  /external/javassist/src/main/javassist/
SerialVersionUID.java 204 return Descriptor.toJavaName(Descriptor.toJvmName(clazz));
208 return Descriptor.toJavaName(Descriptor.toJvmName(name));
  /external/javassist/src/main/javassist/bytecode/annotation/
Annotation.java 19 import javassist.bytecode.Descriptor;
86 this(cp.addUtf8Info(Descriptor.of(typeName)), cp);
102 this(cp.addUtf8Info(Descriptor.of(clazz.getName())), cp);
238 return Descriptor.toClassName(pool.getUtf8Info(typeIndex));
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 49 struct Descriptor {
52 SU16 = 0, // Short descriptor, 16-bit entries
53 LU16 = 1, // Long descriptor, 16-bit entries
54 LU32 = 3, // Long descriptor, 32-bit entries
73 Descriptor::Format format,
85 const char* descriptor = descriptorStart; local
87 getNextWord(descriptor, &descriptorWord);
89 // Read descriptor based on # 9.2.
93 case Descriptor::LU32:
94 descriptor = getNextWord(descriptor, &length)
    [all...]
  /external/libusb/libusb/os/
haiku_usb.h 40 const usb_device_descriptor* Descriptor() const;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BaseDescriptor.java 38 @Descriptor(tags = 0x00)
DecoderSpecificInfo.java 32 @Descriptor(tags = 0x05)

Completed in 709 milliseconds

1 2 3 4 5 6 78 91011>>