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

  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 304 int tag = input1.readTag();
305 assertEquals(tag, input2.readTag());
393 assertEquals(tag, input.readTag());
502 assertEquals(tag, input.readTag());
516 assertEquals(0, in.readTag());
525 CodedInputStream.newInstance(bytes(i)).readTag();
WireFormatTest.java 248 int tag = input.readTag();
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 42 * protocol message constructs and field types (e.g. {@link #readTag()} and
80 public int readTag() throws IOException {
96 * Verifies that the last call to readTag() returned the given tag value.
149 final int tag = readTag();
AbstractMessage.java 255 final int tag = input.readTag();
457 final int tag = input.readTag();
UnknownFieldSet.java 460 final int tag = input.readTag();
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 40 * protocol message constructs and field types (e.g. {@link #readTag()} and
78 public int readTag() throws IOException {
93 * Verifies that the last call to readTag() returned the given tag value.
146 final int tag = readTag();
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 1021 SerializationTag readTag()
1059 SerializationTag tag = readTag();
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 751 if (!readTag(&tag))
844 bool readTag(SerializationTag* tag)
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java     [all...]

Completed in 231 milliseconds