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

  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 468 const std::string& start_bytes = start.ToInternalValue(); local
470 DCHECK_LT(start_bytes, end_bytes);
472 std::string midpoint = ComputeMidpoint(start_bytes, end_bytes);
473 const size_t proper_length = GetProperLength(start_bytes, midpoint);
476 DCHECK_GT(midpoint, start_bytes);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 755 start_bytes = "".join([
764 write(start_bytes)
  /external/protobuf/python/google/protobuf/internal/
encoder.py 672 start_bytes = "".join([
681 write(start_bytes)

Completed in 103 milliseconds