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

/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::__anon10088
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...]

Completed in 112 milliseconds