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()
156 SerializedBreakpointMatchesNames(StructuredData::ObjectSP &bkpt_object_sp,
2233 StructuredData::ObjectSP bkpt_object_sp = in HandleOptionArgumentCompletion() local2235 if (!bkpt_object_sp) in HandleOptionArgumentCompletion()2239 bkpt_object_sp->GetAsDictionary(); in HandleOptionArgumentCompletion()
1141 StructuredData::ObjectSP bkpt_object_sp = bkpt_array->GetItemAtIndex(i); in CreateBreakpointsFromFile() local1143 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in CreateBreakpointsFromFile()