Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go665 type boolVariable struct { struct
666 baseVariable
678 func (b boolVariable) variableValuesType() reflect.Type {
684 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
741 …(b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) {