HomeSort by relevance Sort by last modified time
    Searched refs:toByteString (Results 26 - 36 of 36) sorted by null

12

  /external/protobuf/java/src/test/java/com/google/protobuf/
MessageTest.java 266 .buildPartial().toByteString();
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 675 * Output#toByteString()} to create the {@code ByteString} instance.
689 * Creates a new {@link Output}. Call {@link Output#toByteString()} to create
703 * Outputs to a {@code ByteString} instance. Call {@link #toByteString()} to
774 public synchronized ByteString toByteString() {
858 * Internal function used by {@link #toByteString()}. The current buffer may
890 * Users can call {@link Message#toByteString()} instead of calling this
    [all...]
UnknownFieldSet.java 148 public ByteString toByteString() {
GeneratedMessage.java 705 ((LazyField.LazyEntry<?>) next).getField().toByteString());
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 188 TestUtil.getAllSet().toByteString());
517 builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build();
524 builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build();
709 assertEquals(message, MessageWithNoOuter.parseFrom(message.toByteString()));
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 148 public ByteString toByteString() {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 497 String toByteString(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
    [all...]
V8Binding.h 529 String toByteString(v8::Handle<v8::Value>, ExceptionState&);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp 217 TONATIVE_VOID_EXCEPTIONSTATE(V8StringResource<>, cppValue, toByteString(v8Value, exceptionState), exceptionState);
    [all...]

Completed in 710 milliseconds

12