Searched refs:Constant (Results 1 – 1 of 1) sorted by relevance
/trusty/user/base/tools/ |
D | manifest_compiler.py | 212 class Constant(object): class 1193 return Constant(name, value, const_type) 1196 return Constant(name, parse_uuid(value, log), const_type) 1202 return Constant(name, value, const_type, unsigned, hex_num) 1205 return Constant(name, value, const_type)
|