Searched refs:toByteString (Results 1 - 19 of 19) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
H A DWireFormatTest.java60 ByteString rawBytes = message.toByteString();
71 ByteString rawBytes = message.toByteString();
85 ByteString rawBytes = message.toByteString();
97 ByteString rawBytes = message.toByteString();
100 ByteString rawBytes2 = message2.toByteString();
133 ByteString rawBytes = message.toByteString();
145 ByteString rawBytes = message.toByteString();
148 ByteString rawBytes2 = message2.toByteString();
159 ByteString rawBytes = message.toByteString();
172 ByteString rawBytes = message.toByteString();
[all...]
H A DAbstractMessageTest.java209 TestAllTypes.parseFrom(abstractMessage.toByteString()));
211 assertEquals(TestUtil.getAllSet().toByteString(),
212 abstractMessage.toByteString());
219 builder.mergeFrom(TestUtil.getAllSet().toByteString()).build();
228 TestPackedTypes.parseFrom(abstractMessage.toByteString()));
230 assertEquals(TestUtil.getPackedSet().toByteString(),
231 abstractMessage.toByteString());
238 builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build();
247 TestUnpackedTypes.parseFrom(abstractMessage.toByteString()));
249 assertEquals(TestUtil.getUnpackedSet().toByteString(),
[all...]
H A DDynamicMessageTest.java151 ByteString rawBytes = message.toByteString();
157 assertEquals(TestUtil.getAllSet().toByteString(), rawBytes);
165 ByteString rawBytes = message.toByteString();
178 ByteString rawBytes = message.toByteString();
184 assertEquals(TestUtil.getPackedSet().toByteString(), rawBytes);
192 ByteString rawBytes = message.toByteString();
H A DUnknownFieldSetTest.java53 allFieldsData = allFields.toByteString();
86 return bizarroFields.build().toByteString();
150 ByteString data = emptyMessage.toByteString();
217 ByteString data = fields.toByteString();
251 assertEquals(allFieldsData, message.toByteString());
292 .toByteString();
338 .toByteString();
H A DCodedInputStreamTest.java371 TestAllTypes.parseFrom(message.toByteString().newInput());
392 CodedInputStream input = rawOutput.toByteString().newCodedInput();
423 ByteString data64 = makeRecursiveMessage(64).toByteString();
424 ByteString data65 = makeRecursiveMessage(65).toByteString();
447 TestUtil.getAllSet().toByteString().newInput());
501 CodedInputStream input = rawOutput.toByteString().newCodedInput();
H A DLiteTest.java73 ByteString data = message.toByteString();
H A DGeneratedMessageTest.java376 builder.mergeFrom(TestUtil.getPackedSet().toByteString()).build();
383 builder.mergeFrom(TestUtil.getUnpackedSet().toByteString()).build();
558 assertEquals(message, MessageWithNoOuter.parseFrom(message.toByteString()));
H A DMessageTest.java266 .buildPartial().toByteString();
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DMessageLite.java104 ByteString toByteString(); method in interface:MessageLite
H A DByteString.java328 * Outputs to a {@code ByteString} instance. Call {@link #toByteString()} to
345 public ByteString toByteString() { method in class:ByteString.Output
358 * Users can call {@link Message#toByteString()} instead of calling this
H A DAbstractMessageLite.java47 public ByteString toByteString() { method in class:AbstractMessageLite
H A DUnknownFieldSet.java148 public ByteString toByteString() { method in class:UnknownFieldSet
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestNode.cpp144 TONATIVE_VOID_EXCEPTIONSTATE(V8StringResource<>, cppValue, toByteString(v8Value, exceptionState), exceptionState);
H A DV8TestObject.cpp254 TONATIVE_VOID_EXCEPTIONSTATE(V8StringResource<>, cppValue, toByteString(v8Value, exceptionState), exceptionState);
2930 TONATIVE_VOID_EXCEPTIONSTATE(V8StringResource<>, cppValue, toByteString(v8Value, exceptionState), exceptionState);
4311 TONATIVE_VOID_EXCEPTIONSTATE(V8StringResource<>, cppValue, toByteString(v8Value, exceptionState), exceptionState);
4341 TONATIVE_VOID_EXCEPTIONSTATE(V8StringResource<>, cppValue, toByteString(v8Value, exceptionState), exceptionState);
5250 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(stringArg, toByteString(info[0], exceptionState), exceptionState);
7158 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(defaultByteStringArg, toByteString(info[0], exceptionState), exceptionState);
7299 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(defaultStringArg, toByteString(info[0], exceptionState), exceptionState);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp533 String toByteString(v8::Handle<v8::Value> value, ExceptionState& exceptionState) function in namespace:blink
H A DV8Binding.h543 String toByteString(v8::Handle<v8::Value>, ExceptionState&);
/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 2083 milliseconds