Home | History | Annotate | Download | only in bpdoc

Lines Matching refs:child

268 			child := &parent.Properties[j]
269 if len(child.Properties) > 0 {
270 collapseNestedProperties(&child.Properties)
279 child := parent.Properties[j]
280 child.Name = parent.Name + "." + child.Name
281 n = append(n, child)
297 for _, child := range *p {
298 if len(child.Properties) > 0 {
299 combineDuplicateSubProperties(&child.Properties)
302 if s.SameSubProperties(child) {
303 s.OtherNames = append(s.OtherNames, child.Name)
304 s.OtherTexts = append(s.OtherTexts, child.Text)
309 n = append(n, child)