Lines Matching refs:mdstring
100 TypedMDRVA<MDString> *mdstring) { in CopyStringToMDString() argument
104 result = mdstring->Copy(str, mdstring->get()->length); in CopyStringToMDString()
124 result = mdstring->CopyIndexAfterObject(out_idx, out, out_size); in CopyStringToMDString()
133 TypedMDRVA<MDString> *mdstring) { in CopyStringToMDString() argument
151 result = mdstring->CopyIndexAfterObject(out_idx, out, out_size); in CopyStringToMDString()
172 TypedMDRVA<MDString> mdstring(this); in WriteStringCore() local
173 if (!mdstring.AllocateObjectAndArray(mdstring_length + 1, sizeof(uint16_t))) in WriteStringCore()
177 mdstring.get()->length = in WriteStringCore()
179 bool result = CopyStringToMDString(str, mdstring_length, &mdstring); in WriteStringCore()
184 result = mdstring.CopyIndexAfterObject(mdstring_length, &ch, sizeof(ch)); in WriteStringCore()
187 *location = mdstring.location(); in WriteStringCore()