Home | History | Annotate | Download | only in protobuf

Lines Matching refs:type_

99   MapKey() : type_(0) {
101 MapKey(const MapKey& other) : type_(0) {
106 if (type_ == FieldDescriptor::CPPTYPE_STRING) {
112 if (type_ == 0) {
118 return (FieldDescriptor::CppType)type_;
178 if (type_ != other.type_) {
207 if (type_ != other.type_) {
237 switch (type_) {
282 if (type_ == type) return;
283 if (type_ == FieldDescriptor::CPPTYPE_STRING) {
286 type_ = type;
287 if (type_ == FieldDescriptor::CPPTYPE_STRING) {
292 // type_ is 0 or a valid FieldDescriptor::CppType.
293 int type_;
299 MapValueRef() : data_(NULL), type_(0) {}
419 type_ = type;
423 if (type_ == 0 || data_ == NULL) {
428 return (FieldDescriptor::CppType)type_;
434 type_ = other.type_;
439 switch (type_) {
461 // type_ is 0 or a valid FieldDescriptor::CppType.
462 int type_;