Home | History | Annotate | Download | only in src

Lines Matching refs:intvalue_

1005   ::google::protobuf::RepeatedField< ::google::protobuf::int32 > intvalue_;
2107 return intvalue_.size();
2110 intvalue_.Clear();
2113 return intvalue_.Get(index);
2116 intvalue_.Set(index, value);
2119 intvalue_.Add(value);
2123 return intvalue_;
2127 return &intvalue_;