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

  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 128 int thisTag = input.readTag();
CodedInputByteBufferNano.java 39 * protocol message constructs and field types (e.g. {@link #readTag()} and
70 public int readTag() throws IOException {
85 * Verifies that the last call to readTag() returned the given tag value.
138 final int tag = readTag();
  /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();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 278 mTag = readTag();
371 mTag = readTag();
533 private ExifTag readTag() throws IOException, ExifInvalidFormatException {
    [all...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 278 milliseconds