Searched refs:bkpt_object_sp (Results 1 – 4 of 4) sorted by relevance
224 StructuredData::ObjectSP &bkpt_object_sp, std::vector<std::string> &names) { in SerializedBreakpointMatchesNames() argument225 if (!bkpt_object_sp) in SerializedBreakpointMatchesNames()228 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
151 SerializedBreakpointMatchesNames(StructuredData::ObjectSP &bkpt_object_sp,
2171 StructuredData::ObjectSP bkpt_object_sp = in HandleOptionArgumentCompletion() local2173 if (!bkpt_object_sp) in HandleOptionArgumentCompletion()2177 bkpt_object_sp->GetAsDictionary(); in HandleOptionArgumentCompletion()
1105 StructuredData::ObjectSP bkpt_object_sp = bkpt_array->GetItemAtIndex(i); in CreateBreakpointsFromFile() local1107 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in CreateBreakpointsFromFile()