Lines Matching refs:map_set
270 map_set(ValueFormats, get(FmtHex, p_name), FmtHex)
271 map_set(ValueFormats, get(FmtDec, p_name), FmtDec)
272 map_set(ValueFormats, get(FmtMAC, p_name), FmtMAC)
273 map_set(ValueFormats, get(FmtLEDDC, p_name), FmtLEDDC)
274 map_set(ValueFormats, get(FmtStr, p_name), FmtStr)
326 map_set(BaseTypes, get(UInt8, p_name), UInt8)
327 map_set(BaseTypes, get(UInt16, p_name), UInt16)
328 map_set(BaseTypes, get(UInt32, p_name), UInt32)
329 map_set(BaseTypes, get(Int8, p_name), Int8)
330 map_set(BaseTypes, get(Int16, p_name), Int16)
331 map_set(BaseTypes, get(Int32, p_name), Int32)
332 map_set(BaseTypes, get(Char, p_name), Char)
2461 function map_set(map, key, value) { function
2914 map_set(_table, _i, layout)
3067 map_set(_layout_revmap, (_name SUBSEP _i), entry)
3075 map_set(_layout_var_count, _i, 1)
3078 map_set(_layout_var_count, _i, _count + 1)