HomeSort by relevance Sort by last modified time
    Searched full:truncated_length (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 424 size_t truncated_length = local
427 if (truncated_length > 0 &&
428 bytes.compare(0, truncated_length, lower_bound) > 0)
429 drop_length = truncated_length;

Completed in 1302 milliseconds