Searched refs:start_bytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/internal_api/public/base/
H A Dordinal.h468 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/
H A Dencoder.py755 start_bytes = "".join([
764 write(start_bytes)
/external/protobuf/python/google/protobuf/internal/
H A Dencoder.py672 start_bytes = "".join([
681 write(start_bytes)

Completed in 3473 milliseconds