reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2318 Foo = Name.slice(a+1, Name.npos); 2321 Idx = Foo.rfind('_'); 2322 if (Idx != Foo.npos && Foo.size() >= 2) { 2322 if (Idx != Foo.npos && Foo.size() >= 2) { 2323 Suffix = Foo.slice(Idx, Foo.npos); 2323 Suffix = Foo.slice(Idx, Foo.npos); 2327 Foo = Foo.slice(0, Idx); 2327 Foo = Foo.slice(0, Idx); 2336 F = Name.slice(Idx, Idx + Foo.size()); 2337 DotFramework = Name.slice(Idx + Foo.size(), 2338 Idx + Foo.size() + sizeof(".framework/")-1); 2339 if (F == Foo && DotFramework == ".framework/") { 2341 return Foo; 2358 F = Name.slice(Idx, Idx + Foo.size()); 2359 DotFramework = Name.slice(Idx + Foo.size(), 2360 Idx + Foo.size() + sizeof(".framework/")-1); 2361 if (F == Foo && DotFramework == ".framework/") { 2363 return Foo;