Home
last modified time | relevance | path

Searched defs:ConfigurableElements (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/blueprint/proptools/
H A Dconfigurable.go54 type ConfigurableElements interface { interface
387 func NewConfigurableCase[T ConfigurableElements](patterns []ConfigurablePattern, value *T) Configur…
521 func NewConfigurable[T ConfigurableElements](conditions []ConfigurableCondition, cases []Configurab…
542 func NewSimpleConfigurable[T ConfigurableElements](value T) Configurable[T] {
548 func newConfigurableWithPropertyName[T ConfigurableElements](propertyName string, conditions []Conf…
730 func mergeValues[T ConfigurableElements](values []valueAndIndices[T]) valueAndIndices[T] {
849 func appendConfiguredValues[T ConfigurableElements](a, b *T) *T {
895 func replaceConfiguredValues[T ConfigurableElements](a, b *T) *T {
994 func appendPostprocessors[T ConfigurableElements](a, b [][]postProcessor[T], newBase int) [][]postP…
1201 func expressionToConfiguredValue[T ConfigurableElements](expr parser.Expression, scope *parser.Scop…
[all …]
/aosp_15_r20/build/soong/android/
H A Dconfigurable_properties.go30 func NewSimpleConfigurable[T proptools.ConfigurableElements](value T) proptools.Configurable[T] {