Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go549 type boolVariable struct { struct
550 baseVariable
562 func (b boolVariable) variableValuesType() reflect.Type {
568 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
625 …(b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) {