Home | History | Annotate | Download | only in protobuf

Lines Matching defs:cpp_type

423   CppType cpp_type() const;           // C++ type of this field.
442 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
445 // Get the field default value if cpp_type() == CPPTYPE_INT64. If no
448 // Get the field default value if cpp_type() == CPPTYPE_UINT32. If no
451 // Get the field default value if cpp_type() == CPPTYPE_UINT64. If no
454 // Get the field default value if cpp_type() == CPPTYPE_FLOAT. If no
457 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
460 // Get the field default value if cpp_type() == CPPTYPE_BOOL. If no
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
468 // Get the field default value if cpp_type() == CPPTYPE_STRING. If no
1485 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const {