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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 379 def _VarintBytes(value):
391 return _VarintBytes(wire_format.PackTag(field_number, wire_type))
758 _VarintBytes(field_number),
  /external/protobuf/python/google/protobuf/internal/
encoder.py 373 def _VarintBytes(value):
385 return _VarintBytes(wire_format.PackTag(field_number, wire_type))
675 _VarintBytes(field_number),

Completed in 680 milliseconds