Searched refs:starlarkTypeInt (Results 1 – 6 of 6) sorted by relevance
/build/soong/mk2rbc/ |
D | types.go | 31 starlarkTypeInt starlarkType = iota const 42 case starlarkTypeInt:
|
D | soong_variables_test.go | 43 {"PLATFORM_SDK_VERSION", VarClassSoong, starlarkTypeInt},
|
D | soong_variables.go | 84 valueType = starlarkTypeInt
|
D | mk2rbc.go | 87 … &simpleCallParser{name: baseName + ".findstring", returnType: starlarkTypeInt}, 1143 …rconv.Atoi(strings.TrimSpace(stringOperand)); err == nil && otherOperand.typ() == starlarkTypeInt { 1240 returnType: starlarkTypeInt, 1252 returnType: starlarkTypeInt, 1607 case starlarkTypeInt: 1829 returnType: starlarkTypeInt, 1846 } else if expr.typ() != starlarkTypeInt { 1850 returnType: starlarkTypeInt, 1891 returnType: starlarkTypeInt,
|
D | variable.go | 58 starlarkTypeInt: "0",
|
D | expr.go | 78 return starlarkTypeInt 281 case starlarkTypeInt:
|