Lines Matching refs:map_set
269 map_set(ValueFormats, get(FmtHex, p_name), FmtHex)
270 map_set(ValueFormats, get(FmtDec, p_name), FmtDec)
271 map_set(ValueFormats, get(FmtMAC, p_name), FmtMAC)
272 map_set(ValueFormats, get(FmtLEDDC, p_name), FmtLEDDC)
273 map_set(ValueFormats, get(FmtStr, p_name), FmtStr)
325 map_set(BaseTypes, get(UInt8, p_name), UInt8)
326 map_set(BaseTypes, get(UInt16, p_name), UInt16)
327 map_set(BaseTypes, get(UInt32, p_name), UInt32)
328 map_set(BaseTypes, get(Int8, p_name), Int8)
329 map_set(BaseTypes, get(Int16, p_name), Int16)
330 map_set(BaseTypes, get(Int32, p_name), Int32)
331 map_set(BaseTypes, get(Char, p_name), Char)
2460 function map_set(map, key, value) { function
2913 map_set(_table, _i, layout)
3066 map_set(_layout_revmap, (_name SUBSEP _i), entry)
3074 map_set(_layout_var_count, _i, 1)
3077 map_set(_layout_var_count, _i, _count + 1)