Searched refs:initEntry (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h341 * initEntry Call placement new using default key-based ctor.
349 * Note the reason why initEntry is optional: the default hooks (stubs) clear
355 * new or similar initialization is required, define an initEntry hook. Of
372 PLDHashInitEntry initEntry; member in struct:PLDHashTableOps
517 * Or if table->ops->initEntry is non-null, the table->ops->initEntry op may
523 * not already in the table, and if the optional initEntry hook was not used).
H A Dpldhash.c581 if (table->ops->initEntry &&
582 !table->ops->initEntry(table, entry, key)) {

Completed in 35 milliseconds