Home
last modified time | relevance | path

Searched defs:max_num_entries (Results 1 – 8 of 8) sorted by relevance

/external/icing/icing/store/
Dkey-mapper_benchmark.cc67 int max_num_entries) { in CreateKeyMapper()
73 CreateKeyMapper<DynamicTrieKeyMapper<int>>(int max_num_entries) { in CreateKeyMapper()
81 CreateKeyMapper<PersistentHashMapKeyMapper<int>>(int max_num_entries) { in CreateKeyMapper()
Dpersistent-hash-map-key-mapper.h177 bool pre_mapping_fbv, int32_t max_num_entries, int32_t average_kv_byte_size, in Create()
/external/pigweed/pw_multisink/
Dutil.cc26 size_t max_num_entries) { in UnsafeDumpMultiSinkLogs()
Dmultisink.cc198 const Function<void(ConstByteSpan)>& callback, size_t max_num_entries) { in UnsafeForEachEntry()
/external/tensorflow/tensorflow/core/kernels/
Dstring_split_op.cc199 int64_t max_num_entries = 0; in Compute() local
272 int64_t max_num_entries = 0; in Compute() local
/external/pigweed/pw_log_rpc/public/pw_log_rpc/
Drpc_log_drain.h188 void set_max_bundles_per_trickle(size_t max_num_entries) { in set_max_bundles_per_trickle()
/external/tensorflow/tensorflow/lite/profiling/
Dbuffered_profiler.h85 explicit BufferedProfiler(uint32_t max_num_entries) in BufferedProfiler()
/external/icing/icing/file/
Dpersistent-hash-map.h229 int32_t max_num_entries; member