OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:children_sp
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/API/
SBTypeCategory.cpp
162
lldb::SyntheticChildrenSP
children_sp
;
165
m_opaque_sp->GetRegexFilterNavigator()->GetExact(ConstString(spec.GetName()),
children_sp
);
local
167
m_opaque_sp->GetFilterNavigator()->GetExact(ConstString(spec.GetName()),
children_sp
);
local
169
if (!
children_sp
)
172
TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(
children_sp
);
226
lldb::SyntheticChildrenSP
children_sp
;
229
m_opaque_sp->GetRegexSyntheticNavigator()->GetExact(ConstString(spec.GetName()),
children_sp
);
local
231
m_opaque_sp->GetSyntheticNavigator()->GetExact(ConstString(spec.GetName()),
children_sp
);
local
233
if (!
children_sp
)
236
ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(
children_sp
);
[
all
...]
SBValue.cpp
649
lldb::SyntheticChildrenSP
children_sp
= value_sp->GetSyntheticChildren();
local
651
if (
children_sp
&&
children_sp
->IsScripted())
653
ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(
children_sp
);
[
all
...]
Completed in 169 milliseconds