OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createHashMapWithArenaAllocator
(Results
1 - 5
of
5
) sorted by null
/external/google-fruit/src/
normalized_component_storage.cpp
47
binding_compression_info_map(
createHashMapWithArenaAllocator
<TypeId, CompressedBindingUndoInfo>(
73
binding_compression_info_map(
createHashMapWithArenaAllocator
<TypeId, CompressedBindingUndoInfo>(
115
binding_compression_info_map =
createHashMapWithArenaAllocator
<TypeId, CompressedBindingUndoInfo>(
binding_normalization.cpp
341
createHashMapWithArenaAllocator
<TypeId, ComponentStorageEntry>(20 /* capacity */, memory_pool);
/external/google-fruit/include/fruit/impl/util/
hash_helpers.defn.h
60
inline HashMapWithArenaAllocator<Key, Value>
createHashMapWithArenaAllocator
(std::size_t capacity,
hash_helpers.h
91
HashMapWithArenaAllocator<Key, Value>
createHashMapWithArenaAllocator
(size_t capacity, MemoryPool& memory_pool);
/external/google-fruit/include/fruit/impl/normalized_component_storage/
binding_normalization.templates.h
[
all
...]
Completed in 616 milliseconds