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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 263 local_unpack = struct.unpack
274 result = local_unpack(format, buffer[pos:new_pos])[0]
286 local_unpack = struct.unpack
310 result = local_unpack('<f', float_bytes)[0]
321 local_unpack = struct.unpack
340 result = local_unpack('<d', double_bytes)[0]
  /external/protobuf/python/google/protobuf/internal/
decoder.py 256 local_unpack = struct.unpack
267 result = local_unpack(format, buffer[pos:new_pos])[0]

Completed in 29 milliseconds