ParseFromCodedStream 649 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc ASSERT_TRUE(message.ParseFromCodedStream(&input)); ParseFromCodedStream 170 third_party/protobuf/src/google/protobuf/message_lite.cc return ParseFromCodedStream(&decoder) && decoder.ConsumedEntireMessage(); ParseFromCodedStream 184 third_party/protobuf/src/google/protobuf/message_lite.cc return ParseFromCodedStream(&decoder) && ParseFromCodedStream 117 third_party/protobuf/src/google/protobuf/message_lite.h bool ParseFromCodedStream(io::CodedInputStream* input); ParseFromCodedStream 225 third_party/protobuf/src/google/protobuf/unknown_field_set.cc return ParseFromCodedStream(&coded_input) && ParseFromCodedStream 138 third_party/protobuf/src/google/protobuf/unknown_field_set.h bool ParseFromCodedStream(io::CodedInputStream* input); ParseFromCodedStream 542 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_TRUE(message2.ParseFromCodedStream(&input)); ParseFromCodedStream 550 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_FALSE(message2.ParseFromCodedStream(&input)); ParseFromCodedStream 570 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_TRUE(message2.ParseFromCodedStream(&input)); ParseFromCodedStream 578 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_FALSE(message2.ParseFromCodedStream(&input));