Searched refs:nestPoint (Results 1 – 2 of 2) sorted by relevance
135 nestedName := nestedProperty.nestPoint151 nestPoint := ps.GetByName(nestedName)152 if nestPoint == nil {155 nestPoint.Nest(nested)178 nestPoint string member189 nestPoint := prefix191 nestPoint = strings.TrimSuffix(nestPoint, ".")193 nestPoint = nestPoint + proptools.PropertyNameForField(fieldName)195 ret = append(ret, nestedProperty{nestPoint: nestPoint, value: value, anonymous: field.Anonymous})196 if nestPoint != "" {[all …]
49 got = append(got, s.nestPoint)