HomeSort by relevance Sort by last modified time
    Searched refs:ConstructRandomMap (Results 1 - 3 of 3) sorted by null

  /external/google-benchmark/test/
map_test.cc 8 std::map<int, int> ConstructRandomMap(int size) {
24 m = ConstructRandomMap(size);
38 m = ConstructRandomMap(st.range(0));
  /external/libcxx/utils/google-benchmark/test/
map_test.cc 8 std::map<int, int> ConstructRandomMap(int size) {
24 m = ConstructRandomMap(size);
38 m = ConstructRandomMap(st.range(0));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
map_test.cc 8 std::map<int, int> ConstructRandomMap(int size) {
23 std::map<int, int> m = ConstructRandomMap(size);
37 m = ConstructRandomMap(st.range(0));

Completed in 357 milliseconds