copyFromUtf8      159 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java       ByteString b = ByteString.copyFromUtf8((String) o);
copyFromUtf8     1299 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     ByteString input = ByteString.copyFromUtf8(charString.toString());
copyFromUtf8     1393 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     return escapeBytes(ByteString.copyFromUtf8(input));
copyFromUtf8      140 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java     ByteString byteString = ByteString.copyFromUtf8(testString);
copyFromUtf8      168 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     return ByteString.copyFromUtf8(s);
copyFromUtf8       49 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java   private static ByteString BYTE_STRING_A = ByteString.copyFromUtf8("A");
copyFromUtf8       50 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java   private static ByteString BYTE_STRING_B = ByteString.copyFromUtf8("B");
copyFromUtf8       51 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java   private static ByteString BYTE_STRING_C = ByteString.copyFromUtf8("C");
copyFromUtf8       71 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java     ByteString sourceByteString = ByteString.copyFromUtf8(sourceString);
copyFromUtf8       92 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java     ByteString flatString = ByteString.copyFromUtf8(testString);
copyFromUtf8       93 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java     ByteString sourceByteString = ByteString.copyFromUtf8(sourceString);
copyFromUtf8      110 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java     ByteString flatString = ByteString.copyFromUtf8(testString);
copyFromUtf8      156 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java             .addLengthDelimited(ByteString.copyFromUtf8("4"))
copyFromUtf8      509 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java     ByteString zhByteString = ByteString.copyFromUtf8(zh);
copyFromUtf8       49 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java   private static ByteString BYTE_STRING_A = ByteString.copyFromUtf8("A");
copyFromUtf8       50 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java   private static ByteString BYTE_STRING_B = ByteString.copyFromUtf8("B");
copyFromUtf8       51 third_party/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java   private static ByteString BYTE_STRING_C = ByteString.copyFromUtf8("C");
copyFromUtf8      356 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java                 .addLengthDelimited(ByteString.copyFromUtf8("bar"))
copyFromUtf8      423 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java             .setMessage(ByteString.copyFromUtf8("bar"))