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

<<11121314151617181920>>

  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
FieldMaskTree.java 33 import com.google.protobuf.Descriptors.Descriptor;
216 Descriptor descriptor = source.getDescriptorForType(); local
218 FieldDescriptor field = descriptor.findFieldByName(entry.getKey());
224 + descriptor.getFullName());
  /external/protobuf/python/google/protobuf/pyext/
message.h 51 class Descriptor;
89 // Pointer to the parent's descriptor that describes this submessage.
129 // C++ descriptor of this message.
130 const Descriptor* message_descriptor;
138 // This can be different from DESCRIPTOR.file.pool, in the case of a custom
165 // Retrieves the C++ descriptor of a Python Extension descriptor.
211 // Clears the data described by the given descriptor. Used to clear extensions
219 CMessage* self, const FieldDescriptor* descriptor);
227 // Checks if the message has the field described by the descriptor. Used fo
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_map_field.cc 46 const FieldDescriptor* KeyField(const FieldDescriptor* descriptor) {
47 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
48 const Descriptor* message = descriptor->message_type();
53 const FieldDescriptor* ValueField(const FieldDescriptor* descriptor) {
54 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
55 const Descriptor* message = descriptor->message_type();
78 void SetMessageVariables(const FieldDescriptor* descriptor,
84 SetCommonFieldVariables(descriptor, info, variables)
    [all...]
java_map_field_lite.cc 46 const FieldDescriptor* KeyField(const FieldDescriptor* descriptor) {
47 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
48 const Descriptor* message = descriptor->message_type();
53 const FieldDescriptor* ValueField(const FieldDescriptor* descriptor) {
54 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type());
55 const Descriptor* message = descriptor->message_type();
78 void SetMessageVariables(const FieldDescriptor* descriptor,
84 SetCommonFieldVariables(descriptor, info, variables)
    [all...]
java_message_lite.cc 57 #include <google/protobuf/descriptor.pb.h>
71 bool GenerateHasBits(const Descriptor* descriptor) {
72 return SupportFieldPresence(descriptor->file()) ||
73 HasRepeatedFields(descriptor);
76 string MapValueImmutableClassdName(const Descriptor* descriptor,
78 const FieldDescriptor* value_field = descriptor->FindFieldByName("value");
86 const Descriptor* descriptor, Context* context
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 40 #include <google/protobuf/descriptor.pb.h>
162 const Descriptor* parent, const FileDescriptor* file) {
176 string ClassName(const Params& params, const FileDescriptor* descriptor) {
177 string result = FileJavaPackage(params, descriptor);
179 result += FileClassName(params, descriptor);
183 string ClassName(const Params& params, const EnumDescriptor* descriptor) {
186 const Descriptor* parent = descriptor->containing_type();
190 return ClassName(params, descriptor->file());
  /external/protobuf/src/google/protobuf/
empty.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Empty_descriptor_ = NULL;
172 const ::google::protobuf::Descriptor* Empty::descriptor() { function in class:google::protobuf::Empty
304 metadata.descriptor = Empty_descriptor_;
generated_message_reflection_unittest.cc 51 #include <google/protobuf/descriptor.h>
68 unittest::TestAllTypes::descriptor()->FindFieldByName(name);
77 unittest::TestAllTypes::descriptor());
101 unittest::TestAllTypes::descriptor());
138 unittest::TestAllTypes::descriptor());
226 const Descriptor* descriptor = message1.GetDescriptor(); local
227 fields.push_back(descriptor->FindFieldByName("optional_double"));
228 fields.push_back(descriptor->FindFieldByName("repeated_int32"));
229 fields.push_back(descriptor->FindFieldByName("optional_string"))
310 const Descriptor* descriptor = message1.GetDescriptor(); local
347 const Descriptor* descriptor = message.GetDescriptor(); local
369 const Descriptor* descriptor = message.GetDescriptor(); local
618 const Descriptor* descriptor = message.GetDescriptor(); local
684 const Descriptor* descriptor = unittest::TestOneof2::descriptor(); local
782 const Descriptor* descriptor = unittest::TestOneof2::descriptor(); local
803 const Descriptor* descriptor = message.GetDescriptor(); local
    [all...]
map_entry.h 68 metadata.descriptor = descriptor_;
77 const Descriptor* descriptor_;
239 // Create default MapEntry instance for given descriptor. Descriptor has to be
241 // may have the same type and MapEntry class. The given descriptor is needed
243 static MapEntry* CreateDefaultInstance(const Descriptor* descriptor) {
246 descriptor, entry, offsets_,
253 entry->descriptor_ = descriptor;
wrappers.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* DoubleValue_descriptor_ = NULL;
28 const ::google::protobuf::Descriptor* FloatValue_descriptor_ = NULL;
31 const ::google::protobuf::Descriptor* Int64Value_descriptor_ = NULL;
34 const ::google::protobuf::Descriptor* UInt64Value_descriptor_ = NULL;
37 const ::google::protobuf::Descriptor* Int32Value_descriptor_ = NULL;
40 const ::google::protobuf::Descriptor* UInt32Value_descriptor_ = NULL;
43 const ::google::protobuf::Descriptor* BoolValue_descriptor_ = NULL;
46 const ::google::protobuf::Descriptor* StringValue_descriptor_ = NULL;
49 const ::google::protobuf::Descriptor* BytesValue_descriptor_ = NULL
374 const ::google::protobuf::Descriptor* DoubleValue::descriptor() { function in class:google::protobuf::DoubleValue
632 const ::google::protobuf::Descriptor* FloatValue::descriptor() { function in class:google::protobuf::FloatValue
890 const ::google::protobuf::Descriptor* Int64Value::descriptor() { function in class:google::protobuf::Int64Value
1150 const ::google::protobuf::Descriptor* UInt64Value::descriptor() { function in class:google::protobuf::UInt64Value
1410 const ::google::protobuf::Descriptor* Int32Value::descriptor() { function in class:google::protobuf::Int32Value
1670 const ::google::protobuf::Descriptor* UInt32Value::descriptor() { function in class:google::protobuf::UInt32Value
1930 const ::google::protobuf::Descriptor* BoolValue::descriptor() { function in class:google::protobuf::BoolValue
2190 const ::google::protobuf::Descriptor* StringValue::descriptor() { function in class:google::protobuf::StringValue
2517 const ::google::protobuf::Descriptor* BytesValue::descriptor() { function in class:google::protobuf::BytesValue
    [all...]
repeated_field_reflection_unittest.cc 66 const Descriptor* desc = message.GetDescriptor();
165 const Descriptor* desc = extended_message.GetDescriptor();
208 const Descriptor* desc = message.GetDescriptor();
430 const Descriptor* desc = message.GetDescriptor();
522 const Descriptor* desc = extended_message.GetDescriptor();
572 const Descriptor* desc = m0.GetDescriptor();
687 const Descriptor* desc = TestAllTypes::descriptor();
  /external/v8/src/ic/
handler-compiler.h 196 typedef StoreWithVectorDescriptor Descriptor;
203 if (Descriptor::kPassLastArgsOnStack) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry.h 68 metadata.descriptor = descriptor_;
77 const Descriptor* descriptor_;
239 // Create default MapEntry instance for given descriptor. Descriptor has to be
241 // may have the same type and MapEntry class. The given descriptor is needed
243 static MapEntry* CreateDefaultInstance(const Descriptor* descriptor) {
246 descriptor, entry, offsets_,
253 entry->descriptor_ = descriptor;
  /test/vts/proto/
VtsProfilingMessage_pb2.py 5 from google.protobuf import descriptor as _descriptor
15 DESCRIPTOR = _descriptor.FileDescriptor(
24 file=DESCRIPTOR,
87 _VTSPROFILINGRECORD = _descriptor.Descriptor(
91 file=DESCRIPTOR,
150 _VTSPROFILINGMESSAGE = _descriptor.Descriptor(
154 file=DESCRIPTOR,
180 DESCRIPTOR.message_types_by_name['VtsProfilingRecord'] = _VTSPROFILINGRECORD
181 DESCRIPTOR.message_types_by_name['VtsProfilingMessage'] = _VTSPROFILINGMESSAGE
185 DESCRIPTOR = _VTSPROFILINGRECOR
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 39 #include <google/protobuf/descriptor.pb.h>
40 #include <google/protobuf/descriptor.h>
69 using google::protobuf::Descriptor;
88 string GetTypeUrl(const Descriptor* descriptor) {
89 return string(kTypeServiceBaseUrl) + "/" + descriptor->full_name();
108 explicit BaseProtoStreamObjectWriterTest(const Descriptor* descriptor)
113 vector<const Descriptor*> descriptors;
114 descriptors.push_back(descriptor);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FWBlockService.c     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c     [all...]
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.cpp 90 ALOGE("Invalid function descriptor");
94 auto descriptor = local
96 switch (descriptor) {
161 ALOGE("Invalid function descriptor");
165 ALOGE("Unknown function descriptor: %d", intDescriptor);
200 mDescriptors.emplace(descriptorId, std::make_shared<Descriptor>());
202 ALOGV("Created descriptor %" PRIu64, descriptorId);
209 gralloc1_buffer_descriptor_t descriptor)
211 ALOGV("Destroying descriptor %" PRIu64, descriptor);
296 auto descriptor = adapter->getDescriptor(descriptors[i]); local
404 Descriptor descriptor; local
    [all...]
  /packages/services/Car/tools/emulator/
VehicleHalProto_pb2.py 5 from google.protobuf import descriptor as _descriptor
14 DESCRIPTOR = _descriptor.FileDescriptor(
23 file=DESCRIPTOR,
81 file=DESCRIPTOR,
150 _VEHICLEAREACONFIG = _descriptor.Descriptor(
154 file=DESCRIPTOR,
220 _VEHICLEPROPCONFIG = _descriptor.Descriptor(
224 file=DESCRIPTOR,
318 _VEHICLEPROPVALUE = _descriptor.Descriptor(
322 file=DESCRIPTOR,
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 80 my ($Help, $ShowVersion, %Descriptor, $TargetLibraryName,
190 "d1|old|o=s" => \$Descriptor{1}{"Path"},
191 "d2|new|n=s" => \$Descriptor{2}{"Path"},
360 Descriptor of 1st (old) library version.
363 1. XML-descriptor (VERSION.xml file):
387 If you are using an 2-4 descriptor types then you should
394 Descriptor of 2nd (new) library version.
397 Create library ABI dump for the input XML descriptor. You can
398 transfer it anywhere and pass instead of the descriptor. Also
419 of the XML-descriptor should point to static libraries location
    [all...]
  /external/v8/tools/
grokdump.py 74 class Descriptor(object):
75 """Descriptor of a structure in a memory."""
85 self.ctype = Descriptor._GetCtype(fields)
94 partial_ctype = Descriptor._GetCtype(fields_copy[:last])
102 complete_ctype = Descriptor._GetCtype(fields_copy[:last])
184 MINIDUMP_HEADER = Descriptor([
194 MINIDUMP_LOCATION_DESCRIPTOR = Descriptor([
199 MINIDUMP_STRING = Descriptor([
204 MINIDUMP_DIRECTORY = Descriptor([
211 MINIDUMP_EXCEPTION = Descriptor([
    [all...]
  /external/javassist/src/main/javassist/
CtBehavior.java 285 return Descriptor.getParameterTypes(methodInfo.getDescriptor(),
293 return Descriptor.getReturnType(methodInfo.getDescriptor(),
301 * called method descriptor, which is defined in the JVM specification.
309 * a descriptor. To obtain a type signature, call the following
315 * @see javassist.bytecode.Descriptor
559 String desc = Descriptor.of(type);
562 ca.setMaxLocals(maxLocals + Descriptor.dataSize(desc));
573 String desc2 = Descriptor.insertParameter(type, desc);
592 String desc2 = Descriptor.appendParameter(type, desc);
595 addParameter2(offset + Descriptor.paramSize(desc), type, desc)
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 721 template <class Descriptor>
723 Register reg, typename Descriptor::ParameterIndices parameter_index,
725 DCHECK(Descriptor::kPassLastArgsOnStack);
726 DCHECK_LT(parameter_index, Descriptor::kParameterCount);
727 DCHECK_LE(Descriptor::kParameterCount - Descriptor::kStackArgumentsCount,
729 int offset = (Descriptor::kParameterCount - parameter_index - 1 +
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 713 template <class Descriptor>
715 Register reg, typename Descriptor::ParameterIndices parameter_index,
717 DCHECK(Descriptor::kPassLastArgsOnStack);
718 DCHECK_LT(parameter_index, Descriptor::kParameterCount);
719 DCHECK_LE(Descriptor::kParameterCount - Descriptor::kStackArgumentsCount,
721 int offset = (Descriptor::kParameterCount - parameter_index - 1 +
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
UncachedMemoryAllocationLib.c 92 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
155 Status = gDS->GetMemorySpaceDescriptor (Memory, &Descriptor);
158 gAttributes = Descriptor.Attributes;

Completed in 886 milliseconds

<<11121314151617181920>>