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

1 2 3 4

  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator.py 77 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 = 'base::Value
    [all...]
  /external/nanopb-c/generator/proto/
plugin_pb2.py 27 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,
nanopb_pb2.py 58 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,
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
callback_interface.h 27 virtual {{method.cpp_type}} {{method.name}}({{method.argument_declarations | join(', ')}}) OVERRIDE;
callback_interface.cpp 29 {{method.cpp_type}} {{v8_class}}::{{method.name}}({{method.argument_declarations | join(', ')}})
dictionary_v8.cpp 28 {{member.cpp_type}} {{member.name}};
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.h 64 PyObject* cpp_type; member in struct:google::protobuf::python::__anon19405
python_descriptor.cc 64 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/
cpp_extension.cc 68 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()) {
cpp_field.cc 98 switch (field->cpp_type()) {
113 switch (field->cpp_type()) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 68 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()) {
cpp_field.cc 95 switch (field->cpp_type()) {
110 switch (field->cpp_type()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_callback_interface.py 56 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,
v8_methods.py 124 '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/
reflection_ops.cc 72 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) {
dynamic_message.cc 97 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 &&
extension_set.cc 57 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon19448
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(extension->type), WireFormatLite::CPPTYPE_MESSAGE)
    [all...]
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 68 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) {
dynamic_message.cc 97 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 &&
extension_set_heavy.cc 101 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)) {
extension_set.cc 57 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon33580
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(extension->type), WireFormatLite::CPPTYPE_MESSAGE)
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 34 # 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 == _FieldDescriptor.CPPTYPE_MESSAGE
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 34 # 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 == _FieldDescriptor.CPPTYPE_MESSAGE
    [all...]
text_format.py 94 if field.cpp_type != descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
107 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
111 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM:
113 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
117 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_BOOL:
192 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 98 if field.cpp_type != descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
115 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:
124 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM:
130 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING:
137 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_BOOL:
212 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE:

Completed in 1450 milliseconds

1 2 3 4