Searched refs:StreamName (Results 1 – 7 of 7) sorted by relevance
125 Desc.StreamName = "/src/files/"; in addInjectedSource() 127 Desc.StreamName += VName; in addInjectedSource() 211 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout() 263 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); in commitInjectedSources()
76 std::string StreamName = ("/src/files/" + VName).str(); in getCode() local81 auto ExpectedFileStream = File.safelyCreateNamedStream(StreamName); in getCode()
69 std::string StreamName; member
70 void printStreamNotPresent(StringRef StreamName);
47 StringRef StreamName; member
174 IO.mapRequired("Name", Obj.StreamName); in mapping()
81 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent() argument83 P.formatLine("{0} stream not present", StreamName); in printStreamNotPresent()