Searched defs:TemplateHashMapImpl (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhashmap.h39 class TemplateHashMapImpl { class in namespace:v8::internal
45 TemplateHashMapImpl(MatchFun match, uint32_t initial_capacity = 8);
47 ~TemplateHashMapImpl();
102 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap;
105 TemplateHashMapImpl<P>::TemplateHashMapImpl(MatchFun match, function in class:v8::internal::TemplateHashMapImpl
113 TemplateHashMapImpl<P>::~TemplateHashMapImpl() {
119 typename TemplateHashMapImpl<P>::Entry* TemplateHashMapImpl<
[all...]

Completed in 462 milliseconds