OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:per_value_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite_inl.h
267
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
;
[
all
...]
/external/protobuf/src/google/protobuf/
wire_format_lite_inl.h
268
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 59 milliseconds