HomeSort by relevance Sort by last modified time
    Searched refs:copyFromUtf8 (Results 1 - 8 of 8) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java 109 public static ByteStringMicro copyFromUtf8(final String text) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 133 public static ByteString copyFromUtf8(final String text) {
TextFormat.java     [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 345 .addLengthDelimited(ByteString.copyFromUtf8("bar"))
402 .setMessage(ByteString.copyFromUtf8("bar"))
MicroTest.java 540 msg.setOptionalBytes(ByteStringMicro.copyFromUtf8("hello"));
546 .setOptionalBytes(ByteStringMicro.copyFromUtf8("hello"));
551 msg.setOptionalBytes(ByteStringMicro.copyFromUtf8("bye"));
    [all...]
TextFormatTest.java 148 .addLengthDelimited(ByteString.copyFromUtf8("4"))
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
MessageParser.java 94 return ByteString.copyFromUtf8(arg);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageParser.java 94 return ByteString.copyFromUtf8(arg);
    [all...]

Completed in 703 milliseconds