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

1 2

  /external/protobuf/python/google/protobuf/internal/
generator_test.py 60 proto_type.NestedMessage.DESCRIPTOR,
61 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
66 # enum descriptor output.
104 desc = unittest_pb2.TestAllTypes.DESCRIPTOR
121 unittest_pb2.TestAllExtensions.DESCRIPTOR)
123 unittest_pb2.TestAllExtensions.DESCRIPTOR)
129 unittest_pb2.TestRequired.DESCRIPTOR)
135 message_descriptor = unittest_pb2.TestRequired.DESCRIPTOR
141 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
145 set(unittest_pb2.TestAllTypes.DESCRIPTOR.nested_types)
    [all...]
descriptor_test.py 33 """Unittest for google.protobuf.internal.descriptor."""
41 from google.protobuf import descriptor namespace
53 self.my_file = descriptor.FileDescriptor(
57 self.my_enum = descriptor.EnumDescriptor(
63 descriptor.EnumValueDescriptor(name='FOREIGN_FOO', index=0, number=4),
64 descriptor.EnumValueDescriptor(name='FOREIGN_BAR', index=1, number=5),
65 descriptor.EnumValueDescriptor(name='FOREIGN_BAZ', index=2, number=6),
67 self.my_message = descriptor.Descriptor(
74 descriptor.FieldDescriptor
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 63 proto_type.NestedMessage.DESCRIPTOR,
64 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
69 # enum descriptor output.
108 desc = unittest_pb2.TestAllTypes.DESCRIPTOR
125 unittest_pb2.TestAllExtensions.DESCRIPTOR)
127 unittest_pb2.TestAllExtensions.DESCRIPTOR)
133 unittest_pb2.TestRequired.DESCRIPTOR)
139 message_descriptor = unittest_pb2.TestRequired.DESCRIPTOR
145 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
149 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions(
    [all...]
descriptor_test.py 33 """Unittest for google.protobuf.internal.descriptor."""
42 from google.protobuf import descriptor namespace
54 self.my_file = descriptor.FileDescriptor(
58 self.my_enum = descriptor.EnumDescriptor(
64 descriptor.EnumValueDescriptor(name='FOREIGN_FOO', index=0, number=4),
65 descriptor.EnumValueDescriptor(name='FOREIGN_BAR', index=1, number=5),
66 descriptor.EnumValueDescriptor(name='FOREIGN_BAZ', index=2, number=6),
68 self.my_message = descriptor.Descriptor(
75 descriptor.FieldDescriptor
    [all...]
enum_type_wrapper.py 44 DESCRIPTOR = None
49 self.DESCRIPTOR = enum_type;
descriptor_database_test.py 48 factory_test2_pb2.DESCRIPTOR.serialized_pb)
message_factory_test.py 50 factory_test1_pb2.DESCRIPTOR.serialized_pb)
52 factory_test2_pb2.DESCRIPTOR.serialized_pb)
descriptor_pool_test.py 41 from google.protobuf import descriptor namespace
51 factory_test1_pb2.DESCRIPTOR.serialized_pb)
53 factory_test2_pb2.DESCRIPTOR.serialized_pb)
60 self.assertIsInstance(file_desc1, descriptor.FileDescriptor)
67 self.assertIsInstance(file_desc2, descriptor.FileDescriptor)
82 self.assertIsInstance(file_desc1, descriptor.FileDescriptor)
90 self.assertIsInstance(file_desc2, descriptor.FileDescriptor)
106 self.assertIsInstance(msg1, descriptor.Descriptor)
127 self.assertIsInstance(msg2, descriptor.Descriptor
    [all...]
python_message.py 34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
37 protocol message classes from Descriptor objects at runtime.
69 from google.protobuf import descriptor as descriptor_mod
76 def NewMessage(bases, descriptor, dictionary):
77 _AddClassAttributesForNestedExtensions(descriptor, dictionary)
78 _AddSlots(descriptor, dictionary)
82 def InitMessage(descriptor, cls):
86 if (descriptor.has_options and
87 descriptor.GetOptions().message_set_wire_format):
92 for field in descriptor.fields
    [all...]
reflection_test.py 49 from google.protobuf import descriptor namespace
448 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
449 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
450 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo') ],
455 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
456 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
457 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo'),
458 (proto.DESCRIPTOR.fields_by_name['optional_nested_message' ],
474 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 21),
475 (proto.DESCRIPTOR.fields_by_name['repeated_int32' ], [5, 11])
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 33 private static final java.lang.String DESCRIPTOR = "IMountShutdownObserver";
37 this.attachInterface(this, DESCRIPTOR);
48 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
64 reply.writeString(DESCRIPTOR);
68 data.enforceInterface(DESCRIPTOR);
91 return DESCRIPTOR;
104 _data.writeInterfaceToken(DESCRIPTOR);
IObbActionListener.java 34 private static final String DESCRIPTOR = "IObbActionListener";
38 this.attachInterface(this, DESCRIPTOR);
49 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
65 reply.writeString(DESCRIPTOR);
69 data.enforceInterface(DESCRIPTOR);
96 return DESCRIPTOR;
111 _data.writeInterfaceToken(DESCRIPTOR);
IMountServiceListener.java 34 private static final String DESCRIPTOR = "IMountServiceListener";
38 this.attachInterface(this, DESCRIPTOR);
49 IInterface iin = (IInterface) obj.queryLocalInterface(DESCRIPTOR);
65 reply.writeString(DESCRIPTOR);
69 data.enforceInterface(DESCRIPTOR);
77 data.enforceInterface(DESCRIPTOR);
104 return DESCRIPTOR;
116 _data.writeInterfaceToken(DESCRIPTOR);
141 _data.writeInterfaceToken(DESCRIPTOR);
IMountService.java 48 return DESCRIPTOR;
59 _data.writeInterfaceToken(DESCRIPTOR);
76 _data.writeInterfaceToken(DESCRIPTOR);
94 _data.writeInterfaceToken(DESCRIPTOR);
114 _data.writeInterfaceToken(DESCRIPTOR);
133 _data.writeInterfaceToken(DESCRIPTOR);
153 _data.writeInterfaceToken(DESCRIPTOR);
175 _data.writeInterfaceToken(DESCRIPTOR);
196 _data.writeInterfaceToken(DESCRIPTOR);
216 _data.writeInterfaceToken(DESCRIPTOR);
    [all...]
  /external/nanopb-c/generator/proto/
plugin_pb2.py 3 from google.protobuf import descriptor namespace
10 DESCRIPTOR = descriptor.FileDescriptor(
13 serialized_pb='\n\x0cplugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\t')
18 _CODEGENERATORREQUEST = descriptor.Descriptor(
22 file=DESCRIPTOR,
25 descriptor.FieldDescriptor(
32 descriptor.FieldDescriptor(
39 descriptor.FieldDescriptor
    [all...]
nanopb_pb2.py 3 from google.protobuf import descriptor namespace
10 DESCRIPTOR = descriptor.FileDescriptor(
13 serialized_pb='\n\x0cnanopb.proto\x1a google/protobuf/descriptor.proto\"\x92\x01\n\rNanoPBOptions\x12\x10\n\x08max_size\x18\x01 \x01(\x05\x12\x11\n\tmax_count\x18\x02 \x01(\x05\x12$\n\x04type\x18\x03 \x01(\x0e\x32\n.FieldType:\nFT_DEFAULT\x12\x18\n\nlong_names\x18\x04 \x01(\x08:\x04true\x12\x1c\n\rpacked_struct\x18\x05 \x01(\x08:\x05\x66\x61lse*Z\n\tFieldType\x12\x0e\n\nFT_DEFAULT\x10\x00\x12\x0f\n\x0b\x46T_CALLBACK\x10\x01\x12\x0e\n\nFT_POINTER\x10\x04\x12\r\n\tFT_STATIC\x10\x02\x12\r\n\tFT_IGNORE\x10\x03:E\n\x0enanopb_fileopt\x12\x1c.google.protobuf.FileOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:G\n\rnanopb_msgopt\x12\x1f.google.protobuf.MessageOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:E\n\x0enanopb_enumopt\x12\x1c.google.protobuf.EnumOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:>\n\x06nanopb\x12\x1d.google.protobuf.FieldOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptionsB\x1a\n\x18\x66i.kapsi.koti.jpa.nanopb')
15 _FIELDTYPE = descriptor.EnumDescriptor(
19 file=DESCRIPTOR,
21 descriptor.EnumValueDescriptor(
25 descriptor.EnumValueDescriptor(
29 descriptor.EnumValueDescriptor(
33 descriptor.EnumValueDescriptor
    [all...]
  /frameworks/base/core/java/android/security/
IKeystoreService.java 45 return DESCRIPTOR;
53 _data.writeInterfaceToken(DESCRIPTOR);
69 _data.writeInterfaceToken(DESCRIPTOR);
86 _data.writeInterfaceToken(DESCRIPTOR);
106 _data.writeInterfaceToken(DESCRIPTOR);
124 _data.writeInterfaceToken(DESCRIPTOR);
142 _data.writeInterfaceToken(DESCRIPTOR);
169 _data.writeInterfaceToken(DESCRIPTOR);
185 _data.writeInterfaceToken(DESCRIPTOR);
202 _data.writeInterfaceToken(DESCRIPTOR);
    [all...]
  /external/chromium_org/third_party/protobuf/
descriptor_pb2.py 3 from google.protobuf import descriptor namespace
9 DESCRIPTOR = descriptor.FileDescriptor(
10 name='google/protobuf/descriptor.proto',
12 serialized_pb='\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xdc\x02\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12\x38\n\x07service\x18\x06 \x03(\x0b\x32\'.google.protobuf.ServiceDescriptorProto\x12\x38\n\textension\x18\x07 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12-\n\x07options\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.FileOptions\"\xa9\x03\n\x0f\x44\x65scriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x05\x66ield\x18\x02 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x38\n\textension\x18\x06 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x35\n\x0bnested_type\x18\x03 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x04 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12H\n\x0f\x65xtension_range\x18\x05 \x03(\x0b\x32/.google.protobuf.DescriptorProto.ExtensionRange\x12\x30\n\x07options\x18\x07 \x01(\x0b\x32\x1f.google.protobuf.MessageOptions\x1a,\n\x0e\x45xtensionRange\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\"\x94\x05\n\x14\x46ieldDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x03 \x01(\x05\x12:\n\x05label\x18\x04 \x01(\x0e\x32+.google.protobuf.FieldDescriptorProto.Label\x12\x38\n\x04type\x18\x05 \x01(\x0e\x32*.google.protobuf.FieldDescriptorProto.Type\x12\x11\n\ttype_name\x18\x06 \x01(\t\x12\x10\n\x08\x65xtendee\x18\x02 \x01(\t\x12\x15\n\rdefault_value\x18\x07 \x01(\t\x12.\n\x07options\x18\x08 \x01(\x0b\x32\x1d.google.protobuf.FieldOptions\"\xb6\x02\n\x04Type\x12\x0f\n\x0bTYPE_DOUBLE\x10\x01\x12\x0e\n\nTYPE_FLOAT\x10\x02\x12\x0e\n\nTYPE_INT64\x10\x03\x12\x0f\n\x0bTYPE_UINT64\x10\x04\x12\x0e\n\nTYPE_INT32\x10\x05\x12\x10\n\x0cTYPE_FIXED64\x10\x06\x12\x10\n\x0cTYPE_FIXED32\x10\x07\x12\r\n\tTYPE_BOOL\x10\x08\x12\x0f\n\x0bTYPE_STRING\x10\t\x12\x0e\n\nTYPE_GROUP\x10\n\x12\x10\n\x0cTYPE_MESSAGE\x10\x0b\x12\x0e\n\nTYPE_BYTES\x10\x0c\x12\x0f\n\x0bTYPE_UINT32\x10\r\x12\r\n\tTYPE_ENUM\x10\x0e\x12\x11\n\rTYPE_SFIXED32\x10\x0f\x12\x11\n\rTYPE_SFIXED64\x10\x10\x12\x0f\n\x0bTYPE_SINT32\x10\x11\x12\x0f\n\x0bTYPE_SINT64\x10\x12\"C\n\x05Label\x12\x12\n\x0eLABEL_OPTIONAL\x10\x01\x12\x12\n\x0eLABEL_REQUIRED\x10\x02\x12\x12\n\x0eLABEL_REPEATED\x10\x03\"\x8c\x01\n\x13\x45numDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x03(\x0b\x32).google.protobuf.EnumValueDescriptorProto\x12-\n\x07options\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.EnumOptions\"l\n\x18\x45numValueDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x02 \x01(\x05\x12\x32\n\x07options\x18\x03 \x01(\x0b\x32!.google.protobuf.EnumValueOptions\"\x90\x01\n\x16ServiceDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x06method\x18\x02 \x03(\x0b\x32&.google.protobuf.MethodDescriptorProto\x12\x30\n\x07options\x18\x03 \x01(\x0b\x32\x1f.google.protobuf.ServiceOptions\"\x7f\n\x15MethodDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ninput_type\x18\x02 \x01(\t\x12\x13\n\x0boutput_type\x18\x03 \x01(\t\x12/\n\x07options\x18\x04 \x01(\x0b\x32\x1e.google.protobuf.MethodOptions\"\xa4\x03\n\x0b\x46ileOptions\x12\x14\n\x0cjava_package\x18\x01 \x01(\t\x12\x1c\n\x14java_outer_classname\x18\x08 \x01(\t\x12\"\n\x13java_multiple_files\x18\n \x01(\x08:\x05\x66\x61lse\x12\x46\n\x0coptimize_for\x18\t \x01(\x0e\x32).google.protobuf.FileOptions.OptimizeMode:\x05SPEED\x12!\n\x13\x63\x63_generic_services\x18\x10 \x01(\x08:\x04true\x12#\n\x15java_generic_services\x18\x11 \x01(\x08:\x04true\x12!\n\x13py_generic_services\x18\x12 \x01(\x08:\x04true\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\":\n\x0cOptimizeMode\x12\t\n\x05SPEED\x10\x01\x12\r\n\tCODE_SIZE\x10\x02\x12\x10\n\x0cLITE_RUNTIME\x10\x03*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\xb8\x01\n\x0eMessageOptions\x12&\n\x17message_set_wire_format\x18\x01 \x01(\x08:\x05\x66\x61lse\x12.\n\x1fno_standard_descriptor_accessor\x18\x02 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x94\x02\n\x0c\x46ieldOptions\x12:\n\x05\x63type\x18\x01 \x01(\x0e\x32#.google.protobuf.FieldOptions.CType:\x06STRING\x12\x0e\n\x06packed\x18\x02 \x01(\x08\x12\x19\n\ndeprecated\x18\x03 \x01(\x08:\x05\x66\x61lse\x12\x1c\n\x14\x65xperimental_map_key\x18\t \x01(\t\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\"/\n\x05\x43Type\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x43ORD\x10\x01\x12\x10\n\x0cSTRING_PIECE\x10\x02*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"]\n\x0b\x45numOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"b\n\x10\x45numValueOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"`\n\x0eServiceOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"_\n\rMethodOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x85\x02\n\x13UninterpretedOption\x12;\n\x04name\x18\x02 \x03(\x0b\x32-.google.protobuf.UninterpretedOption.NamePart\x12\x18\n\x10identifier_value\x18\x03 \x01(\t\x12\x1a\n\x12positive_int_value\x18\x04 \x01(\x04\x12\x1a\n\x12negative_int_value\x18\x05 \x01(\x03\x12\x14\n\x0c\x64ouble_value\x18\x06 \x01(\x01\x12\x14\n\x0cstring_value\x18\x07 \x01(\x0c\x1a\x33\n\x08NamePart\x12\x11\n\tname_part\x18\x01 \x02(\t\x12\x14\n\x0cis_extension\x18\x02 \x02(\x08\x42)\n\x13\x63om.google.protobufB\x10\x44\x65scriptorProtosH\x01')
16 _FIELDDESCRIPTORPROTO_TYPE = descriptor.EnumDescriptor(
20 file=DESCRIPTOR,
22 descriptor.EnumValueDescriptor(
26 descriptor.EnumValueDescriptor(
30 descriptor.EnumValueDescriptor
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
reflection.py 34 protocol message classes from Descriptor objects at runtime.
52 from google.protobuf import descriptor as descriptor_mod
87 mydescriptor = Descriptor(.....)
90 DESCRIPTOR = mydescriptor
98 _DESCRIPTOR_KEY = 'DESCRIPTOR'
115 a Descriptor object describing this protocol message
121 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
122 bases = _NewMessage(bases, descriptor, dictionary)
126 setattr(descriptor, '_concrete_class', new_class)
143 a Descriptor object describing this protocol messag
    [all...]
message.py 68 DESCRIPTOR = None
233 field_name is not defined in the message descriptor, ValueError will be
  /external/protobuf/python/google/protobuf/
message.py 68 DESCRIPTOR = None
reflection.py 34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
37 protocol message classes from Descriptor objects at runtime.
67 from google.protobuf import descriptor as descriptor_mod
88 mydescriptor = Descriptor(.....)
91 DESCRIPTOR = mydescriptor
99 _DESCRIPTOR_KEY = 'DESCRIPTOR'
116 a Descriptor object describing this protocol message
122 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
123 _AddSlots(descriptor, dictionary)
124 _AddClassAttributesForNestedExtensions(descriptor, dictionary
    [all...]
  /external/openssl/crypto/
o_time.c 101 static $DESCRIPTOR(tabnam,"LNM$DCL_LOGICAL");
102 static $DESCRIPTOR(lognam,"SYS$TIMEZONE_DIFFERENTIAL");
  /frameworks/base/core/java/android/os/
CommonClock.java 321 data.enforceInterface(DESCRIPTOR);
333 private static final String DESCRIPTOR = "android.os.ICommonClockListener";
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 554 group_message.DESCRIPTOR.fields.
571 for sub_field in sub_message.DESCRIPTOR.fields:
601 for group in settings.DESCRIPTOR.fields:
608 for field in group_message.DESCRIPTOR.fields:
626 for field in settings.DESCRIPTOR.fields:
643 field_descriptor = policy_message.DESCRIPTOR.fields_by_name['value']
    [all...]

Completed in 385 milliseconds

1 2