Searched refs:NamedStreams (Results 1 – 8 of 8) sorted by relevance
24 NamedStreamMap &NamedStreams) in InfoStreamBuilder() argument26 NamedStreams(NamedStreams) { in InfoStreamBuilder()49 NamedStreams.calculateSerializedLength() + in finalizeMsfLayout()71 if (auto EC = NamedStreams.commit(Writer)) in commit()
44 if (auto EC = NamedStreams.load(Reader)) in reload()88 if (!NamedStreams.get(Name, Result)) in getNamedStreamIndex()94 return NamedStreams.entries(); in named_streams()124 return NamedStreams; in getNamedStreams()
60 Info = std::make_unique<InfoStreamBuilder>(*Msf, NamedStreams); in getInfoBuilder()96 NamedStreams.set(Name, *ExpectedStream); in allocateNamedStream()228 if (!NamedStreams.get(Name, SN)) in getNamedStreamIndex()
76 DenseMap<uint16_t, std::string> NamedStreams; in discoverStreamPurposes() 92 NamedStreams[NSE.second] = std::string(NSE.first()); in discoverStreamPurposes() 170 auto NSIter = NamedStreams.find(StreamIdx); in discoverStreamPurposes() 175 } else if (NSIter != NamedStreams.end()) { in discoverStreamPurposes() 77 DenseMap<uint16_t, std::string> NamedStreams; discoverStreamPurposes() local
58 std::vector<NamedStreamMapping> NamedStreams; member
31 NamedStreamMap &NamedStreams);70 NamedStreamMap &NamedStreams; variable
66 NamedStreamMap NamedStreams; variable
106 NamedStreamMap NamedStreams; variable