Home
last modified time | relevance | path

Searched defs:string_count (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/
H A DStringPool.cpp268 void StringPool::HintWillAdd(size_t string_count, size_t style_count) { in HintWillAdd()
/aosp12/art/libartbase/base/
H A Dhash_set_test.cc223 static constexpr size_t string_count = 2000; in TEST_F() local