Lines Matching refs:LLDB_REGISTER_METHOD_CONST
221 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, IsValid, ()); in RegisterMethods()
222 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, operator bool, ()); in RegisterMethods()
224 LLDB_REGISTER_METHOD_CONST(lldb::SBError, SBStructuredData, GetAsJSON, in RegisterMethods()
226 LLDB_REGISTER_METHOD_CONST(lldb::SBError, SBStructuredData, GetDescription, in RegisterMethods()
228 LLDB_REGISTER_METHOD_CONST(lldb::StructuredDataType, SBStructuredData, in RegisterMethods()
230 LLDB_REGISTER_METHOD_CONST(size_t, SBStructuredData, GetSize, ()); in RegisterMethods()
231 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, GetKeys, in RegisterMethods()
233 LLDB_REGISTER_METHOD_CONST(lldb::SBStructuredData, SBStructuredData, in RegisterMethods()
235 LLDB_REGISTER_METHOD_CONST(lldb::SBStructuredData, SBStructuredData, in RegisterMethods()
237 LLDB_REGISTER_METHOD_CONST(uint64_t, SBStructuredData, GetIntegerValue, in RegisterMethods()
239 LLDB_REGISTER_METHOD_CONST(double, SBStructuredData, GetFloatValue, (double)); in RegisterMethods()
240 LLDB_REGISTER_METHOD_CONST(bool, SBStructuredData, GetBooleanValue, (bool)); in RegisterMethods()