Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/mk2rbc/
H A Dtypes.go20 type starlarkType int type
74 NewVariable(name string, varClass varClass, valueType starlarkType)
H A Dvariable.go27 setValueType(t starlarkType)
H A Dmk2rbc.go411 func (pcv knownVariables) NewVariable(name string, varClass varClass, valueType starlarkType) {