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 …]
23 struct ChainedOriginDepotNode { struct24 ChainedOriginDepotNode *link;25 u32 id;26 u32 here_id;27 u32 prev_id;29 typedef ChainedOriginDepotDesc args_type;31 bool eq(u32 hash, const args_type &args) const { in eq()35 static uptr storage_size(const args_type &args) { in storage_size()52 static u32 hash(const args_type &args) { in hash()76 static bool is_valid(const args_type &args) { return true; } in is_valid()[all …]