HomeSort by relevance Sort by last modified time
    Searched defs:cpp_type (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 127 inline FieldDescriptor::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal
141 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE)
166 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
213 GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_MESSAGE);
254 if (extension->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
260 } else if (extension->cpp_type() == FieldDescriptor::CPPTYPE_ENUM) {
319 switch (cpp_type(type)) {
347 switch (cpp_type(type)) {
extension_set.cc 56 inline WireFormatLite::CppType cpp_type(FieldType type) { function in namespace:google::protobuf::internal::__anon17821
247 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), WireFormatLite::CPPTYPE_##CPPTYPE)
271 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
301 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
415 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
444 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
475 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
504 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_STRING);
544 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE);
576 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_MESSAGE)
    [all...]
descriptor.h 442 CppType cpp_type() const; // C++ type of this field.
461 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
464 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
467 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
470 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
473 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
476 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
479 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
482 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
487 // Get the field default value if cpp_type() == CPPTYPE_STRING. If n
1641 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { function in class:google::protobuf::FieldDescriptor
    [all...]

Completed in 571 milliseconds