OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stored_count
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/processor/
range_map_unittest.cc
472
int
stored_count
= 0; // The number of ranges successfully stored
local
481
++
stored_count
;
486
if (CountedObject::count() !=
stored_count
) {
489
stored_count
,
496
if (range_map->GetCount() !=
stored_count
) {
499
stored_count
, range_map->GetCount());
static_range_map_unittest.cc
362
int
stored_count
= 0; // The number of ranges successfully stored
local
370
++
stored_count
;
377
EXPECT_EQ(static_range_map->GetCount(),
stored_count
);
Completed in 56 milliseconds