Home
last modified time | relevance | path

Searched defs:tag_bytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc65 string tag_bytes = SimpleItoa(tag_array[0]); in SetCommonFieldVariables() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddecoder.py838 def SkipField(buffer, pos, end, tag_bytes): argument