Lines Matching refs:mdstring
150 TypedMDRVA<MDString> *mdstring) { in CopyStringToMDString() argument
154 result = mdstring->Copy(str, mdstring->get()->length); in CopyStringToMDString()
174 result = mdstring->CopyIndexAfterObject(out_idx, out, out_size); in CopyStringToMDString()
183 TypedMDRVA<MDString> *mdstring) { in CopyStringToMDString() argument
201 result = mdstring->CopyIndexAfterObject(out_idx, out, out_size); in CopyStringToMDString()
222 TypedMDRVA<MDString> mdstring(this); in WriteStringCore() local
223 if (!mdstring.AllocateObjectAndArray(mdstring_length + 1, sizeof(uint16_t))) in WriteStringCore()
227 mdstring.get()->length = in WriteStringCore()
229 bool result = CopyStringToMDString(str, mdstring_length, &mdstring); in WriteStringCore()
234 result = mdstring.CopyIndexAfterObject(mdstring_length, &ch, sizeof(ch)); in WriteStringCore()
237 *location = mdstring.location(); in WriteStringCore()