OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_item_name
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/DataFormatters/
LibStdcpp.cpp
325
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
));
LibCxx.cpp
282
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
));
Completed in 89 milliseconds