Searched refs:cpp_type (Results 1 - 25 of 78) sorted by relevance

1234

/external/nanopb-c/generator/proto/
H A Dnanopb_pb2.py58 number=1010, type=11, cpp_type=10, label=1,
66 number=1010, type=11, cpp_type=10, label=1,
74 number=1010, type=11, cpp_type=10, label=1,
82 number=1010, type=11, cpp_type=10, label=1,
98 number=1, type=5, cpp_type=1, label=1,
105 number=2, type=5, cpp_type=1, label=1,
112 number=3, type=14, cpp_type=8, label=1,
119 number=4, type=8, cpp_type=7, label=1,
126 number=5, type=8, cpp_type=7, label=1,
H A Dplugin_pb2.py27 number=1, type=9, cpp_type=9, label=3,
34 number=2, type=9, cpp_type=9, label=1,
41 number=15, type=11, cpp_type=10, label=3,
69 number=1, type=9, cpp_type=9, label=1,
76 number=2, type=9, cpp_type=9, label=1,
83 number=15, type=9, cpp_type=9, label=1,
110 number=1, type=9, cpp_type=9, label=1,
117 number=15, type=11, cpp_type=10, label=3,
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_type_generator.py77 cpp_type = None
82 cpp_type = self.GetCppType(ref_type)
84 cpp_type = 'bool'
86 cpp_type = 'int'
88 cpp_type = 'int64'
90 cpp_type = 'double'
92 cpp_type = 'std::string'
97 cpp_type = cpp_util.Classname(type_.name)
102 cpp_type = '%s::%s' % (cpp_namespace,
105 cpp_type
[all...]
/external/chromium_org/third_party/protobuf/
H A Ddescriptor_pb2.py186 number=1, type=11, cpp_type=10, label=3,
214 number=1, type=9, cpp_type=9, label=1,
221 number=2, type=9, cpp_type=9, label=1,
228 number=3, type=9, cpp_type=9, label=3,
235 number=4, type=11, cpp_type=10, label=3,
242 number=5, type=11, cpp_type=10, label=3,
249 number=6, type=11, cpp_type=10, label=3,
256 number=7, type=11, cpp_type=10, label=3,
263 number=8, type=11, cpp_type=10, label=1,
291 number=1, type=5, cpp_type
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dcallback_interface.h27 virtual {{method.cpp_type}} {{method.name}}({{method.argument_declarations | join(', ')}}) OVERRIDE;
H A Dcallback_interface.cpp29 {{method.cpp_type}} {{v8_class}}::{{method.name}}({{method.argument_declarations | join(', ')}})
H A Ddictionary_v8.cpp28 {{member.cpp_type}} {{member.name}};
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_descriptor.h64 PyObject* cpp_type; member in struct:google::protobuf::python::__anon14787
H A Dpython_descriptor.cc64 Py_XINCREF(self->cpp_type);
65 return self->cpp_type;
86 { C("cpp_type"),
143 Py_DECREF(self->cpp_type);
170 cfield_descriptor->cpp_type = PyLong_FromLong(field_descriptor->cpp_type());
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc68 switch (descriptor_->cpp_type()) {
86 type_traits_.append(PrimitiveTypeName(descriptor_->cpp_type()));
141 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
179 switch (descriptor_->cpp_type()) {
H A Dcpp_field.cc98 switch (field->cpp_type()) {
113 switch (field->cpp_type()) {
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc68 switch (descriptor_->cpp_type()) {
86 type_traits_.append(PrimitiveTypeName(descriptor_->cpp_type()));
141 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
179 switch (descriptor_->cpp_type()) {
H A Dcpp_field.cc95 switch (field->cpp_type()) {
110 switch (field->cpp_type()) {
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_callback_interface.py56 def cpp_type(idl_type): function
58 # (always use usual v8_types.cpp_type)
70 IdlTypeBase.callback_cpp_type = property(cpp_type)
105 'cpp_type': idl_type.callback_cpp_type,
H A Dv8_methods.py124 'cpp_type': (v8_types.cpp_template_type('Nullable', idl_type.cpp_type)
125 if idl_type.is_explicit_nullable else idl_type.cpp_type),
202 'cpp_type': idl_type.cpp_type_args(extended_attributes=extended_attributes,
248 argument_declarations.append('%s* %s' % (method.idl_type.cpp_type, 'result'))
352 'toImplArguments<%s>(info, %s, exceptionState)' % (idl_type.cpp_type, index),
395 this_cpp_type = idl_type.cpp_type
410 'cpp_type': this_cpp_type,
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.cc72 switch (field->cpp_type()) {
97 switch (field->cpp_type()) {
157 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
188 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
243 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
H A Ddynamic_message.cc97 switch (field->cpp_type()) {
117 switch (field->cpp_type()) {
257 switch (field->cpp_type()) {
339 switch (field->cpp_type()) {
372 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
383 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
406 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&
H A Dextension_set.cc57 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon14830
232 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), WireFormatLite::CPPTYPE_##CPPTYPE)
256 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
286 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
334 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
363 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
394 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
423 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
463 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
495 GOOGLE_DCHECK_EQ(cpp_type(extensio
[all...]
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc68 switch (field->cpp_type()) {
93 switch (field->cpp_type()) {
153 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
183 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
238 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
H A Ddynamic_message.cc97 switch (field->cpp_type()) {
117 switch (field->cpp_type()) {
245 switch (field->cpp_type()) {
327 switch (field->cpp_type()) {
360 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) {
371 } else if ((field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) &&
393 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE &&
H A Dextension_set_heavy.cc101 inline FieldDescriptor::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal
110 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
130 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
149 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
190 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
196 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
255 switch (cpp_type(type)) {
283 switch (cpp_type(type)) {
H A Dextension_set.cc57 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon28976
209 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), WireFormatLite::CPPTYPE_##CPPTYPE)
233 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
263 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
303 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
332 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
363 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
392 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
428 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
464 GOOGLE_DCHECK_EQ(cpp_type(extensio
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
266 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
275 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
281 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
317 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
323 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
380 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
443 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
568 elif item[0].cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
600 if field.cpp_type
[all...]
H A Dcpp_message.py307 cdescriptor.cpp_type == _CPPTYPE_MESSAGE):
320 cdescriptor.cpp_type != _CPPTYPE_MESSAGE):
359 cdescriptor.cpp_type == _CPPTYPE_MESSAGE):
364 if cdescriptor.cpp_type == _CPPTYPE_MESSAGE:
440 if field.cpp_type == _CPPTYPE_MESSAGE:
444 elif field.cpp_type == _CPPTYPE_MESSAGE:
482 if field_cdescriptor.cpp_type == _CPPTYPE_MESSAGE:
488 elif field_cdescriptor.cpp_type == _CPPTYPE_MESSAGE:
530 child_cdescriptor.cpp_type == _CPPTYPE_MESSAGE):
545 child_cdescriptor.cpp_type
[all...]
/external/protobuf/python/google/protobuf/
H A Dreflection.py34 # descriptor's cpp_type is CPPTYPE_MESSAGE.
330 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
339 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
345 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
376 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite
382 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
439 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
502 type_checker = type_checkers.GetTypeChecker(field.cpp_type, field.type)
618 elif item[0].cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE:
650 if field.cpp_type
[all...]

Completed in 391 milliseconds

1234