Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/soongconfig/
H A Dmodules.go574 type boolVariable struct { struct
575 baseVariable
587 func (b boolVariable) variableValuesType() reflect.Type {
593 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
650 …(b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) {