Searched defs:ChainedOriginDepotNode (Results 1 – 2 of 2) sorted by relevance
24 struct ChainedOriginDepotNode { struct25 ChainedOriginDepotNode *link;26 u32 id;27 u32 here_id;28 u32 prev_id;30 typedef ChainedOriginDepotDesc args_type;32 bool eq(u32 hash, const args_type &args) const { in eq()36 static uptr storage_size(const args_type &args) { in storage_size()53 static u32 hash(const args_type &args) { in hash()77 static bool is_valid(const args_type &args) { return true; } in is_valid()[all …]
25 struct ChainedOriginDepotNode { struct26 using hash_type = u32;27 u32 link;28 u32 here_id;29 u32 prev_id;31 typedef ChainedOriginDepotDesc args_type;35 static uptr allocated() { return 0; } in allocated()45 struct Handle {57 typedef Handle handle_type;