Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
Dbag.c40 struct bag *theBag = (struct bag *)jvmtiAllocate(sizeof(struct bag)); in bagCreateBag() local
69 bagDestroyBag(struct bag *theBag) in bagDestroyBag()
78 bagFind(struct bag *theBag, void *key) in bagFind()
94 bagAdd(struct bag *theBag) in bagAdd()
121 bagDelete(struct bag *theBag, void *condemned) in bagDelete()
134 bagDeleteAll(struct bag *theBag) in bagDeleteAll()
141 bagSize(struct bag *theBag) in bagSize()
147 bagEnumerateOver(struct bag *theBag, bagEnumerateFunction func, void *arg) in bagEnumerateOver()