Lines Matching defs:input

1122     ::google::protobuf::io::CodedInputStream* input) {
1125 while ((tag = input->ReadTag()) != 0) {
1134 input, &value)));
1141 if (input->ExpectTag(16)) goto parse_isArray;
1152 input, &isarray_)));
1157 if (input->ExpectTag(24)) goto parse_intValue;
1168 1, 24, input, this->mutable_intvalue())));
1174 input, this->mutable_intvalue())));
1178 if (input->ExpectTag(24)) goto parse_intValue;
1179 if (input->ExpectTag(37)) goto parse_floatValue;
1190 1, 37, input, this->mutable_floatvalue())));
1196 input, this->mutable_floatvalue())));
1200 if (input->ExpectTag(37)) goto parse_floatValue;
1201 if (input->ExpectTag(42)) goto parse_charValue;
1211 input, this->add_charvalue()));
1215 if (input->ExpectTag(42)) goto parse_charValue;
1216 if (input->ExpectTag(50)) goto parse_rawBytes;
1226 input, this->add_rawbytes()));
1230 if (input->ExpectTag(50)) goto parse_rawBytes;
1231 if (input->ExpectTag(56)) goto parse_boolValue;
1242 1, 56, input, this->mutable_boolvalue())));
1248 input, this->mutable_boolvalue())));
1252 if (input->ExpectTag(56)) goto parse_boolValue;
1253 if (input->ExpectAtEnd()) return true;
1263 DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag));
1493 ::google::protobuf::io::CodedInputStream* input) {
1496 while ((tag = input->ReadTag()) != 0) {
1504 input, &width_)));
1509 if (input->ExpectTag(16)) goto parse_height;
1520 input, &height_)));
1525 if (input->ExpectTag(26)) goto parse_contents;
1535 input, this->add_contents()));
1539 if (input->ExpectTag(26)) goto parse_contents;
1540 if (input->ExpectAtEnd()) return true;
1550 DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag));
1742 ::google::protobuf::io::CodedInputStream* input) {
1745 while ((tag = input->ReadTag()) != 0) {
1753 input, &context_id_)));
1758 if (input->ExpectTag(16)) goto parse_start_time;
1769 input, &start_time_)));
1774 if (input->ExpectTag(24)) goto parse_duration;
1785 input, &duration_)));
1790 if (input->ExpectTag(32)) goto parse_function;
1802 input, &value)));
1809 if (input->ExpectTag(42)) goto parse_args;
1819 input, add_args()));
1823 if (input->ExpectTag(42)) goto parse_args;
1824 if (input->ExpectTag(50)) goto parse_returnValue;
1834 input, mutable_returnvalue()));
1838 if (input->ExpectTag(58)) goto parse_fb;
1848 input, mutable_fb()));
1852 if (input->ExpectTag(64)) goto parse_threadtime;
1863 input, &threadtime_)));
1868 if (input->ExpectAtEnd()) return true;
1878 DO_(::google::protobuf::internal::WireFormatLite::SkipField(input, tag));