Home
last modified time | relevance | path

Searched defs:StringMapList (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_python/gazelle/pythonconfig/
H A Dtypes.go68 type StringMapList struct { struct
69 mapping map[string]string
70 listSeparator string
71 mapSeparator string
84 func (sml *StringMapList) String() string {
89 func (sml *StringMapList) Set(s string) error {
114 func (sml *StringMapList) Get(key string) (string, bool) {
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dargs.h39 struct StringMapList { struct
40 std::vector<std::unordered_map<std::string, std::string>> elements;