Searched refs:StringFieldGenerator (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_string_field.cc61 StringFieldGenerator::
62 StringFieldGenerator(const FieldDescriptor* descriptor) function in class:google::protobuf::compiler::cpp::StringFieldGenerator
67 StringFieldGenerator::~StringFieldGenerator() {}
69 void StringFieldGenerator::
76 void StringFieldGenerator::
78 // If we're using StringFieldGenerator for a field with a ctype, it's
117 void StringFieldGenerator::
161 void StringFieldGenerator::
172 void StringFieldGenerator
[all...]
H A Dcpp_string_field.h47 class StringFieldGenerator : public FieldGenerator { class in namespace:google::protobuf::compiler::cpp
49 explicit StringFieldGenerator(const FieldDescriptor* descriptor);
50 ~StringFieldGenerator();
71 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringFieldGenerator);
H A Dcpp_field.cc115 default: // StringFieldGenerator handles unknown ctypes.
117 return new StringFieldGenerator(field);

Completed in 177 milliseconds