Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ExtraData

66   typename ValueMapConfig<TypeParam*>::ExtraData Data;
183 struct ExtraData {
188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) {
192 static void onDelete(const ExtraData &Data, KeyT Old) {
196 static sys::Mutex *getMutex(const ExtraData &Data) { return Data.M; }
202 typename LockMutex<TypeParam*>::ExtraData Data =
237 struct ExtraData {
242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) {
245 static void onDelete(const ExtraData &Data, KeyT Old) {
252 typename CountOps<TypeParam*>::ExtraData Data = {&Deletions, &RAUWs};
272 typedef ValueMap<KeyT, int, ModifyingConfig<KeyT> > **ExtraData;
274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) {
277 static void onDelete(ExtraData Map, KeyT Old) {