Lines Matching defs:string
414 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) {
424 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) {
433 func (c *makeVarsContext) addVariable(name, ninjaStr string, strict, sort bool) {
441 func (c *makeVarsContext) addPhony(name string, deps []string) {
445 func (c *makeVarsContext) addDist(goals []string, paths []string) {
452 func (c *makeVarsContext) Strict(name, ninjaStr string) {
455 func (c *makeVarsContext) StrictSorted(name, ninjaStr string) {
458 func (c *makeVarsContext) StrictRaw(name, value string) {
462 func (c *makeVarsContext) Check(name, ninjaStr string) {
465 func (c *makeVarsContext) CheckSorted(name, ninjaStr string) {
468 func (c *makeVarsContext) CheckRaw(name, value string) {
472 func (c *makeVarsContext) Phony(name string, deps ...Path) {
476 func (c *makeVarsContext) DistForGoal(goal string, paths ...Path) {
480 func (c *makeVarsContext) DistForGoalWithFilename(goal string, path Path, filename string) {
484 func (c *makeVarsContext) DistForGoals(goals []string, paths ...Path) {
488 func (c *makeVarsContext) DistForGoalsWithFilename(goals []string, path Path, filename string) {