Home
last modified time | relevance | path

Searched refs:endtag (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java236 int endtag = WireFormat.makeTag(WireFormat.getTagFieldNumber(tag), in skipField() local
238 checkLastTagWas(endtag); in skipField()
239 output.writeRawVarint32(endtag); in skipField()