Searched refs:ValueInfo (Results 1 – 1 of 1) sorted by relevance
710 struct ValueInfo : public Malloced { struct711 ValueInfo() : type(FIRST_TYPE), ptr(NULL), str(NULL), number(0) { } in ValueInfo() argument