Searched defs:string_location (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Djson-stringifier.h806 String* string_location = NULL; local
810 if (*string != string_location) {
814 string_location = *string;
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc1285 MDLocationDescriptor string_location; local
1288 if (!writer_.WriteString(name.c_str(), 0, &string_location))
1293 module->module_name_rva = string_location.rva;
1352 MDLocationDescriptor string_location; local
1354 if (!writer_.WriteString(name, 0, &string_location))
1359 module->module_name_rva = string_location.rva;

Completed in 160 milliseconds