Home | History | Annotate | Download | only in scripts

Lines Matching refs:old_type

248 def cpp_ptr_type(old_type, new_type, gc_type):
252 if old_type == 'Vector':
254 return old_type + 'WillBe' + new_type
255 return old_type