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

  /external/protobuf/python/google/protobuf/internal/
encoder.py 319 static_size = (_TagSize(1) * 2 + _TagSize(2) + _VarintSize(field_number) +
325 return static_size + local_VarintSize(l) + l
  /external/chromium/googleurl/src/
url_canon_unittest.cc 295 const int static_size = 16; local
299 for (int i = static_size - 2; i <= static_size + 2; i++) {
305 url_canon::RawCanonOutput<static_size> output;
    [all...]

Completed in 425 milliseconds