OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:valueDeleter
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
uhash.h
147
UObjectDeleter *
valueDeleter
; /* Deletes values when required.
313
* call. If the
valueDeleter
is non-NULL, then the hashtable owns
331
* keyDeleter must be NULL. If the
valueDeleter
is non-NULL, then the
350
* call.
valueDeleter
must be NULL. Storing a 0 value is the same as
368
* call.
valueDeleter
must be NULL. Storing a 0 value is the same as
/external/chromium_org/third_party/icu/source/common/
uhash.h
167
UObjectDeleter *
valueDeleter
; /* Deletes values when required.
333
* call. If the
valueDeleter
is non-NULL, then the hashtable owns
351
* keyDeleter must be NULL. If the
valueDeleter
is non-NULL, then the
370
* call.
valueDeleter
must be NULL. Storing a 0 value is the same as
388
* call.
valueDeleter
must be NULL. Storing a 0 value is the same as
/external/chromium_org/third_party/icu/source/tools/gensprep/
store.c
219
static void U_CALLCONV
valueDeleter
(void* obj){
386
uhash_setValueDeleter(hashTable,
valueDeleter
);
/external/icu4c/tools/gensprep/
store.c
219
static void U_CALLCONV
valueDeleter
(void* obj){
367
uhash_setValueDeleter(hashTable,
valueDeleter
);
Completed in 69 milliseconds