SYMBOL INDEX (254 symbols across 43 files) FILE: Realm/RLMAccessor.hpp class RLMRealm (line 29) | class RLMRealm class RLMClassInfo (line 30) | class RLMClassInfo class RLMObservationTracker (line 31) | class RLMObservationTracker function RLM_HIDDEN_BEGIN (line 34) | RLM_HIDDEN_BEGIN type RLMStatelessAccessorContext (line 49) | struct RLMStatelessAccessorContext { method id (line 50) | static id box(bool v) { return @(v); } method id (line 51) | static id box(double v) { return @(v); } method id (line 52) | static id box(float v) { return @(v); } method id (line 53) | static id box(long long v) { return @(v); } method id (line 54) | static id box(realm::StringData v) { return RLMStringDataToNSString(v)... method id (line 55) | static id box(realm::BinaryData v) { return RLMBinaryDataToNSData(v) ?... method id (line 56) | static id box(realm::Timestamp v) { return RLMTimestampToNSDate(v) ?: ... method id (line 57) | static id box(realm::Decimal128 v) { return v.is_null() ? NSNull.null ... method id (line 59) | static id box(realm::UUID v) { return [[NSUUID alloc] initWithRealmUUI... method id (line 61) | static id box(std::optional v) { return v ? @(*v) : NSNull.null; } method id (line 62) | static id box(std::optional v) { return v ? @(*v) : NSNull.nul... method id (line 63) | static id box(std::optional v) { return v ? @(*v) : NSNull.null; } method id (line 64) | static id box(std::optional v) { return v ? @(*v) : NSNull.nu... method id (line 65) | static id box(std::optional v) { return v ? box(*v) :... method id (line 66) | static id box(std::optional v) { return v ? box(*v) : NSN... method enumerate_collection (line 72) | static void enumerate_collection(__unsafe_unretained const id v, Func&... method id (line 88) | static id null_value() noexcept { return NSNull.null; } method id (line 89) | static id no_value() noexcept { return nil; } method allow_missing (line 90) | static bool allow_missing(id v) noexcept { return [v isKindOfClass:[NS... method print (line 96) | static std::string print(id obj) { return [obj description].UTF8String; } class RLMAccessorContext (line 99) | class RLMAccessorContext : public RLMStatelessAccessorContext { method will_change (line 116) | void will_change(realm::Object& obj, realm::Property const& prop) { wi... method T (line 124) | T unbox(__unsafe_unretained id const v, realm::CreatePolicy = realm::C... FILE: Realm/RLMArray_Private.hpp type realm (line 27) | namespace realm { class Results (line 28) | class Results class RLMObjectBase (line 31) | class RLMObjectBase class RLMClassInfo (line 32) | class RLMClassInfo class RLMObservationInfo (line 33) | class RLMObservationInfo function interface (line 35) | interface RLMArray () { FILE: Realm/RLMClassInfo.hpp type realm (line 27) | namespace realm { class ObjectSchema (line 28) | class ObjectSchema class Schema (line 29) | class Schema type Property (line 30) | struct Property type ColKey (line 31) | struct ColKey type TableKey (line 32) | struct TableKey class RLMObservationInfo (line 35) | class RLMObservationInfo class RLMRealm (line 36) | class RLMRealm type std (line 40) | namespace std { type hash (line 42) | struct hash { type equal_to (line 47) | struct equal_to { class RLMClassInfo (line 56) | class RLMClassInfo { class RLMSchemaInfo (line 123) | class RLMSchemaInfo { method RLMSchemaInfo (line 127) | RLMSchemaInfo() = default; FILE: Realm/RLMCollection.h type id (line 28) | typedef id _Nullable(^RLMSectionedResultsKeyBlock)(id); FILE: Realm/RLMCollection_Private.hpp type realm (line 29) | namespace realm { class CollectionChangeCallback (line 30) | class CollectionChangeCallback class List (line 31) | class List class Obj (line 32) | class Obj class Results (line 33) | class Results class TableView (line 34) | class TableView type CollectionChangeSet (line 35) | struct CollectionChangeSet type ColKey (line 36) | struct ColKey type object_store (line 37) | namespace object_store { class Collection (line 38) | class Collection class Dictionary (line 39) | class Dictionary class Set (line 40) | class Set class RLMClassInfo (line 43) | class RLMClassInfo class RLMFastEnumerator (line 44) | class RLMFastEnumerator function canAggregate (line 112) | static inline bool canAggregate(RLMPropertyType type, bool allowDate) { FILE: Realm/RLMConstants.h type NSString (line 136) | typedef NSString * RLMNotification FILE: Realm/RLMDecimal128_Private.hpp type realm (line 21) | namespace realm { class Decimal128 (line 22) | class Decimal128 FILE: Realm/RLMDictionary_Private.hpp type realm (line 27) | namespace realm { class Results (line 28) | class Results class RLMObjectBase (line 31) | class RLMObjectBase class RLMClassInfo (line 32) | class RLMClassInfo class RLMObservationInfo (line 33) | class RLMObservationInfo function interface (line 35) | interface RLMDictionary () { FILE: Realm/RLMError_Private.hpp function NSError (line 29) | NSError *makeError(realm::StatusWith const& statusWith) { FILE: Realm/RLMGeospatial_Private.hpp type realm (line 21) | namespace realm { class Geospatial (line 22) | class Geospatial FILE: Realm/RLMMigration_Private.h function namespace (line 23) | namespace realm { FILE: Realm/RLMObjectId_Private.hpp type realm (line 21) | namespace realm { class ObjectId (line 22) | class ObjectId FILE: Realm/RLMObjectSchema_Private.h function RLMObjectSchema (line 23) | RLM_HEADER_AUDIT_BEGIN(nullability) FILE: Realm/RLMObjectSchema_Private.hpp type realm (line 23) | namespace realm { class ObjectSchema (line 24) | class ObjectSchema class RLMSchema (line 26) | class RLMSchema FILE: Realm/RLMObjectStore.h function namespace (line 80) | namespace realm { FILE: Realm/RLMObject_Private.h function interface (line 37) | interface RLMObjectBase () { FILE: Realm/RLMObject_Private.hpp class RLMObservationInfo (line 27) | class RLMObservationInfo function interface (line 30) | interface RLMObjectBase () { function RLMVerifyAttached (line 41) | static inline void RLMVerifyAttached(__unsafe_unretained RLMObjectBase *... function RLMVerifyInWriteTransaction (line 49) | static inline void RLMVerifyInWriteTransaction(__unsafe_unretained RLMOb... FILE: Realm/RLMObservation.hpp class RLMObjectBase (line 26) | class RLMObjectBase class RLMClassInfo (line 27) | class RLMClassInfo class RLMSchemaInfo (line 28) | class RLMSchemaInfo type realm (line 30) | namespace realm { class History (line 31) | class History class SharedGroup (line 32) | class SharedGroup type TableKey (line 33) | struct TableKey type ColKey (line 34) | struct ColKey class RLMObservationInfo (line 50) | class RLMObservationInfo { method isForRow (line 67) | bool isForRow(realm::ObjKey key) const { method hasObservers (line 73) | bool hasObservers() const { return observerCount > 0; } method forEach (line 116) | void forEach(F&& f) const { method RLMObservationInfo (line 134) | RLMObservationInfo(RLMObservationInfo const&) = delete; method RLMObservationInfo (line 135) | RLMObservationInfo(RLMObservationInfo&&) = delete; method RLMObservationInfo (line 136) | RLMObservationInfo& operator=(RLMObservationInfo const&) = delete; method RLMObservationInfo (line 137) | RLMObservationInfo& operator=(RLMObservationInfo&&) = delete; class RLMObservationTracker (line 148) | class RLMObservationTracker { type Change (line 170) | struct Change { FILE: Realm/RLMProperty_Private.h function NSString (line 31) | static inline NSString *RLMTypeToString(RLMPropertyType type) { function interface (line 64) | interface RLMProperty () { FILE: Realm/RLMProperty_Private.hpp class RLMSchema (line 23) | class RLMSchema function end (line 29) | end FILE: Realm/RLMQueryUtil.hpp type realm (line 23) | namespace realm { class Group (line 24) | class Group class Query (line 25) | class Query class SortDescriptor (line 26) | class SortDescriptor class RLMObjectSchema (line 29) | class RLMObjectSchema class RLMClassInfo (line 30) | class RLMClassInfo FILE: Realm/RLMRealm.h type RLMAsyncTransactionId (line 31) | typedef unsigned RLMAsyncTransactionId; FILE: Realm/RLMRealmUtil.hpp class RLMRealm (line 24) | class RLMRealm type realm (line 26) | namespace realm { class BindingContext (line 27) | class BindingContext FILE: Realm/RLMRealm_Private.hpp type realm (line 27) | namespace realm { class Group (line 28) | class Group class Realm (line 29) | class Realm function interface (line 32) | interface RLMRealm () { FILE: Realm/RLMResults_Private.hpp class RLMClassInfo (line 25) | class RLMClassInfo function translateCollectionError (line 58) | static auto translateCollectionError(Function&& f, NSString *collectionN... FILE: Realm/RLMScheduler.h function namespace (line 23) | namespace realm::util { FILE: Realm/RLMSchema_Private.hpp type realm (line 23) | namespace realm { class Schema (line 24) | class Schema class ObjectSchema (line 25) | class ObjectSchema FILE: Realm/RLMSet_Private.hpp type realm (line 25) | namespace realm { class SetBase (line 26) | class SetBase class CollectionBase (line 27) | class CollectionBase type object_store (line 28) | namespace object_store { class Set (line 29) | class Set class RLMObjectBase (line 33) | class RLMObjectBase class RLMClassInfo (line 34) | class RLMClassInfo class RLMObservationInfo (line 35) | class RLMObservationInfo function interface (line 37) | interface RLMSet () { FILE: Realm/RLMUUID_Private.hpp type realm (line 21) | namespace realm { class UUID (line 22) | class UUID FILE: Realm/RLMUtil.hpp type realm (line 33) | namespace realm { class Decimal128 (line 34) | class Decimal128 class Exception (line 35) | class Exception class Mixed (line 36) | class Mixed class RLMClassInfo (line 39) | class RLMClassInfo class RLMObjectSchema (line 41) | class RLMObjectSchema class RLMProperty (line 42) | class RLMProperty function BOOL (line 71) | static inline BOOL RLMIsKindOfClass(Class class1, Class class2) { function T (line 80) | static inline T *RLMDynamicCast(__unsafe_unretained id obj) { function id (line 87) | static inline id RLMCoerceToNil(__unsafe_unretained id obj) { function T (line 98) | static inline T RLMCoerceToNil(__unsafe_unretained T obj) { function NSString (line 108) | static inline NSString *RLMStringDataToNSString(realm::StringData string... function NSString (line 121) | static inline NSString *RLMStringViewToNSString(std::string_view stringV... function RLMStringDataWithNSString (line 130) | static inline realm::StringData RLMStringDataWithNSString(__unsafe_unret... function NSData (line 138) | static inline NSData *RLMBinaryDataToNSData(realm::BinaryData binaryData) { function RLMBinaryDataForNSData (line 142) | static inline realm::BinaryData RLMBinaryDataForNSData(__unsafe_unretain... function NSDate (line 153) | static inline NSDate *RLMTimestampToNSDate(realm::Timestamp ts) NS_RETUR... function RLMTimestampForNSDate (line 160) | static inline realm::Timestamp RLMTimestampForNSDate(__unsafe_unretained... function NSUInteger (line 185) | static inline NSUInteger RLMConvertNotFound(size_t index) { function RLMNSStringToStdString (line 189) | static inline void RLMNSStringToStdString(std::string &out, NSString *in) { function RLMTranslateError (line 230) | static auto RLMTranslateError(Fn&& fn) { function numberIsInteger (line 239) | static inline bool numberIsInteger(__unsafe_unretained NSNumber *const o... function numberIsBool (line 253) | static inline bool numberIsBool(__unsafe_unretained NSNumber *const obj) { function numberIsFloat (line 268) | static inline bool numberIsFloat(__unsafe_unretained NSNumber *const obj) { function numberIsDouble (line 283) | static inline bool numberIsDouble(__unsafe_unretained NSNumber *const ob... class RLMUnfairMutex (line 297) | class RLMUnfairMutex { method RLMUnfairMutex (line 299) | RLMUnfairMutex() = default; method lock (line 301) | void lock() noexcept { method try_lock (line 305) | bool try_lock() noexcept { method unlock (line 309) | void unlock() noexcept { method RLMUnfairMutex (line 315) | RLMUnfairMutex(RLMUnfairMutex const&) = delete; method RLMUnfairMutex (line 316) | RLMUnfairMutex& operator=(RLMUnfairMutex const&) = delete; FILE: Realm/Tests/array_tests.py function type_name (line 78) | def type_name(propertyName, optional): FILE: Realm/Tests/dictionary_tests.py function type_name (line 87) | def type_name(propertyName, optional): FILE: Realm/Tests/set_tests.py function type_name (line 84) | def type_name(propertyName, optional): FILE: examples/installation/build.rb function usage (line 5) | def usage() function read_setting (line 36) | def read_setting(name) function replace_in_file (line 54) | def replace_in_file(filepath, *args) function sh (line 64) | def sh(*args) function copy_xcframework (line 71) | def copy_xcframework(path, framework, dir = '') function download_release (line 84) | def download_release(version) function download_realm (line 105) | def download_realm(platform, method, static) function build_app (line 177) | def build_app(platform, method, static) function validate_build (line 215) | def validate_build(static) function test (line 224) | def test(platform, method, linkage = 'dynamic') FILE: examples/ios/objc/Migration/Examples/Example_v3.h function interface (line 43) | interface Pet : RLMObject type Kind (line 64) | enum Kind function kind (line 67) | enum Kind)kind { FILE: examples/ios/objc/Migration/Examples/Example_v4.h function interface (line 35) | interface Pet : RLMObject type Kind (line 56) | enum Kind function kind (line 59) | enum Kind)kind { FILE: examples/ios/objc/Migration/Examples/Example_v5.h function interface (line 38) | interface Pet : RLMObject type Kind (line 59) | enum Kind function kind (line 62) | enum Kind)kind { FILE: plugin/rlm_lldb.py function cache_lookup (line 74) | def cache_lookup(cache, key, generator): function get_ivar_info (line 82) | def get_ivar_info(obj, ivar): function get_ivar (line 91) | def get_ivar(obj, addr, ivar): function is_object_deleted (line 98) | def is_object_deleted(obj): class SyntheticChildrenProvider (line 111) | class SyntheticChildrenProvider(object): method __init__ (line 112) | def __init__(self, class_name): method _eval (line 115) | def _eval(self, expr): method _get_ivar (line 119) | def _get_ivar(self, addr, ivar): method _to_str (line 122) | def _to_str(self, val): method _value_from_ivar (line 125) | def _value_from_ivar(self, ivar): function RLMObject_SummaryProvider (line 129) | def RLMObject_SummaryProvider(obj, _): class RLMObject_SyntheticChildrenProvider (line 135) | class RLMObject_SyntheticChildrenProvider(SyntheticChildrenProvider): method __init__ (line 136) | def __init__(self, obj, _): method num_children (line 156) | def num_children(self): method has_children (line 159) | def has_children(self): method get_child_index (line 162) | def get_child_index(self, name): method get_child_at_index (line 169) | def get_child_at_index(self, index): method update (line 179) | def update(self): method _get_prop (line 182) | def _get_prop(self, props, i): function get_object_class_name (line 190) | def get_object_class_name(frame, obj, addr, ivar): function RLMArray_SummaryProvider (line 198) | def RLMArray_SummaryProvider(obj, _): function is_results_evaluated (line 207) | def is_results_evaluated(obj): function results_object_class_name (line 219) | def results_object_class_name(obj): function RLMResults_SummaryProvider (line 224) | def RLMResults_SummaryProvider(obj, _): class RLMCollection_SyntheticChildrenProvider (line 234) | class RLMCollection_SyntheticChildrenProvider(SyntheticChildrenProvider): method __init__ (line 235) | def __init__(self, valobj, _): method num_children (line 241) | def num_children(self): method has_children (line 246) | def has_children(self): method get_child_index (line 249) | def get_child_index(self, name): method get_child_at_index (line 256) | def get_child_at_index(self, index): method update (line 262) | def update(self): function __lldb_init_module (line 265) | def __lldb_init_module(debugger, _): FILE: scripts/create-release-package.rb function sh (line 17) | def sh(*args) function platforms (line 22) | def platforms(xcode_version) function create_xcframework (line 30) | def create_xcframework(root, xcode_version, configuration, name) function zip (line 39) | def zip(name, *files) FILE: scripts/github_release.rb function sh (line 11) | def sh(*args) function release_notes (line 16) | def release_notes(version) function create_release (line 31) | def create_release(version) function package_release_notes (line 51) | def package_release_notes(version) function download_artifacts (line 58) | def download_artifacts(key, sha) function download (line 74) | def download(name, url) FILE: scripts/package_examples.rb function remove_reference_to_realm_xcode_project (line 9) | def remove_reference_to_realm_xcode_project(workspace_path) function replace_in_file (line 19) | def replace_in_file(filepath, pattern, replacement) function replace_framework (line 26) | def replace_framework(example, framework, path) FILE: scripts/pr-ci-matrix.rb function minimum_version (line 9) | def minimum_version(major) FILE: scripts/release-matrix.rb function macOS (line 5) | def cls.macOS function catalyst (line 9) | def cls.catalyst function iOS (line 13) | def cls.iOS function iOSSimulator (line 17) | def cls.iOSSimulator function tvOS (line 21) | def cls.tvOS function tvOSSimulator (line 25) | def cls.tvOSSimulator function watchOS (line 29) | def cls.watchOS function watchOSSimulator (line 33) | def cls.watchOSSimulator function visionOS (line 37) | def cls.visionOS function visionOSSimulator (line 41) | def cls.visionOSSimulator function generic (line 45) | def cls.generic function action (line 63) | def action