OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_expected_usage
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/src/google/protobuf/
repeated_field_unittest.cc
320
int
min_expected_usage
= 16 * sizeof(string);
local
321
EXPECT_GE(field.SpaceUsedExcludingSelf(),
min_expected_usage
);
Completed in 74 milliseconds