platform_build_blueprint/proptools
Colin Cross 1c3530ab58 Support AppendMatchingProperties on an embedded anonymous struct
Recurse into embedded anonymous structs and the BlueprintEmbed
workaround structs when looking for properties in
extendPropertiesRecursive.

Test: proptools/extend_test.go
Change-Id: I975651a64e5173747403629a09263562761f1495
2021-06-28 17:08:52 -07:00
..
clone.go Add support for maps as properties 2021-05-26 09:54:22 -04:00
clone_test.go Add support for maps as properties 2021-05-26 09:54:22 -04:00
escape.go Add ShellEscapeIncludingSpaces(string) 2021-03-12 14:37:42 +09:00
escape_test.go Add ShellEscapeIncludingSpaces(string) 2021-03-12 14:37:42 +09:00
extend.go Support AppendMatchingProperties on an embedded anonymous struct 2021-06-28 17:08:52 -07:00
extend_test.go Support AppendMatchingProperties on an embedded anonymous struct 2021-06-28 17:08:52 -07:00
filter.go Always shard structs if they would exceed maxNameSize even if unfiltered 2021-03-26 09:59:19 +00:00
filter_test.go Always shard structs if they would exceed maxNameSize even if unfiltered 2021-03-26 09:59:19 +00:00
proptools.go Add support for maps as properties 2021-05-26 09:54:22 -04:00
proptools_test.go Fix PropertyNameForField for X86. 2020-02-05 17:13:08 -08:00
tag.go Add support for maps as properties 2021-05-26 09:54:22 -04:00
tag_test.go propertyIndexesWithTag can handle slice of struct 2021-02-24 01:02:59 +09:00
typeequal.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00
typeequal_test.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00
unpack.go Fix silently ignoring values assigned to map properties 2021-01-15 22:21:28 -08:00
unpack_test.go Fix silently ignoring values assigned to map properties 2021-01-15 22:21:28 -08:00