Searched refs:filterArchStruct (Results 1 – 2 of 2) sorted by relevance
243 out, filtered := proptools.FilterPropertyStruct(reflect.TypeOf(test.in), filterArchStruct)
971 …ropShards, _ := proptools.FilterPropertyStructSharded(props, maxArchTypeNameSize, filterArchStruct)1063 func filterArchStruct(field reflect.StructField, prefix string) (bool, reflect.StructField) { func