reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2321 Idx = Foo.rfind('_'); 2322 if (Idx != Foo.npos && Foo.size() >= 2) { 2323 Suffix = Foo.slice(Idx, Foo.npos); 2327 Foo = Foo.slice(0, Idx); 2333 Idx = 0; 2335 Idx = b+1; 2336 F = Name.slice(Idx, Idx + Foo.size()); 2336 F = Name.slice(Idx, Idx + Foo.size()); 2337 DotFramework = Name.slice(Idx + Foo.size(), 2338 Idx + Foo.size() + sizeof(".framework/")-1); 2355 Idx = 0; 2357 Idx = d+1; 2358 F = Name.slice(Idx, Idx + Foo.size()); 2358 F = Name.slice(Idx, Idx + Foo.size()); 2359 DotFramework = Name.slice(Idx + Foo.size(), 2360 Idx + Foo.size() + sizeof(".framework/")-1); 2388 Idx = Name.rfind('_'); 2389 if (Idx != Name.npos && Idx != b) { 2389 if (Idx != Name.npos && Idx != b) { 2390 Lib = Name.slice(b, Idx); 2391 Suffix = Name.slice(Idx, a);