SYMBOL INDEX (73 symbols across 20 files) FILE: Kit/lldb/include/c.h type leveldb_t (line 55) | typedef struct leveldb_t leveldb_t; type leveldb_cache_t (line 56) | typedef struct leveldb_cache_t leveldb_cache_t; type leveldb_comparator_t (line 57) | typedef struct leveldb_comparator_t leveldb_comparator_t; type leveldb_env_t (line 58) | typedef struct leveldb_env_t leveldb_env_t; type leveldb_filelock_t (line 59) | typedef struct leveldb_filelock_t leveldb_filelock_t; type leveldb_filterpolicy_t (line 60) | typedef struct leveldb_filterpolicy_t leveldb_filterpolicy_t; type leveldb_iterator_t (line 61) | typedef struct leveldb_iterator_t leveldb_iterator_t; type leveldb_logger_t (line 62) | typedef struct leveldb_logger_t leveldb_logger_t; type leveldb_options_t (line 63) | typedef struct leveldb_options_t leveldb_options_t; type leveldb_randomfile_t (line 64) | typedef struct leveldb_randomfile_t leveldb_randomfile_t; type leveldb_readoptions_t (line 65) | typedef struct leveldb_readoptions_t leveldb_readoptions_t; type leveldb_seqfile_t (line 66) | typedef struct leveldb_seqfile_t leveldb_seqfile_t; type leveldb_snapshot_t (line 67) | typedef struct leveldb_snapshot_t leveldb_snapshot_t; type leveldb_writablefile_t (line 68) | typedef struct leveldb_writablefile_t leveldb_writablefile_t; type leveldb_writebatch_t (line 69) | typedef struct leveldb_writebatch_t leveldb_writebatch_t; type leveldb_writeoptions_t (line 70) | typedef struct leveldb_writeoptions_t leveldb_writeoptions_t; FILE: Kit/lldb/include/cache.h function namespace (line 26) | namespace leveldb { FILE: Kit/lldb/include/comparator.h function namespace (line 12) | namespace leveldb { FILE: Kit/lldb/include/db.h function namespace (line 15) | namespace leveldb { FILE: Kit/lldb/include/dumpfile.h function namespace (line 14) | namespace leveldb { FILE: Kit/lldb/include/env.h function namespace (line 42) | namespace leveldb { FILE: Kit/lldb/include/filter_policy.h function namespace (line 23) | namespace leveldb { FILE: Kit/lldb/include/iterator.h type CleanupNode (line 86) | struct CleanupNode { FILE: Kit/lldb/include/options.h function namespace (line 12) | namespace leveldb { FILE: Kit/lldb/include/slice.h function namespace (line 25) | namespace leveldb { function compare (line 100) | inline int Slice::compare(const Slice& b) const { FILE: Kit/lldb/include/status.h function namespace (line 22) | namespace leveldb { FILE: Kit/lldb/include/table.h function namespace (line 13) | namespace leveldb { FILE: Kit/lldb/include/table_builder.h function namespace (line 22) | namespace leveldb { FILE: Kit/lldb/include/write_batch.h function namespace (line 29) | namespace leveldb { FILE: Kit/scripts/SMJobBlessUtil.py class UsageException (line 62) | class UsageException (Exception): class CheckException (line 69) | class CheckException (Exception): method __init__ (line 74) | def __init__(self, message, path=None): function checkCodeSignature (line 78) | def checkCodeSignature(programPath, programType): function readDesignatedRequirement (line 100) | def readDesignatedRequirement(programPath, programType): function readInfoPlistFromPath (line 120) | def readInfoPlistFromPath(infoPath): function readPlistFromToolSection (line 131) | def readPlistFromToolSection(toolPath, segmentName, sectionName): function checkStep1 (line 196) | def checkStep1(appPath): function checkStep2 (line 230) | def checkStep2(appPath, toolPathList): function checkStep3 (line 272) | def checkStep3(appPath, toolPathList): function checkStep4 (line 304) | def checkStep4(appPath, toolPathList): function checkStep5 (line 317) | def checkStep5(appPath): function check (line 321) | def check(appPath): function setreq (line 336) | def setreq(appPath, appInfoPlistPath, toolInfoPlistPaths): function main (line 421) | def main(): FILE: Kit/scripts/changelog.py function last_release_tag (line 5) | def last_release_tag(): function git_hash (line 11) | def git_hash(tag): class Changelog (line 17) | class Changelog: method generate (line 22) | def generate(self): method commits (line 43) | def commits(self, first_commit): FILE: Kit/scripts/i18n.py function dictionary (line 14) | def dictionary(lines): class i18n (line 28) | class i18n: method __init__ (line 31) | def __init__(self): method en_file (line 36) | def en_file(self): method check (line 43) | def check(self): method fix (line 63) | def fix(self): method _normalize_lang_code (line 84) | def _normalize_lang_code(self, code): method _extract_translation (line 90) | def _extract_translation(self, raw, fallback): method _lang_name_from_code (line 149) | def _lang_name_from_code(self, code): method _script_hint (line 164) | def _script_hint(self, lang_code): method _ollama_translate (line 181) | def _ollama_translate(self, text, target_lang, model="translategemma:4... method _line_authors (line 211) | def _line_authors(self, file_path): method _my_git_author (line 220) | def _my_git_author(self): method _strings_escape (line 230) | def _strings_escape(self, value): method translate (line 235) | def translate(self, model="translategemma:4b", accept=False): FILE: Modules/CPU/bridge.h type IOReportSubscriptionRef (line 17) | struct IOReportSubscriptionRef FILE: Modules/Disk/header.h type nvme_smart_log (line 15) | struct nvme_smart_log { type IONVMeSMARTInterface (line 39) | typedef struct IONVMeSMARTInterface { FILE: Modules/Sensors/bridge.h type __IOHIDEvent (line 17) | struct __IOHIDEvent type __IOHIDServiceClient (line 18) | struct __IOHIDServiceClient type IOReportSubscriptionRef (line 19) | struct IOReportSubscriptionRef type IOHIDFloat (line 21) | typedef double IOHIDFloat; type IOHIDFloat (line 23) | typedef float IOHIDFloat;