OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:empty_search_pos
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/strings/
string_piece_unittest.cc
256
size_t
empty_search_pos
= TypeParam().find(TypeParam());
local
257
ASSERT_EQ(d.find(d),
empty_search_pos
);
258
ASSERT_EQ(d.find(e),
empty_search_pos
);
259
ASSERT_EQ(e.find(d),
empty_search_pos
);
260
ASSERT_EQ(e.find(e),
empty_search_pos
);
/external/libweave/third_party/chromium/base/strings/
string_piece_unittest.cc
245
size_t
empty_search_pos
= TypeParam().find(TypeParam());
local
246
ASSERT_EQ(d.find(d),
empty_search_pos
);
247
ASSERT_EQ(d.find(e),
empty_search_pos
);
248
ASSERT_EQ(e.find(d),
empty_search_pos
);
249
ASSERT_EQ(e.find(e),
empty_search_pos
);
Completed in 3221 milliseconds