Searched defs:DependencyInfo (Results 1 – 3 of 3) sorted by relevance
73 struct DependencyInfo { struct75 DependencyInfo(absl::string_view indication_symbols, in DependencyInfo() argument85 static std::vector<DependencyInfo> GetDependencyInfo(size_t num_layers); argument
76 struct DependencyInfo { struct78 DependencyInfo(absl::string_view indication_symbols, in DependencyInfo() argument105 std::map<uint32_t, DependencyInfo> pending_frame_configs_; argument
5 class DependencyInfo(object): class