Searched refs:copyFromUtf8 (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DByteStringMicro.java109 public static ByteStringMicro copyFromUtf8(final String text) { method in class:ByteStringMicro
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java133 public static ByteString copyFromUtf8(final String text) { method in class:ByteString
H A DTextFormat.java1173 return escapeBytes(ByteString.copyFromUtf8(input));
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DInternalNano.java122 public static byte[] copyFromUtf8(final String text) { method in class:InternalNano
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DWireFormatTest.java345 .addLengthDelimited(ByteString.copyFromUtf8("bar"))
402 .setMessage(ByteString.copyFromUtf8("bar"))
H A DMicroTest.java547 msg.setOptionalBytes(ByteStringMicro.copyFromUtf8("hello"));
553 .setOptionalBytes(ByteStringMicro.copyFromUtf8("hello"));
558 msg.setOptionalBytes(ByteStringMicro.copyFromUtf8("bye"));
1564 msg.addRepeatedBytes(ByteStringMicro.copyFromUtf8("hello"));
1567 msg.addRepeatedBytes(ByteStringMicro.copyFromUtf8("bye"));
1571 msg.setRepeatedBytes(0, ByteStringMicro.copyFromUtf8("boo"));
1578 .addRepeatedBytes(ByteStringMicro.copyFromUtf8("hello"));
1586 .addRepeatedBytes(ByteStringMicro.copyFromUtf8(""));
1600 .addRepeatedBytes(ByteStringMicro.copyFromUtf8("hello"))
1601 .addRepeatedBytes(ByteStringMicro.copyFromUtf8("worl
[all...]
H A DTextFormatTest.java148 .addLengthDelimited(ByteString.copyFromUtf8("4"))
H A DNanoTest.java477 msg.optionalBytes = InternalNano.copyFromUtf8("hello");
483 .optionalBytes = InternalNano.copyFromUtf8("hello");
488 msg.optionalBytes = InternalNano.copyFromUtf8("bye");
1363 InternalNano.copyFromUtf8("hello"),
1364 InternalNano.copyFromUtf8("bye"),
1365 InternalNano.copyFromUtf8("boo")
1372 .repeatedBytes = new byte[][] { InternalNano.copyFromUtf8("boo") };
1380 .repeatedBytes = new byte[][] { InternalNano.copyFromUtf8("") };
1394 InternalNano.copyFromUtf8("hello"),
1395 InternalNano.copyFromUtf8("worl
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1833 milliseconds