Searched defs:cpp_type (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_descriptor.h64 PyObject* cpp_type; member in struct:google::protobuf::python::__anon13352
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcode_generator_v8.py186 def cpp_type(data_type, pointer_type): function
198 return 'const Vector<%s >&' % cpp_type(array_or_sequence_type(data_type), 'RefPtr')
296 'cpp_type': cpp_type(attribute.data_type, pointer_type='RefPtr'),
334 return '%s %s' % (cpp_type(argument.data_type, 'raw'), argument.name)
344 'return_cpp_type': cpp_type(operation.data_type, 'RefPtr'),
/external/protobuf/src/google/protobuf/
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 Ddescriptor.h392 CppType cpp_type() const; // C++ type of this field.
408 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
411 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
414 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
417 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
420 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
423 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
426 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
429 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
434 // Get the field default value if cpp_type()
1345 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
[all...]
H A Dextension_set.cc57 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon23947
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/src/google/protobuf/
H A Dextension_set_heavy.cc104 inline FieldDescriptor::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal
118 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
143 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
190 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
231 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
237 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
296 switch (cpp_type(type)) {
324 switch (cpp_type(type)) {
H A Dextension_set.cc57 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon13395
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...]
H A Ddescriptor.h419 CppType cpp_type() const; // C++ type of this field.
438 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
441 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
444 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
447 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
450 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
453 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
456 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
459 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
464 // Get the field default value if cpp_type()
1481 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
[all...]

Completed in 340 milliseconds