assertPrintFieldValue 724 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("\"Hello\"", "Hello", "repeated_string"); assertPrintFieldValue 725 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("123.0", 123f, "repeated_float"); assertPrintFieldValue 726 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("123.0", 123d, "repeated_double"); assertPrintFieldValue 727 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("123", 123, "repeated_int32"); assertPrintFieldValue 728 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("123", 123L, "repeated_int64"); assertPrintFieldValue 729 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("true", true, "repeated_bool"); assertPrintFieldValue 730 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("4294967295", 0xFFFFFFFF, "repeated_uint32"); assertPrintFieldValue 731 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("18446744073709551615", 0xFFFFFFFFFFFFFFFFL, assertPrintFieldValue 733 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertPrintFieldValue("\"\\001\\002\\003\"",