Searched defs:lastTag (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java82 lastTag = 0;
86 lastTag = readRawVarint32();
87 if (WireFormat.getTagFieldNumber(lastTag) == 0) {
92 return lastTag;
105 if (lastTag != value) {
484 private int lastTag; field in class:CodedInputStream
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java80 lastTag = 0;
84 lastTag = readRawVarint32();
85 if (lastTag == 0) {
89 return lastTag;
102 if (lastTag != value) {
440 private int lastTag; field in class:CodedInputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DCodedInputByteBufferNano.java72 lastTag = 0;
76 lastTag = readRawVarint32();
77 if (lastTag == 0) {
81 return lastTag;
94 if (lastTag != value) {
400 private int lastTag; field in class:CodedInputByteBufferNano
/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp661 int32_t lastTag = 0; local
674 lastTag = fLastRuleStatusIndex;
688 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
/external/icu/icu4c/source/common/
H A Drbbi.cpp661 int32_t lastTag = 0; local
674 lastTag = fLastRuleStatusIndex;
688 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 922 milliseconds