Home
last modified time | relevance | path

Searched refs:num_namespaces (Results 1 – 6 of 6) sorted by relevance

/external/icing/icing/monkey_test/
Dmonkey-test-util.h33 int num_namespaces, int num_uris, in IcingMonkeyTestRunnerConfiguration()
37 num_namespaces(num_namespaces), in IcingMonkeyTestRunnerConfiguration()
43 int num_namespaces; member
Dmonkey-test-generators.cc309 if (config_->num_namespaces == 0) { in GetNamespace()
312 std::uniform_int_distribution<> dist(0, config_->num_namespaces - 1); in GetNamespace()
/external/icing/icing/
Dicing-search-engine_flush_benchmark.cc95 std::vector<std::string> CreateNamespaces(int num_namespaces) { in CreateNamespaces() argument
97 while (--num_namespaces >= 0) { in CreateNamespaces()
98 namespaces.push_back("comgooglepackage" + std::to_string(num_namespaces)); in CreateNamespaces()
Dicing-search-engine_benchmark.cc111 std::vector<std::string> CreateNamespaces(int num_namespaces) { in CreateNamespaces() argument
113 while (--num_namespaces >= 0) { in CreateNamespaces()
114 namespaces.push_back("comgooglepackage" + std::to_string(num_namespaces)); in CreateNamespaces()
/external/icing/proto/icing/proto/
Dstorage.proto111 optional int32 num_namespaces = 13; field
/external/icing/icing/store/
Ddocument-store_test.cc4443 EXPECT_THAT(storage_info.num_namespaces(), Eq(2)); in TEST_P()