Searched refs:per_value_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h267 const int per_value_size = tag_size + sizeof(value); local
270 size / per_value_size);
279 const int read_bytes = num_read * per_value_size;
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h268 const int per_value_size = tag_size + sizeof(value); local
271 size / per_value_size);
280 const int read_bytes = num_read * per_value_size;

Completed in 96 milliseconds