Searched refs:GenericType (Results 1 – 4 of 4) sorted by relevance
42 GenericType, enumerator47 explicit LifecycleObserver(Context* context, Type type = GenericType)
41 explicit ContextLifecycleObserver(ExecutionContext*, Type = GenericType);
267 template <typename GenericType>270 typedef GenericType Type;271 static GenericType* New() { return new GenericType; } in New()272 static void Delete(GenericType* value) { delete value; } in Delete()273 static void Clear(GenericType* value) { value->Clear(); } in Clear()274 static void Merge(const GenericType& from, GenericType* to) { in Merge()277 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); } in SpaceUsed()
331 template <typename GenericType>334 typedef GenericType Type;335 static GenericType* New() { return new GenericType; } in New()336 static void Delete(GenericType* value) { delete value; } in Delete()337 static void Clear(GenericType* value) { value->Clear(); } in Clear()338 static void Merge(const GenericType& from, GenericType* to) { in Merge()341 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); } in SpaceUsed()