platform_build_blueprint/proptools
Sasha Smundak 29fdcad56c Implement list of maps
Allow property value to be a list of maps, e.g.
my_module {
  my_list: [
    { name: "foo", value: 42, something: true, },
    { name: "bar", value: 34, something: false, },
  ],
}

Test: internal
Change-Id: I2fc37d692aac39f23c9aa7bda2859ab49f3bc672
2020-03-02 17:26:20 -08:00
..
clone.go Make proptools functions consistently take *struct types 2020-01-28 09:51:19 -08:00
clone_test.go Make proptools functions consistently take *struct types 2020-01-28 09:51:19 -08:00
escape.go Replace *Escape with *EscapeList 2018-09-19 16:17:10 -07:00
escape_test.go Replace *Escape with *EscapeList 2018-09-19 16:17:10 -07:00
extend.go Add isStruct and isStructPtr helpers 2020-01-28 09:51:19 -08:00
extend_test.go Implement list of maps 2020-03-02 17:26:20 -08:00
filter.go Add isStruct and isStructPtr helpers 2020-01-28 09:51:19 -08:00
filter_test.go Make FilterPropertyStructSharded smarter 2020-01-21 11:49:27 -08:00
proptools.go Implement list of maps 2020-03-02 17:26:20 -08:00
proptools_test.go Fix PropertyNameForField for X86. 2020-02-05 17:13:08 -08:00
tag.go Add isStruct and isStructPtr helpers 2020-01-28 09:51:19 -08:00
tag_test.go Add PropertyIndexesWithTag 2019-03-05 19:47:43 -08: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 Implement list of maps 2020-03-02 17:26:20 -08:00
unpack_test.go Implement list of maps 2020-03-02 17:26:20 -08:00