Home | History | Annotate | Download | only in heap

Lines Matching refs:IteratorConstGetType

1260     typedef const blink::Member<T>* IteratorConstGetType;
1264 static IteratorConstReferenceType getToReferenceConstConversion(IteratorConstGetType x) { return x->get(); }
1287 typedef const blink::WeakMember<T>* IteratorConstGetType;
1291 static IteratorConstReferenceType getToReferenceConstConversion(IteratorConstGetType x) { return x->get(); }