OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxFeatureMapSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/safe_browsing/
features_unittest.cc
16
for (size_t i = 0; i < FeatureMap::
kMaxFeatureMapSize
; ++i) {
20
EXPECT_EQ(FeatureMap::
kMaxFeatureMapSize
, features.features().size());
27
EXPECT_EQ(FeatureMap::
kMaxFeatureMapSize
, features.features().size());
features.cc
12
const size_t FeatureMap::
kMaxFeatureMapSize
= 10000;
22
if (features_.size() >=
kMaxFeatureMapSize
) {
23
// If we hit this case, it indicates that either
kMaxFeatureMapSize
is
features.h
43
//
kMaxFeatureMapSize
.
48
// success, or false if the feature map exceeds
kMaxFeatureMapSize
63
static const size_t
kMaxFeatureMapSize
;
Completed in 68 milliseconds