Searched refs:SelectedStl (Results 1 – 3 of 3) sorted by relevance
28 stl := m.SelectedStl()49 SelectedStl string `blueprint:"mutated"` member61 stl.Properties.SelectedStl = func() string {160 switch stl.Properties.SelectedStl {164 if stl.Properties.SelectedStl == "libc++" {165 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)167 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl)196 if stl.Properties.SelectedStl == "ndk_libc++_shared" {197 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)199 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl, "ndk_libc++abi")[all …]
118 SelectedStl() string methodSpec
187 func (mod *Module) SelectedStl() string { func