Searched refs:bkpt_object_sp (Results 1 – 4 of 4) sorted by relevance
155 SerializedBreakpointMatchesNames(StructuredData::ObjectSP &bkpt_object_sp,
218 StructuredData::ObjectSP &bkpt_object_sp, std::vector<std::string> &names) { in SerializedBreakpointMatchesNames() argument219 if (!bkpt_object_sp) in SerializedBreakpointMatchesNames()222 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
2211 StructuredData::ObjectSP bkpt_object_sp = in HandleOptionArgumentCompletion() local2213 if (!bkpt_object_sp) in HandleOptionArgumentCompletion()2217 bkpt_object_sp->GetAsDictionary(); in HandleOptionArgumentCompletion()
1281 StructuredData::ObjectSP bkpt_object_sp = bkpt_array->GetItemAtIndex(i); in CreateBreakpointsFromFile() local1283 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in CreateBreakpointsFromFile()