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

/external/lldb/source/DataFormatters/
H A DLibCxx.cpp282 static ConstString g_item_name; local
283 if (!g_item_name)
284 g_item_name.SetCString("__i");
287 return (new VectorIteratorSyntheticFrontEnd(valobj_sp,g_item_name));
H A DLibStdcpp.cpp325 static ConstString g_item_name; local
326 if (!g_item_name)
327 g_item_name.SetCString("_M_current");
330 return (new VectorIteratorSyntheticFrontEnd(valobj_sp,g_item_name));

Completed in 222 milliseconds