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

  /tools/acloud/internal/lib/
utils.py 346 int_length = 4
353 type_length = struct.unpack(">I", binary_data[:int_length])[0]
354 if binary_data[int_length:int_length + type_length] != key_type:
  /external/libchrome/dbus/
message.cc 828 int int_length = 0; local
831 &int_length);
832 *length = static_cast<size_t>(int_length);
847 int int_length = 0; local
850 &int_length);
851 *length = static_cast<size_t>(int_length);

Completed in 182 milliseconds