Lines Matching defs:NSDictionaryMSyntheticFrontEnd
260 class NSDictionaryMSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
262 NSDictionaryMSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
264 ~NSDictionaryMSyntheticFrontEnd() override;
330 using NSDictionaryMSyntheticFrontEnd =
374 using NSDictionaryMSyntheticFrontEnd =
564 return (new Foundation1437::NSDictionaryMSyntheticFrontEnd(valobj_sp));
566 return (new Foundation1428::NSDictionaryMSyntheticFrontEnd(valobj_sp));
568 return (new Foundation1100::NSDictionaryMSyntheticFrontEnd(valobj_sp));
571 return (new Foundation1100::NSDictionaryMSyntheticFrontEnd(valobj_sp));
1232 lldb_private::formatters::Foundation1100::NSDictionaryMSyntheticFrontEnd::
1233 NSDictionaryMSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp)
1237 NSDictionaryMSyntheticFrontEnd::~NSDictionaryMSyntheticFrontEnd() {
1246 NSDictionaryMSyntheticFrontEnd::GetIndexOfChildWithName(ConstString name) {
1255 NSDictionaryMSyntheticFrontEnd::CalculateNumChildren() {
1262 NSDictionaryMSyntheticFrontEnd::Update() {
1297 NSDictionaryMSyntheticFrontEnd::MightHaveChildren() {
1303 NSDictionaryMSyntheticFrontEnd::GetChildAtIndex(uint32_t idx) {