Lines Matching defs:sb_value
38 void Append(const lldb::SBValue &sb_value) { m_values.push_back(sb_value); }
158 SBValue sb_value;
160 sb_value = m_opaque_up->GetValueAtIndex(idx);
162 return sb_value;
183 SBValue sb_value;
185 sb_value = m_opaque_up->FindValueByUID(uid);
186 return sb_value;
192 SBValue sb_value;
194 sb_value = m_opaque_up->GetFirstValueByName(name);
195 return sb_value;