Lines Matching refs:Properties
64 Properties StlProperties member
68 return []interface{}{&stl.Properties}
72 stl.Properties.SelectedStl = func() string {
74 if stl.Properties.Stl != nil {
75 s = *stl.Properties.Stl
138 switch stl.Properties.SelectedStl {
142 if stl.Properties.SelectedStl == "libc++" {
143 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
145 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl)
175 if stl.Properties.SelectedStl == "ndk_libc++_shared" {
176 deps.SharedLibs = append(deps.SharedLibs, stl.Properties.SelectedStl)
178 deps.StaticLibs = append(deps.StaticLibs, stl.Properties.SelectedStl, "ndk_libc++abi")
182 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))
189 switch stl.Properties.SelectedStl {
234 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))