Home
last modified time | relevance | path

Searched refs:getRandomStringInputs (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dunordered_set_operations.bench.cpp175 …URE(BM_InsertValue, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs)
178 …_InsertValueRehash, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs)
265 …RK_CAPTURE(BM_Find, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs)
268 …TURE(BM_FindRehash, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs)
287 getRandomStringInputs)
298 …are_same_container, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs)
305 …fferent_containers, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs)
315 …BM_InsertDuplicate, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs)
320 …M_EmplaceDuplicate, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs)
327 …plicate, unordered_set_string_insert_arg, std::unordered_set<std::string>{}, getRandomStringInputs)
H A Dfilesystem.bench.cpp25 BENCHMARK_CAPTURE(BM_PathConstructString, large_string, getRandomStringInputs)->Range(8, TestNumInp…
40 BENCHMARK_CAPTURE(BM_PathConstructCStr, large_string, getRandomStringInputs)->Arg(TestNumInputs);
69 BENCHMARK_CAPTURE(BM_PathConstructInputIter, large_string, getRandomStringInputs)
72 BENCHMARK_CAPTURE(BM_PathConstructForwardIter, large_string, getRandomStringInputs)
92 BENCHMARK_CAPTURE(BM_PathIterateMultipleTimes, iterate_elements, getRandomStringInputs)
113 BENCHMARK_CAPTURE(BM_PathIterateOnce, iterate_elements, getRandomStringInputs)->Range(8, TestNumInp…
134 BENCHMARK_CAPTURE(BM_PathIterateOnceBackwards, iterate_elements, getRandomStringInputs)->Arg(TestNu…
H A DGenerateInput.h106 inline std::vector<std::string> getRandomStringInputs(size_t N) { in getRandomStringInputs() function
125 std::vector<std::string> inputs = getRandomStringInputs(N); in getSortedStringInputs()
137 static std::vector<std::string> inputs = getRandomStringInputs(N); in getRandomCStringInputs()
H A Ddeque.bench.cpp30 …HMARK_CAPTURE(BM_ConstructIterIter, deque_string, std::deque<std::string>{}, getRandomStringInputs)
39 …MARK_CAPTURE(BM_ConstructFromRange, deque_string, std::deque<std::string>{}, getRandomStringInputs)
H A Dvector_operations.bench.cpp31 …ARK_CAPTURE(BM_ConstructIterIter, vector_string, std::vector<std::string>{}, getRandomStringInputs)
40 …RK_CAPTURE(BM_ConstructFromRange, vector_string, std::vector<std::string>{}, getRandomStringInputs)
/aosp_15_r20/external/libcxx/benchmarks/
H A Dfilesystem.bench.cpp24 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
41 getRandomStringInputs)->Arg(TestNumInputs);
72 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
74 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
94 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
115 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
137 getRandomStringInputs)->Arg(TestNumInputs);
H A Dunordered_set_operations.bench.cpp177 getRandomStringInputs)->Arg(TestNumInputs);
182 getRandomStringInputs)->Arg(TestNumInputs);
262 getRandomStringInputs)->Arg(TestNumInputs);
267 getRandomStringInputs)->Arg(TestNumInputs);
277 getRandomStringInputs)->Arg(TestNumInputs);
286 getRandomStringInputs)->Arg(TestNumInputs);
295 getRandomStringInputs)->Arg(TestNumInputs);
H A DGenerateInput.hpp115 inline std::vector<std::string> getRandomStringInputs(size_t N) { in getRandomStringInputs() function
124 std::vector<std::string> inputs = getRandomStringInputs(N); in getSortedStringInputs()
136 static std::vector<std::string> inputs = getRandomStringInputs(N); in getRandomCStringInputs()
H A Dvector_operations.bench.cpp29 getRandomStringInputs)->Arg(TestNumInputs);