09:27:13.189 Client { "id": "{174a36f8-e83d-4998-95b8-26d3c5f0db21}", "jsonrpc": "2.0", "method": "initialize", "params": { "capabilities": { "textDocument": { "callHierarchy": { "dynamicRegistration": true }, "codeAction": { "codeActionLiteralSupport": { "codeActionKind": { "valueSet": [ "*" ] } } }, "completion": { "completionItem": { "commitCharacterSupport": true, "snippetSupport": false }, "completionItemKind": { "valueSet": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ] }, "dynamicRegistration": true, "editsNearCursor": true }, "definition": { "dynamicRegistration": true }, "documentSymbol": { "hierarchicalDocumentSymbolSupport": true, "symbolKind": { "valueSet": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] } }, "formatting": { "dynamicRegistration": true }, "hover": { "contentFormat": [ "markdown", "plaintext" ], "dynamicRegistration": true }, "implementation": { "dynamicRegistration": true }, "inactiveRegionsCapabilities": { "inactiveRegions": true }, "onTypeFormatting": { "dynamicRegistration": true }, "publishDiagnostics": { "categorySupport": true, "codeActionsInline": true }, "rangeFormatting": { "dynamicRegistration": true }, "references": { "dynamicRegistration": true }, "rename": { "dynamicRegistration": true, "prepareSupport": true }, "semanticTokens": { "dynamicRegistration": true, "formats": [ "relative" ], "requests": { "full": { "delta": true } }, "tokenModifiers": [ "declaration", "definition" ], "tokenTypes": [ "type", "class", "enumMember", "typeParameter", "parameter", "variable", "function", "macro", "keyword", "comment", "string", "number", "operator" ] }, "signatureHelp": { "dynamicRegistration": true, "signatureInformation": { "activeParameterSupport": true, "documentationFormat": [ "markdown", "plaintext" ] } }, "synchronization": { "didSave": true, "dynamicRegistration": true, "willSave": true, "willSaveWaitUntil": false }, "typeDefinition": { "dynamicRegistration": true } }, "window": { "workDoneProgress": true }, "workspace": { "applyEdit": true, "configuration": true, "didChangeConfiguration": { "dynamicRegistration": true }, "executeCommand": { "dynamicRegistration": true }, "semanticTokens": { "refreshSupport": true }, "workspaceEdit": { "documentChanges": true, "resourceOperations": [ "create", "rename", "delete" ] }, "workspaceFolders": true } }, "clientInfo": { "name": "Qt Creator", "version": "13.0.0-rc1" }, "initializationOptions": { }, "processId": 27580, "rootUri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3", "trace": "off", "workspaceFolders": [ { "name": "untitled3", "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3" } ] } } 09:27:13.280 Server { "id": "{174a36f8-e83d-4998-95b8-26d3c5f0db21}", "jsonrpc": "2.0", "result": { "capabilities": { "astProvider": true, "callHierarchyProvider": true, "clangdInlayHintsProvider": true, "codeActionProvider": { "codeActionKinds": [ "quickfix", "refactor", "info" ] }, "compilationDatabase": { "automaticReload": true }, "completionProvider": { "resolveProvider": false, "triggerCharacters": [ ".", "<", ">", ":", "\"", "/", "*" ] }, "declarationProvider": true, "definitionProvider": true, "documentFormattingProvider": true, "documentHighlightProvider": true, "documentLinkProvider": { "resolveProvider": false }, "documentOnTypeFormattingProvider": { "firstTriggerCharacter": "\n", "moreTriggerCharacter": [ ] }, "documentRangeFormattingProvider": true, "documentSymbolProvider": true, "executeCommandProvider": { "commands": [ "clangd.applyFix", "clangd.applyTweak" ] }, "foldingRangeProvider": true, "hoverProvider": true, "implementationProvider": true, "inactiveRegionsProvider": true, "inlayHintProvider": true, "memoryUsageProvider": true, "referencesProvider": true, "renameProvider": { "prepareProvider": true }, "selectionRangeProvider": true, "semanticTokensProvider": { "full": { "delta": true }, "legend": { "tokenModifiers": [ "declaration", "definition", "deprecated", "deduced", "readonly", "static", "abstract", "virtual", "dependentName", "defaultLibrary", "usedAsMutableReference", "usedAsMutablePointer", "constructorOrDestructor", "userDefined", "functionScope", "classScope", "fileScope", "globalScope" ], "tokenTypes": [ "variable", "variable", "parameter", "function", "method", "function", "property", "variable", "class", "interface", "enum", "enumMember", "type", "type", "unknown", "namespace", "typeParameter", "concept", "type", "macro", "modifier", "operator", "bracket", "label", "comment" ] }, "range": false }, "signatureHelpProvider": { "triggerCharacters": [ "(", ")", "{", "}", "<", ">", "," ] }, "standardTypeHierarchyProvider": true, "textDocumentSync": { "change": 2, "openClose": true, "save": true }, "typeDefinitionProvider": true, "typeHierarchyProvider": true, "workspaceSymbolProvider": true }, "serverInfo": { "name": "clangd", "version": "clangd version 17.0.1 (git://code.qt.io/clang/llvm-project.git 9d330c940f17a50b3c5632dc797247014684e7f7) windows x86_64-w64-windows-gnu" } } } 09:27:13.280 Client { "jsonrpc": "2.0", "method": "initialized", "params": { } } 09:27:13.281 Client { "jsonrpc": "2.0", "method": "textDocument/didOpen", "params": { "textDocument": { "languageId": "cpp", "text": "#include \r\n\r\nusing namespace st\r\n\r\nint main()\r\n{\r\n cout << \"Hello World!\" << endl;\r\n return 0;\r\n}\r\n", "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp", "version": 0 } } } 09:27:13.281 Client { "jsonrpc": "2.0", "method": "textDocument/didClose", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:13.281 Server { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "diagnostics": [ ], "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } 09:27:13.283 Server { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "diagnostics": [ ], "uri": "file:///C:/Users/junokso/AppData/Local/clangd/config.yaml" } } 09:27:13.284 Server { "id": 0, "jsonrpc": "2.0", "method": "window/workDoneProgress/create", "params": { "token": "backgroundIndexProgress" } } 09:27:13.284 Client { "id": 0, "jsonrpc": "2.0", "result": null } 09:27:13.284 Server { "jsonrpc": "2.0", "method": "$/progress", "params": { "token": "backgroundIndexProgress", "value": { "kind": "begin", "percentage": 0, "title": "indexing" } } } 09:27:13.284 Server { "jsonrpc": "2.0", "method": "$/progress", "params": { "token": "backgroundIndexProgress", "value": { "kind": "report", "message": "0/1", "percentage": 0 } } } 09:27:13.360 Server { "jsonrpc": "2.0", "method": "$/progress", "params": { "token": "backgroundIndexProgress", "value": { "kind": "report", "message": "0/1", "percentage": 0 } } } 09:27:13.360 Server { "jsonrpc": "2.0", "method": "$/progress", "params": { "token": "backgroundIndexProgress", "value": { "kind": "end" } } } 09:27:24.061 Client { "jsonrpc": "2.0", "method": "textDocument/didOpen", "params": { "textDocument": { "languageId": "cpp", "text": "#include \n\nusing namespace st\n\nint main()\n{\n cout << \"Hello World!\" << endl;\n return 0;\n}\n", "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp", "version": 0 } } } 09:27:24.062 Client { "id": "{1d93aded-751a-48aa-8ef7-fc64dd709f16}", "jsonrpc": "2.0", "method": "textDocument/semanticTokens/full", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:25.065 Client { "jsonrpc": "2.0", "method": "$/cancelRequest", "params": { "id": "{1d93aded-751a-48aa-8ef7-fc64dd709f16}" } } 09:27:25.065 Client { "id": "{0518ef98-6c16-453b-88fb-8a2ee25a655c}", "jsonrpc": "2.0", "method": "textDocument/semanticTokens/full", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:25.068 Client { "id": "{7c93b1bc-ea0d-4598-9ef8-9ad85ba3ba4c}", "jsonrpc": "2.0", "method": "textDocument/documentHighlight", "params": { "position": { "character": 0, "line": 0 }, "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:25.071 Server { "id": 1, "jsonrpc": "2.0", "method": "workspace/semanticTokens/refresh", "params": null } 09:27:25.071 Client { "jsonrpc": "2.0", "method": "$/cancelRequest", "params": { "id": "{0518ef98-6c16-453b-88fb-8a2ee25a655c}" } } 09:27:25.071 Client { "id": "{b9717590-d2cd-43d9-b805-6bc41a9c5954}", "jsonrpc": "2.0", "method": "textDocument/semanticTokens/full", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:25.071 Client { "id": 1, "jsonrpc": "2.0", "result": null } 09:27:25.071 Server { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "diagnostics": [ { "category": "Parse Issue", "code": "expected_semi_after_namespace_name", "codeActions": [ { "edit": { "documentChanges": [ { "edits": [ { "newText": ";", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 18, "line": 2 } } } ], "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp", "version": 0 } } ] }, "isPreferred": true, "kind": "quickfix", "title": "insert ';'" } ], "message": "Expected ';' after namespace name (fix available)", "range": { "end": { "character": 3, "line": 4 }, "start": { "character": 0, "line": 4 } }, "severity": 1, "source": "clang" }, { "category": "Parse Issue", "code": "expected_namespace_name", "codeActions": [ ], "message": "Expected namespace name", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } }, "severity": 1, "source": "clang" }, { "code": "unused-includes", "codeActions": [ { "edit": { "documentChanges": [ { "edits": [ { "newText": "", "range": { "end": { "character": 0, "line": 1 }, "start": { "character": 0, "line": 0 } } } ], "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp", "version": 0 } } ] }, "isPreferred": true, "kind": "quickfix", "title": "remove #include directive" } ], "codeDescription": { "href": "https://clangd.llvm.org/guides/include-cleaner" }, "message": "Included header iostream is not used directly (fix available)", "range": { "end": { "character": 19, "line": 0 }, "start": { "character": 0, "line": 0 } }, "severity": 2, "source": "clangd", "tags": [ 1 ] } ], "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp", "version": 0 } } 09:27:25.077 Server { "jsonrpc": "2.0", "method": "textDocument/inactiveRegions", "params": { "regions": [ ], "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:25.077 Server { "id": "{1d93aded-751a-48aa-8ef7-fc64dd709f16}", "jsonrpc": "2.0", "result": { "data": [ ], "resultId": "1" } } 09:27:25.077 Server { "id": "{0518ef98-6c16-453b-88fb-8a2ee25a655c}", "jsonrpc": "2.0", "result": { "data": [ ], "resultId": "2" } } 09:27:25.077 Server { "id": "{7c93b1bc-ea0d-4598-9ef8-9ad85ba3ba4c}", "jsonrpc": "2.0", "result": [ ] } 09:27:25.092 Server { "id": "{b9717590-d2cd-43d9-b805-6bc41a9c5954}", "jsonrpc": "2.0", "result": { "data": [ ], "resultId": "3" } } 09:27:25.264 Client { "id": "{3499338c-b1d7-44a3-8ab0-eca33446e931}", "jsonrpc": "2.0", "method": "textDocument/documentSymbol", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:25.266 Server { "id": "{3499338c-b1d7-44a3-8ab0-eca33446e931}", "jsonrpc": "2.0", "result": [ ] } 09:27:28.280 Client { "id": "{09351360-96bf-4b8a-a14d-6fb988b74367}", "jsonrpc": "2.0", "method": "textDocument/documentHighlight", "params": { "position": { "character": 18, "line": 2 }, "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:28.281 Server { "id": "{09351360-96bf-4b8a-a14d-6fb988b74367}", "jsonrpc": "2.0", "result": [ ] } 09:27:30.177 Client { "id": "{ff6f26f4-b4ee-4ccd-a1f1-7a15b4a0dba9}", "jsonrpc": "2.0", "method": "textDocument/completion", "params": { "context": { "triggerKind": 1 }, "position": { "character": 18, "line": 2 }, "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp" } } } 09:27:30.195 Server { "id": "{ff6f26f4-b4ee-4ccd-a1f1-7a15b4a0dba9}", "jsonrpc": "2.0", "result": { "isIncomplete": true, "items": [ { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strrchr", "insertText": "strrchr", "insertTextFormat": 1, "kind": 3, "label": " strrchr(…)", "score": 1.3747211694717407, "sortText": "40500923strrchr", "textEdit": { "newText": "strrchr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strstr", "insertText": "strstr", "insertTextFormat": 1, "kind": 3, "label": " strstr(…)", "score": 1.3747211694717407, "sortText": "40500923strstr", "textEdit": { "newText": "strstr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "std::errc", "documentation": { "kind": "plaintext", "value": "From \nENOTRECOVERABLE" }, "filterText": "state_not_recoverable", "insertText": "std::errc::state_not_recoverable", "insertTextFormat": 1, "kind": 20, "label": " std::errc::state_not_recoverable", "score": 1.1456009149551392, "sortText": "406d5cf3state_not_recoverable", "textEdit": { "newText": "std::errc::state_not_recoverable", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stod", "insertText": "std::stod", "insertTextFormat": 1, "kind": 3, "label": " std::stod(…)", "score": 1.1456009149551392, "sortText": "406d5cf3stod", "textEdit": { "newText": "std::stod", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stof", "insertText": "std::stof", "insertTextFormat": 1, "kind": 3, "label": " std::stof(…)", "score": 1.1456009149551392, "sortText": "406d5cf3stof", "textEdit": { "newText": "std::stof", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stoi", "insertText": "std::stoi", "insertTextFormat": 1, "kind": 3, "label": " std::stoi(…)", "score": 1.1456009149551392, "sortText": "406d5cf3stoi", "textEdit": { "newText": "std::stoi", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stol", "insertText": "std::stol", "insertTextFormat": 1, "kind": 3, "label": " std::stol(…)", "score": 1.1456009149551392, "sortText": "406d5cf3stol", "textEdit": { "newText": "std::stol", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stold", "insertText": "std::stold", "insertTextFormat": 1, "kind": 3, "label": " std::stold(…)", "score": 1.1456009149551392, "sortText": "406d5cf3stold", "textEdit": { "newText": "std::stold", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stoll", "insertText": "std::stoll", "insertTextFormat": 1, "kind": 3, "label": " std::stoll(…)", "score": 1.1456009149551392, "sortText": "406d5cf3stoll", "textEdit": { "newText": "std::stoll", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stoul", "insertText": "std::stoul", "insertTextFormat": 1, "kind": 3, "label": " std::stoul(…)", "score": 1.1456009149551392, "sortText": "406d5cf3stoul", "textEdit": { "newText": "std::stoul", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stoull", "insertText": "std::stoull", "insertTextFormat": 1, "kind": 3, "label": " std::stoull(…)", "score": 1.1456009149551392, "sortText": "406d5cf3stoull", "textEdit": { "newText": "std::stoull", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "std::io_errc", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stream", "insertText": "std::io_errc::stream", "insertTextFormat": 1, "kind": 20, "label": " std::io_errc::stream", "score": 1.1456009149551392, "sortText": "406d5cf3stream", "textEdit": { "newText": "std::io_errc::stream", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "std::errc", "documentation": { "kind": "plaintext", "value": "From \nETIME" }, "filterText": "stream_timeout", "insertText": "std::errc::stream_timeout", "insertTextFormat": 1, "kind": 20, "label": " std::errc::stream_timeout", "score": 1.1456009149551392, "sortText": "406d5cf3stream_timeout", "textEdit": { "newText": "std::errc::stream_timeout", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strstream", "insertText": "std::strstream", "insertTextFormat": 1, "kind": 7, "label": " std::strstream", "score": 1.1456009149551392, "sortText": "406d5cf3strstream", "textEdit": { "newText": "std::strstream", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strstreambuf", "insertText": "std::strstreambuf", "insertTextFormat": 1, "kind": 7, "label": " std::strstreambuf", "score": 1.1456009149551392, "sortText": "406d5cf3strstreambuf", "textEdit": { "newText": "std::strstreambuf", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "student_t_distribution", "insertText": "std::student_t_distribution", "insertTextFormat": 1, "kind": 7, "label": " std::student_t_distribution", "score": 1.1456009149551392, "sortText": "406d5cf3student_t_distribution", "textEdit": { "newText": "std::student_t_distribution", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "status", "insertText": "std::experimental::filesystem::status", "insertTextFormat": 1, "kind": 3, "label": " std::experimental::filesystem::status(…)", "score": 1.0575764179229736, "sortText": "4078a156status", "textEdit": { "newText": "std::experimental::filesystem::status", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "bool", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "status_known", "insertText": "std::experimental::filesystem::status_known", "insertTextFormat": 1, "kind": 3, "label": " std::experimental::filesystem::status_known(file_status)", "score": 1.0575764179229736, "sortText": "4078a156status_known", "textEdit": { "newText": "std::experimental::filesystem::status_known", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "std::experimental::filesystem::perms", "documentation": { "kind": "plaintext", "value": "From \nS_ISVTX" }, "filterText": "sticky_bit", "insertText": "std::experimental::filesystem::perms::sticky_bit", "insertTextFormat": 1, "kind": 20, "label": " std::experimental::filesystem::perms::sticky_bit", "score": 1.0575764179229736, "sortText": "4078a156sticky_bit", "textEdit": { "newText": "std::experimental::filesystem::perms::sticky_bit", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcat", "insertText": "std::strcat", "insertTextFormat": 1, "kind": 18, "label": " std::strcat", "score": 1.0414553880691528, "sortText": "407ab197strcat", "textEdit": { "newText": "std::strcat", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strchr", "insertText": "std::strchr", "insertTextFormat": 1, "kind": 18, "label": " std::strchr", "score": 1.0414553880691528, "sortText": "407ab197strchr", "textEdit": { "newText": "std::strchr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcmp", "insertText": "std::strcmp", "insertTextFormat": 1, "kind": 18, "label": " std::strcmp", "score": 1.0414553880691528, "sortText": "407ab197strcmp", "textEdit": { "newText": "std::strcmp", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcoll", "insertText": "std::strcoll", "insertTextFormat": 1, "kind": 18, "label": " std::strcoll", "score": 1.0414553880691528, "sortText": "407ab197strcoll", "textEdit": { "newText": "std::strcoll", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcpy", "insertText": "std::strcpy", "insertTextFormat": 1, "kind": 18, "label": " std::strcpy", "score": 1.0414553880691528, "sortText": "407ab197strcpy", "textEdit": { "newText": "std::strcpy", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcspn", "insertText": "std::strcspn", "insertTextFormat": 1, "kind": 18, "label": " std::strcspn", "score": 1.0414553880691528, "sortText": "407ab197strcspn", "textEdit": { "newText": "std::strcspn", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strerror", "insertText": "std::strerror", "insertTextFormat": 1, "kind": 18, "label": " std::strerror", "score": 1.0414553880691528, "sortText": "407ab197strerror", "textEdit": { "newText": "std::strerror", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strftime", "insertText": "std::strftime", "insertTextFormat": 1, "kind": 18, "label": " std::strftime", "score": 1.0414553880691528, "sortText": "407ab197strftime", "textEdit": { "newText": "std::strftime", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strlen", "insertText": "std::strlen", "insertTextFormat": 1, "kind": 18, "label": " std::strlen", "score": 1.0414553880691528, "sortText": "407ab197strlen", "textEdit": { "newText": "std::strlen", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strncat", "insertText": "std::strncat", "insertTextFormat": 1, "kind": 18, "label": " std::strncat", "score": 1.0414553880691528, "sortText": "407ab197strncat", "textEdit": { "newText": "std::strncat", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strncmp", "insertText": "std::strncmp", "insertTextFormat": 1, "kind": 18, "label": " std::strncmp", "score": 1.0414553880691528, "sortText": "407ab197strncmp", "textEdit": { "newText": "std::strncmp", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strncpy", "insertText": "std::strncpy", "insertTextFormat": 1, "kind": 18, "label": " std::strncpy", "score": 1.0414553880691528, "sortText": "407ab197strncpy", "textEdit": { "newText": "std::strncpy", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strpbrk", "insertText": "std::strpbrk", "insertTextFormat": 1, "kind": 18, "label": " std::strpbrk", "score": 1.0414553880691528, "sortText": "407ab197strpbrk", "textEdit": { "newText": "std::strpbrk", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strrchr", "insertText": "std::strrchr", "insertTextFormat": 1, "kind": 18, "label": " std::strrchr", "score": 1.0414553880691528, "sortText": "407ab197strrchr", "textEdit": { "newText": "std::strrchr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strspn", "insertText": "std::strspn", "insertTextFormat": 1, "kind": 18, "label": " std::strspn", "score": 1.0414553880691528, "sortText": "407ab197strspn", "textEdit": { "newText": "std::strspn", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strstr", "insertText": "std::strstr", "insertTextFormat": 1, "kind": 18, "label": " std::strstr", "score": 1.0414553880691528, "sortText": "407ab197strstr", "textEdit": { "newText": "std::strstr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtok", "insertText": "std::strtok", "insertTextFormat": 1, "kind": 18, "label": " std::strtok", "score": 1.0414553880691528, "sortText": "407ab197strtok", "textEdit": { "newText": "std::strtok", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strxfrm", "insertText": "std::strxfrm", "insertTextFormat": 1, "kind": 18, "label": " std::strxfrm", "score": 1.0414553880691528, "sortText": "407ab197strxfrm", "textEdit": { "newText": "std::strxfrm", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "filterText": "strcat_s", "insertText": "strcat_s", "insertTextFormat": 1, "kind": 3, "label": " strcat_s(…)", "score": 0.827435314655304, "sortText": "40ac2d33strcat_s", "textEdit": { "newText": "strcat_s", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strchr", "insertText": "strchr", "insertTextFormat": 1, "kind": 3, "label": " strchr(…)", "score": 0.827435314655304, "sortText": "40ac2d33strchr", "textEdit": { "newText": "strchr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "int", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcmp", "insertText": "strcmp", "insertTextFormat": 1, "kind": 3, "label": " strcmp(const char *Str1, const char *Str2)", "score": 0.827435314655304, "sortText": "40ac2d33strcmp", "textEdit": { "newText": "strcmp", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "int", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcoll", "insertText": "strcoll", "insertTextFormat": 1, "kind": 3, "label": " strcoll(const char *String1, const char *String2)", "score": 0.827435314655304, "sortText": "40ac2d33strcoll", "textEdit": { "newText": "strcoll", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "filterText": "strcpy_s", "insertText": "strcpy_s", "insertTextFormat": 1, "kind": 3, "label": " strcpy_s(…)", "score": 0.827435314655304, "sortText": "40ac2d33strcpy_s", "textEdit": { "newText": "strcpy_s", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "size_t", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcspn", "insertText": "strcspn", "insertTextFormat": 1, "kind": 3, "label": " strcspn(const char *Str, const char *Control)", "score": 0.827435314655304, "sortText": "40ac2d33strcspn", "textEdit": { "newText": "strcspn", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "filterText": "strerror_s", "insertText": "strerror_s", "insertTextFormat": 1, "kind": 3, "label": " strerror_s(…)", "score": 0.827435314655304, "sortText": "40ac2d33strerror_s", "textEdit": { "newText": "strerror_s", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "size_t", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strlen", "insertText": "strlen", "insertTextFormat": 1, "kind": 3, "label": " strlen(const char *Str)", "score": 0.827435314655304, "sortText": "40ac2d33strlen", "textEdit": { "newText": "strlen", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "filterText": "strncat_s", "insertText": "strncat_s", "insertTextFormat": 1, "kind": 3, "label": " strncat_s(…)", "score": 0.827435314655304, "sortText": "40ac2d33strncat_s", "textEdit": { "newText": "strncat_s", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "int", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strncmp", "insertText": "strncmp", "insertTextFormat": 1, "kind": 3, "label": " strncmp(const char *Str1, const char *Str2, size_t MaxCount)", "score": 0.827435314655304, "sortText": "40ac2d33strncmp", "textEdit": { "newText": "strncmp", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "filterText": "strncpy_s", "insertText": "strncpy_s", "insertTextFormat": 1, "kind": 3, "label": " strncpy_s(…)", "score": 0.827435314655304, "sortText": "40ac2d33strncpy_s", "textEdit": { "newText": "strncpy_s", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "size_t", "filterText": "strnlen", "insertText": "strnlen", "insertTextFormat": 1, "kind": 3, "label": " strnlen(const char *String, size_t MaxCount)", "score": 0.827435314655304, "sortText": "40ac2d33strnlen", "textEdit": { "newText": "strnlen", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "size_t", "filterText": "strnlen_s", "insertText": "strnlen_s", "insertTextFormat": 1, "kind": 3, "label": " strnlen_s(const char *String, size_t MaxCount)", "score": 0.827435314655304, "sortText": "40ac2d33strnlen_s", "textEdit": { "newText": "strnlen_s", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strpbrk", "insertText": "strpbrk", "insertTextFormat": 1, "kind": 3, "label": " strpbrk(…)", "score": 0.827435314655304, "sortText": "40ac2d33strpbrk", "textEdit": { "newText": "strpbrk", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "size_t", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strspn", "insertText": "strspn", "insertTextFormat": 1, "kind": 3, "label": " strspn(const char *Str, const char *Control)", "score": 0.827435314655304, "sortText": "40ac2d33strspn", "textEdit": { "newText": "strspn", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "double", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtod", "insertText": "strtod", "insertTextFormat": 1, "kind": 3, "label": " strtod(const char *String, char **EndPtr)", "score": 0.827435314655304, "sortText": "40ac2d33strtod", "textEdit": { "newText": "strtod", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "float", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtof", "insertText": "strtof", "insertTextFormat": 1, "kind": 3, "label": " strtof(const char *String, char **EndPtr)", "score": 0.827435314655304, "sortText": "40ac2d33strtof", "textEdit": { "newText": "strtof", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "intmax_t", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoimax", "insertText": "strtoimax", "insertTextFormat": 1, "kind": 3, "label": " strtoimax(const char *String, char **EndPtr, int Radix)", "score": 0.827435314655304, "sortText": "40ac2d33strtoimax", "textEdit": { "newText": "strtoimax", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "char *", "filterText": "strtok_s", "insertText": "strtok_s", "insertTextFormat": 1, "kind": 3, "label": " strtok_s(char *String, const char *Delimiter, char **Context)", "score": 0.827435314655304, "sortText": "40ac2d33strtok_s", "textEdit": { "newText": "strtok_s", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "long", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtol", "insertText": "strtol", "insertTextFormat": 1, "kind": 3, "label": " strtol(const char *String, char **EndPtr, int Radix)", "score": 0.827435314655304, "sortText": "40ac2d33strtol", "textEdit": { "newText": "strtol", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "long double", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtold", "insertText": "strtold", "insertTextFormat": 1, "kind": 3, "label": " strtold(const char *String, char **EndPtr)", "score": 0.827435314655304, "sortText": "40ac2d33strtold", "textEdit": { "newText": "strtold", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "long long", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoll", "insertText": "strtoll", "insertTextFormat": 1, "kind": 3, "label": " strtoll(const char *String, char **EndPtr, int Radix)", "score": 0.827435314655304, "sortText": "40ac2d33strtoll", "textEdit": { "newText": "strtoll", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "unsigned long", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoul", "insertText": "strtoul", "insertTextFormat": 1, "kind": 3, "label": " strtoul(const char *String, char **EndPtr, int Radix)", "score": 0.827435314655304, "sortText": "40ac2d33strtoul", "textEdit": { "newText": "strtoul", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "unsigned long long", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoull", "insertText": "strtoull", "insertTextFormat": 1, "kind": 3, "label": " strtoull(const char *String, char **EndPtr, int Radix)", "score": 0.827435314655304, "sortText": "40ac2d33strtoull", "textEdit": { "newText": "strtoull", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "uintmax_t", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoumax", "insertText": "strtoumax", "insertTextFormat": 1, "kind": 3, "label": " strtoumax(const char *String, char **EndPtr, int Radix)", "score": 0.827435314655304, "sortText": "40ac2d33strtoumax", "textEdit": { "newText": "strtoumax", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "size_t", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strxfrm", "insertText": "strxfrm", "insertTextFormat": 1, "kind": 3, "label": " strxfrm(char *Destination, const char *Source, size_t MaxCount)", "score": 0.827435314655304, "sortText": "40ac2d33strxfrm", "textEdit": { "newText": "strxfrm", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stat", "insertText": "stat", "insertTextFormat": 1, "kind": 22, "label": " stat", "score": 0.8210119605064392, "sortText": "40add229stat", "textEdit": { "newText": "stat", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "int", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stat", "insertText": "stat", "insertTextFormat": 1, "kind": 3, "label": " stat(const char *const FileName, struct stat *const Stat)", "score": 0.8210119605064392, "sortText": "40add229stat", "textEdit": { "newText": "stat", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stderr", "insertText": "stderr", "insertTextFormat": 1, "kind": 1, "label": " stderr", "score": 0.37610694766044617, "sortText": "413f6ee9stderr", "textEdit": { "newText": "stderr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stdin", "insertText": "stdin", "insertTextFormat": 1, "kind": 1, "label": " stdin", "score": 0.37610694766044617, "sortText": "413f6ee9stdin", "textEdit": { "newText": "stdin", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcat", "insertText": "strcat", "insertTextFormat": 1, "kind": 3, "label": " strcat(char *Destination, const char *Source)", "score": 0.08274353295564651, "sortText": "42568a8fstrcat", "textEdit": { "newText": "strcat", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "int", "documentation": { "kind": "plaintext", "value": "Declarations of functions defined in oldnames.lib:" }, "filterText": "strcmpi", "insertText": "strcmpi", "insertTextFormat": 1, "kind": 3, "label": " strcmpi(const char *String1, const char *String2)", "score": 0.08274353295564651, "sortText": "42568a8fstrcmpi", "textEdit": { "newText": "strcmpi", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strcpy", "insertText": "strcpy", "insertTextFormat": 1, "kind": 3, "label": " strcpy(char *Destination, const char *Source)", "score": 0.08274353295564651, "sortText": "42568a8fstrcpy", "textEdit": { "newText": "strcpy", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "filterText": "strdup", "insertText": "strdup", "insertTextFormat": 1, "kind": 3, "label": " strdup(const char *String)", "score": 0.08274353295564651, "sortText": "42568a8fstrdup", "textEdit": { "newText": "strdup", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strerror", "insertText": "strerror", "insertTextFormat": 1, "kind": 3, "label": " strerror(int ErrorMessage)", "score": 0.08274353295564651, "sortText": "42568a8fstrerror", "textEdit": { "newText": "strerror", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "int", "filterText": "stricmp", "insertText": "stricmp", "insertTextFormat": 1, "kind": 3, "label": " stricmp(const char *String1, const char *String2)", "score": 0.08274353295564651, "sortText": "42568a8fstricmp", "textEdit": { "newText": "stricmp", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "filterText": "strlwr", "insertText": "strlwr", "insertTextFormat": 1, "kind": 3, "label": " strlwr(char *String)", "score": 0.08274353295564651, "sortText": "42568a8fstrlwr", "textEdit": { "newText": "strlwr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strncat", "insertText": "strncat", "insertTextFormat": 1, "kind": 3, "label": " strncat(char *Destination, const char *Source, size_t Count)", "score": 0.08274353295564651, "sortText": "42568a8fstrncat", "textEdit": { "newText": "strncat", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strncpy", "insertText": "strncpy", "insertTextFormat": 1, "kind": 3, "label": " strncpy(char *Destination, const char *Source, size_t Count)", "score": 0.08274353295564651, "sortText": "42568a8fstrncpy", "textEdit": { "newText": "strncpy", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "int", "filterText": "strnicmp", "insertText": "strnicmp", "insertTextFormat": 1, "kind": 3, "label": " strnicmp(const char *String1, const char *String2, size_t MaxCount)", "score": 0.08274353295564651, "sortText": "42568a8fstrnicmp", "textEdit": { "newText": "strnicmp", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "filterText": "strnset", "insertText": "strnset", "insertTextFormat": 1, "kind": 3, "label": " strnset(char *String, int Value, size_t MaxCount)", "score": 0.08274353295564651, "sortText": "42568a8fstrnset", "textEdit": { "newText": "strnset", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "filterText": "strrev", "insertText": "strrev", "insertTextFormat": 1, "kind": 3, "label": " strrev(char *String)", "score": 0.08274353295564651, "sortText": "42568a8fstrrev", "textEdit": { "newText": "strrev", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "filterText": "strset", "insertText": "strset", "insertTextFormat": 1, "kind": 3, "label": " strset(char *String, int Value)", "score": 0.08274353295564651, "sortText": "42568a8fstrset", "textEdit": { "newText": "strset", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtok", "insertText": "strtok", "insertTextFormat": 1, "kind": 3, "label": " strtok(char *String, const char *Delimiter)", "score": 0.08274353295564651, "sortText": "42568a8fstrtok", "textEdit": { "newText": "strtok", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "deprecated": true, "detail": "char *", "filterText": "strupr", "insertText": "strupr", "insertTextFormat": 1, "kind": 3, "label": " strupr(char *String)", "score": 0.08274353295564651, "sortText": "42568a8fstrupr", "textEdit": { "newText": "strupr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } } ] } } 09:28:38.321 Client { "id": "{57ec935d-0067-46a2-b1e0-a2ea52724e7c}", "jsonrpc": "2.0", "method": "$/memoryUsage", "params": { } } 09:28:38.344 Server { "id": "{57ec935d-0067-46a2-b1e0-a2ea52724e7c}", "jsonrpc": "2.0", "result": { "_self": 0, "_total": 24541947, "clangd_server": { "_self": 0, "_total": 24541947, "background_index": { "_self": 0, "_total": 10854472, "index": { "_self": 7483920, "_total": 7483920 }, "slabs": { "_self": 0, "_total": 3370552, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/__msvc_system_error_abi.hpp": { "_self": 0, "_total": 4752, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/atomic": { "_self": 0, "_total": 75528, "references": { "_self": 34944, "_total": 34944 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 40560, "_total": 40560 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cctype": { "_self": 0, "_total": 13248, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7464, "_total": 7464 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cerrno": { "_self": 0, "_total": 4416, "references": { "_self": 4272, "_total": 4272 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cfloat": { "_self": 0, "_total": 4392, "references": { "_self": 4248, "_total": 4248 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/climits": { "_self": 0, "_total": 4416, "references": { "_self": 4272, "_total": 4272 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/clocale": { "_self": 0, "_total": 9544, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4912, "_total": 4912 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cmath": { "_self": 0, "_total": 196413, "references": { "_self": 90869, "_total": 90869 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 105520, "_total": 105520 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/concurrencysal.h": { "_self": 0, "_total": 7440, "references": { "_self": 7296, "_total": 7296 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/crtdefs.h": { "_self": 0, "_total": 4560, "references": { "_self": 4416, "_total": 4416 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstddef": { "_self": 0, "_total": 13712, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7928, "_total": 7928 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstdint": { "_self": 0, "_total": 18032, "references": { "_self": 7296, "_total": 7296 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10712, "_total": 10712 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstdio": { "_self": 0, "_total": 26536, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15120, "_total": 15120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstdlib": { "_self": 0, "_total": 25840, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 14424, "_total": 14424 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstring": { "_self": 0, "_total": 15104, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 9320, "_total": 9320 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ctime": { "_self": 0, "_total": 13016, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7232, "_total": 7232 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cwchar": { "_self": 0, "_total": 33088, "references": { "_self": 14464, "_total": 14464 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 18600, "_total": 18600 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/eh.h": { "_self": 0, "_total": 11088, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6072, "_total": 6072 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/exception": { "_self": 0, "_total": 23305, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 41, "_total": 41 }, "symbols": { "_self": 11872, "_total": 11872 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/initializer_list": { "_self": 0, "_total": 12480, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7464, "_total": 7464 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/intrin0.h": { "_self": 0, "_total": 4392, "references": { "_self": 4248, "_total": 4248 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/intrin0.inl.h": { "_self": 0, "_total": 20360, "references": { "_self": 9856, "_total": 9856 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10480, "_total": 10480 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ios": { "_self": 0, "_total": 31860, "references": { "_self": 15488, "_total": 15488 }, "relations": { "_self": 92, "_total": 92 }, "symbols": { "_self": 16280, "_total": 16280 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/iosfwd": { "_self": 0, "_total": 28856, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 17440, "_total": 17440 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/iostream": { "_self": 0, "_total": 11088, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6072, "_total": 6072 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/isa_availability.h": { "_self": 0, "_total": 8792, "references": { "_self": 4320, "_total": 4320 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/istream": { "_self": 0, "_total": 41524, "references": { "_self": 19584, "_total": 19584 }, "relations": { "_self": 92, "_total": 92 }, "symbols": { "_self": 21848, "_total": 21848 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/iterator": { "_self": 0, "_total": 67496, "references": { "_self": 22656, "_total": 22656 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 44816, "_total": 44816 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/limits": { "_self": 0, "_total": 100955, "references": { "_self": 34471, "_total": 34471 }, "relations": { "_self": 92, "_total": 92 }, "symbols": { "_self": 66392, "_total": 66392 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/limits.h": { "_self": 0, "_total": 5904, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/memory": { "_self": 0, "_total": 118513, "references": { "_self": 53767, "_total": 53767 }, "relations": { "_self": 58, "_total": 58 }, "symbols": { "_self": 64688, "_total": 64688 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/new": { "_self": 0, "_total": 10624, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5608, "_total": 5608 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ostream": { "_self": 0, "_total": 33450, "references": { "_self": 15488, "_total": 15488 }, "relations": { "_self": 58, "_total": 58 }, "symbols": { "_self": 17904, "_total": 17904 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/sal.h": { "_self": 0, "_total": 57616, "references": { "_self": 57472, "_total": 57472 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/stdexcept": { "_self": 0, "_total": 16536, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 296, "_total": 296 }, "symbols": { "_self": 10480, "_total": 10480 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/stdint.h": { "_self": 0, "_total": 17568, "references": { "_self": 7296, "_total": 7296 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10248, "_total": 10248 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/streambuf": { "_self": 0, "_total": 27232, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15816, "_total": 15816 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/system_error": { "_self": 0, "_total": 41128, "references": { "_self": 19584, "_total": 19584 }, "relations": { "_self": 160, "_total": 160 }, "symbols": { "_self": 21384, "_total": 21384 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/tuple": { "_self": 0, "_total": 63418, "references": { "_self": 43136, "_total": 43136 }, "relations": { "_self": 58, "_total": 58 }, "symbols": { "_self": 20224, "_total": 20224 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/type_traits": { "_self": 0, "_total": 123360, "references": { "_self": 49280, "_total": 49280 }, "relations": { "_self": 2200, "_total": 2200 }, "symbols": { "_self": 71880, "_total": 71880 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/typeinfo": { "_self": 0, "_total": 4752, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/use_ansi.h": { "_self": 0, "_total": 4560, "references": { "_self": 4416, "_total": 4416 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/utility": { "_self": 0, "_total": 53632, "references": { "_self": 26752, "_total": 26752 }, "relations": { "_self": 160, "_total": 160 }, "symbols": { "_self": 26720, "_total": 26720 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vadefs.h": { "_self": 0, "_total": 9696, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4680, "_total": 4680 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime.h": { "_self": 0, "_total": 10696, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4912, "_total": 4912 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_exception.h": { "_self": 0, "_total": 12984, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 296, "_total": 296 }, "symbols": { "_self": 7696, "_total": 7696 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_new.h": { "_self": 0, "_total": 20824, "references": { "_self": 9856, "_total": 9856 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10944, "_total": 10944 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_new_debug.h": { "_self": 0, "_total": 9776, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_string.h": { "_self": 0, "_total": 12552, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6768, "_total": 6768 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_typeinfo.h": { "_self": 0, "_total": 13244, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 92, "_total": 92 }, "symbols": { "_self": 8160, "_total": 8160 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xatomic.h": { "_self": 0, "_total": 10856, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5840, "_total": 5840 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xcall_once.h": { "_self": 0, "_total": 9776, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xerrc.h": { "_self": 0, "_total": 29864, "references": { "_self": 7296, "_total": 7296 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 22544, "_total": 22544 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xfacet": { "_self": 0, "_total": 4752, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xiosbase": { "_self": 0, "_total": 31628, "references": { "_self": 15488, "_total": 15488 }, "relations": { "_self": 92, "_total": 92 }, "symbols": { "_self": 16048, "_total": 16048 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xkeycheck.h": { "_self": 0, "_total": 4464, "references": { "_self": 4320, "_total": 4320 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocale": { "_self": 0, "_total": 128175, "references": { "_self": 56263, "_total": 56263 }, "relations": { "_self": 1112, "_total": 1112 }, "symbols": { "_self": 70800, "_total": 70800 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocinfo": { "_self": 0, "_total": 5136, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocinfo.h": { "_self": 0, "_total": 5904, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocnum": { "_self": 0, "_total": 48296, "references": { "_self": 26752, "_total": 26752 }, "relations": { "_self": 160, "_total": 160 }, "symbols": { "_self": 21384, "_total": 21384 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xmemory": { "_self": 0, "_total": 38377, "references": { "_self": 23680, "_total": 23680 }, "relations": { "_self": 41, "_total": 41 }, "symbols": { "_self": 14656, "_total": 14656 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xpolymorphic_allocator.h": { "_self": 0, "_total": 20360, "references": { "_self": 9856, "_total": 9856 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10480, "_total": 10480 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xstddef": { "_self": 0, "_total": 26536, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15120, "_total": 15120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xstring": { "_self": 0, "_total": 183756, "references": { "_self": 97468, "_total": 97468 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 86264, "_total": 86264 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xthreads.h": { "_self": 0, "_total": 5136, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xtimec.h": { "_self": 0, "_total": 9776, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xtr1common": { "_self": 0, "_total": 28648, "references": { "_self": 7296, "_total": 7296 }, "relations": { "_self": 4376, "_total": 4376 }, "symbols": { "_self": 16976, "_total": 16976 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xutility": { "_self": 0, "_total": 108716, "references": { "_self": 61568, "_total": 61568 }, "relations": { "_self": 92, "_total": 92 }, "symbols": { "_self": 47056, "_total": 47056 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/yvals.h": { "_self": 0, "_total": 5904, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/yvals_core.h": { "_self": 0, "_total": 30768, "references": { "_self": 14464, "_total": 14464 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 16280, "_total": 16280 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt.h": { "_self": 0, "_total": 21024, "references": { "_self": 14464, "_total": 14464 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6536, "_total": 6536 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_malloc.h": { "_self": 0, "_total": 23296, "references": { "_self": 13952, "_total": 13952 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 9320, "_total": 9320 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_math.h": { "_self": 0, "_total": 130709, "references": { "_self": 57877, "_total": 57877 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 72808, "_total": 72808 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_memcpy_s.h": { "_self": 0, "_total": 9696, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4680, "_total": 4680 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_memory.h": { "_self": 0, "_total": 10392, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_search.h": { "_self": 0, "_total": 11552, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6536, "_total": 6536 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_share.h": { "_self": 0, "_total": 4752, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_stdio_config.h": { "_self": 0, "_total": 5136, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_terminate.h": { "_self": 0, "_total": 10008, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wconio.h": { "_self": 0, "_total": 26920, "references": { "_self": 15488, "_total": 15488 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 11408, "_total": 11408 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wctype.h": { "_self": 0, "_total": 28080, "references": { "_self": 15488, "_total": 15488 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 12568, "_total": 12568 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wdirect.h": { "_self": 0, "_total": 10392, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wio.h": { "_self": 0, "_total": 27232, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15816, "_total": 15816 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wprocess.h": { "_self": 0, "_total": 12944, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7928, "_total": 7928 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wstdio.h": { "_self": 0, "_total": 118759, "references": { "_self": 76167, "_total": 76167 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 42568, "_total": 42568 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wstdlib.h": { "_self": 0, "_total": 41608, "references": { "_self": 19584, "_total": 19584 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 22000, "_total": 22000 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wstring.h": { "_self": 0, "_total": 52256, "references": { "_self": 26752, "_total": 26752 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 25480, "_total": 25480 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wtime.h": { "_self": 0, "_total": 20824, "references": { "_self": 9856, "_total": 9856 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10944, "_total": 10944 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/crtdbg.h": { "_self": 0, "_total": 14608, "references": { "_self": 14464, "_total": 14464 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/ctype.h": { "_self": 0, "_total": 27616, "references": { "_self": 15488, "_total": 15488 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 12104, "_total": 12104 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/errno.h": { "_self": 0, "_total": 7440, "references": { "_self": 7296, "_total": 7296 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/float.h": { "_self": 0, "_total": 26280, "references": { "_self": 18560, "_total": 18560 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7696, "_total": 7696 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/locale.h": { "_self": 0, "_total": 16264, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10480, "_total": 10480 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/malloc.h": { "_self": 0, "_total": 12552, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6768, "_total": 6768 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/math.h": { "_self": 0, "_total": 272, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/share.h": { "_self": 0, "_total": 4392, "references": { "_self": 4248, "_total": 4248 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/stdio.h": { "_self": 0, "_total": 148959, "references": { "_self": 94535, "_total": 94535 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 54400, "_total": 54400 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/stdlib.h": { "_self": 0, "_total": 110647, "references": { "_self": 54215, "_total": 54215 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 56408, "_total": 56408 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/string.h": { "_self": 0, "_total": 52952, "references": { "_self": 26752, "_total": 26752 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 26176, "_total": 26176 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/sys/stat.h": { "_self": 0, "_total": 32800, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 21384, "_total": 21384 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/sys/types.h": { "_self": 0, "_total": 10240, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5608, "_total": 5608 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/time.h": { "_self": 0, "_total": 43000, "references": { "_self": 19584, "_total": 19584 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 23392, "_total": 23392 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/wchar.h": { "_self": 0, "_total": 21432, "references": { "_self": 11392, "_total": 11392 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10016, "_total": 10016 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/__stddef_max_align_t.h": { "_self": 0, "_total": 8744, "references": { "_self": 4272, "_total": 4272 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/float.h": { "_self": 0, "_total": 5904, "references": { "_self": 5760, "_total": 5760 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/limits.h": { "_self": 0, "_total": 5136, "references": { "_self": 4992, "_total": 4992 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/stddef.h": { "_self": 0, "_total": 9312, "references": { "_self": 4608, "_total": 4608 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4680, "_total": 4680 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/stdint.h": { "_self": 0, "_total": 4560, "references": { "_self": 4416, "_total": 4416 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/vadefs.h": { "_self": 0, "_total": 4464, "references": { "_self": 4320, "_total": 4320 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } }, "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp": { "_self": 0, "_total": 272, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } } } }, "dynamic_index": { "_self": 0, "_total": 11946144, "main_file": { "_self": 0, "_total": 520, "index": { "_self": 248, "_total": 248 }, "slabs": { "_self": 0, "_total": 272, "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp": { "_self": 0, "_total": 272, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 120, "_total": 120 } } } }, "preamble": { "_self": 0, "_total": 11945624, "index": { "_self": 7699584, "_total": 7699584 }, "slabs": { "_self": 0, "_total": 4246040, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/__msvc_chrono.hpp": { "_self": 0, "_total": 35376, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 35224, "_total": 35224 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/__msvc_system_error_abi.hpp": { "_self": 0, "_total": 4832, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4680, "_total": 4680 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/algorithm": { "_self": 0, "_total": 67616, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 67464, "_total": 67464 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/any": { "_self": 0, "_total": 10864, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10712, "_total": 10712 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/array": { "_self": 0, "_total": 25712, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 25560, "_total": 25560 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/atomic": { "_self": 0, "_total": 45352, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 45200, "_total": 45200 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/barrier": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/bit": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/bitset": { "_self": 0, "_total": 15736, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15584, "_total": 15584 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cctype": { "_self": 0, "_total": 7848, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7696, "_total": 7696 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cerrno": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cfenv": { "_self": 0, "_total": 7616, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7464, "_total": 7464 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cfloat": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/charconv": { "_self": 0, "_total": 17744, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 17592, "_total": 17592 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/chrono": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cinttypes": { "_self": 0, "_total": 6224, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6072, "_total": 6072 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/climits": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/clocale": { "_self": 0, "_total": 5296, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cmath": { "_self": 0, "_total": 107992, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 107840, "_total": 107840 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/codecvt": { "_self": 0, "_total": 15272, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15120, "_total": 15120 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/compare": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/complex": { "_self": 0, "_total": 37312, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 37160, "_total": 37160 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/concepts": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/concurrencysal.h": { "_self": 0, "_total": 21536, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 21384, "_total": 21384 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/condition_variable": { "_self": 0, "_total": 8312, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 8160, "_total": 8160 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/coroutine": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/crtdefs.h": { "_self": 0, "_total": 5992, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5840, "_total": 5840 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/csetjmp": { "_self": 0, "_total": 5064, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4912, "_total": 4912 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/csignal": { "_self": 0, "_total": 5296, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstdarg": { "_self": 0, "_total": 4832, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4680, "_total": 4680 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstddef": { "_self": 0, "_total": 8312, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 8160, "_total": 8160 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstdint": { "_self": 0, "_total": 11096, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10944, "_total": 10944 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstdio": { "_self": 0, "_total": 15968, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15816, "_total": 15816 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstdlib": { "_self": 0, "_total": 14576, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 14424, "_total": 14424 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cstring": { "_self": 0, "_total": 9704, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 9552, "_total": 9552 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ctime": { "_self": 0, "_total": 7616, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7464, "_total": 7464 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cuchar": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cwchar": { "_self": 0, "_total": 18984, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 18832, "_total": 18832 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/cwctype": { "_self": 0, "_total": 9240, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 9088, "_total": 9088 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/deque": { "_self": 0, "_total": 25248, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 25096, "_total": 25096 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/eh.h": { "_self": 0, "_total": 6456, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6304, "_total": 6304 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/exception": { "_self": 0, "_total": 12256, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 12104, "_total": 12104 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/execution": { "_self": 0, "_total": 20992, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 20840, "_total": 20840 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/experimental/filesystem": { "_self": 0, "_total": 85256, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 85104, "_total": 85104 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/filesystem": { "_self": 0, "_total": 102808, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 102656, "_total": 102656 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/format": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/forward_list": { "_self": 0, "_total": 24320, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 24168, "_total": 24168 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/fstream": { "_self": 0, "_total": 33600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 33448, "_total": 33448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/functional": { "_self": 0, "_total": 38008, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 37856, "_total": 37856 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/future": { "_self": 0, "_total": 37776, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 37624, "_total": 37624 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/initializer_list": { "_self": 0, "_total": 7848, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7696, "_total": 7696 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/intrin0.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/intrin0.inl.h": { "_self": 0, "_total": 13880, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 13728, "_total": 13728 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/iomanip": { "_self": 0, "_total": 10400, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10248, "_total": 10248 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ios": { "_self": 0, "_total": 16664, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 16512, "_total": 16512 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/iosfwd": { "_self": 0, "_total": 16664, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 16512, "_total": 16512 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/iostream": { "_self": 0, "_total": 6456, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6304, "_total": 6304 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/isa_availability.h": { "_self": 0, "_total": 5064, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4912, "_total": 4912 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/istream": { "_self": 0, "_total": 22232, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 22080, "_total": 22080 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/iterator": { "_self": 0, "_total": 45200, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 45048, "_total": 45048 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/latch": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/limits": { "_self": 0, "_total": 67240, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 67088, "_total": 67088 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/limits.h": { "_self": 0, "_total": 12256, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 12104, "_total": 12104 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/list": { "_self": 0, "_total": 27800, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 27648, "_total": 27648 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/locale": { "_self": 0, "_total": 12256, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 12104, "_total": 12104 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/map": { "_self": 0, "_total": 30120, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 29968, "_total": 29968 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/memory": { "_self": 0, "_total": 65072, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 64920, "_total": 64920 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/memory_resource": { "_self": 0, "_total": 13416, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 13264, "_total": 13264 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/mutex": { "_self": 0, "_total": 31512, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 31360, "_total": 31360 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/new": { "_self": 0, "_total": 5992, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5840, "_total": 5840 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/numbers": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/numeric": { "_self": 0, "_total": 18208, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 18056, "_total": 18056 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/optional": { "_self": 0, "_total": 21072, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 20920, "_total": 20920 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ostream": { "_self": 0, "_total": 18288, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 18136, "_total": 18136 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/pplcancellation_token.h": { "_self": 0, "_total": 14112, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 13960, "_total": 13960 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/pplinterface.h": { "_self": 0, "_total": 10864, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10712, "_total": 10712 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ppltasks.h": { "_self": 0, "_total": 47584, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 47432, "_total": 47432 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/pplwin.h": { "_self": 0, "_total": 6456, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6304, "_total": 6304 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/queue": { "_self": 0, "_total": 20144, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 19992, "_total": 19992 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/random": { "_self": 0, "_total": 197072, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 196920, "_total": 196920 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ranges": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ratio": { "_self": 0, "_total": 12952, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 12800, "_total": 12800 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/regex": { "_self": 0, "_total": 76128, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 75976, "_total": 75976 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/sal.h": { "_self": 0, "_total": 252672, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 252520, "_total": 252520 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/scoped_allocator": { "_self": 0, "_total": 13416, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 13264, "_total": 13264 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/semaphore": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/set": { "_self": 0, "_total": 25480, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 25328, "_total": 25328 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/setjmp.h": { "_self": 0, "_total": 6456, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6304, "_total": 6304 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/shared_mutex": { "_self": 0, "_total": 17128, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 16976, "_total": 16976 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/source_location": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/span": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/sstream": { "_self": 0, "_total": 21304, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 21152, "_total": 21152 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/stack": { "_self": 0, "_total": 12024, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 11872, "_total": 11872 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/stdexcept": { "_self": 0, "_total": 10864, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10712, "_total": 10712 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/stdint.h": { "_self": 0, "_total": 24088, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 23936, "_total": 23936 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/stop_token": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/streambuf": { "_self": 0, "_total": 16200, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 16048, "_total": 16048 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/string": { "_self": 0, "_total": 13416, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 13264, "_total": 13264 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/string_view": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/strstream": { "_self": 0, "_total": 19448, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 19296, "_total": 19296 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/syncstream": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/system_error": { "_self": 0, "_total": 21768, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 21616, "_total": 21616 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/thread": { "_self": 0, "_total": 12720, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 12568, "_total": 12568 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/tuple": { "_self": 0, "_total": 20608, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 20456, "_total": 20456 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/type_traits": { "_self": 0, "_total": 107832, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 107680, "_total": 107680 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/typeindex": { "_self": 0, "_total": 7384, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7232, "_total": 7232 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/typeinfo": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/unordered_map": { "_self": 0, "_total": 34528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 34376, "_total": 34376 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/unordered_set": { "_self": 0, "_total": 29424, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 29272, "_total": 29272 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/use_ansi.h": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/utility": { "_self": 0, "_total": 26872, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 26720, "_total": 26720 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vadefs.h": { "_self": 0, "_total": 8544, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 8392, "_total": 8392 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/valarray": { "_self": 0, "_total": 57960, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 57808, "_total": 57808 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/variant": { "_self": 0, "_total": 21304, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 21152, "_total": 21152 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime.h": { "_self": 0, "_total": 15968, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15816, "_total": 15816 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_exception.h": { "_self": 0, "_total": 7848, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7696, "_total": 7696 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_new.h": { "_self": 0, "_total": 11560, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 11408, "_total": 11408 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_new_debug.h": { "_self": 0, "_total": 5296, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_startup.h": { "_self": 0, "_total": 7848, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7696, "_total": 7696 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_string.h": { "_self": 0, "_total": 6920, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6768, "_total": 6768 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vcruntime_typeinfo.h": { "_self": 0, "_total": 8312, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 8160, "_total": 8160 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/vector": { "_self": 0, "_total": 42184, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 42032, "_total": 42032 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xatomic.h": { "_self": 0, "_total": 8312, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 8160, "_total": 8160 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xbit_ops.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xcall_once.h": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xcharconv.h": { "_self": 0, "_total": 6456, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6304, "_total": 6304 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xcharconv_ryu.h": { "_self": 0, "_total": 5064, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4912, "_total": 4912 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xcharconv_ryu_tables.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xerrc.h": { "_self": 0, "_total": 22928, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 22776, "_total": 22776 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xfacet": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xfilesystem_abi.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xhash": { "_self": 0, "_total": 8312, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 8160, "_total": 8160 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xiosbase": { "_self": 0, "_total": 16432, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 16280, "_total": 16280 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xkeycheck.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocale": { "_self": 0, "_total": 73040, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 72888, "_total": 72888 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocbuf": { "_self": 0, "_total": 14808, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 14656, "_total": 14656 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocinfo": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocinfo.h": { "_self": 0, "_total": 8544, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 8392, "_total": 8392 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocmes": { "_self": 0, "_total": 9472, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 9320, "_total": 9320 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocmon": { "_self": 0, "_total": 15040, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 14888, "_total": 14888 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xlocnum": { "_self": 0, "_total": 22232, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 22080, "_total": 22080 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xloctime": { "_self": 0, "_total": 18752, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 18600, "_total": 18600 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xmemory": { "_self": 0, "_total": 15504, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15352, "_total": 15352 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xnode_handle.h": { "_self": 0, "_total": 4832, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4680, "_total": 4680 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xpolymorphic_allocator.h": { "_self": 0, "_total": 10864, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10712, "_total": 10712 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xsmf_control.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xstddef": { "_self": 0, "_total": 18984, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 18832, "_total": 18832 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xstring": { "_self": 0, "_total": 87344, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 87192, "_total": 87192 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xthreads.h": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xtimec.h": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xtr1common": { "_self": 0, "_total": 17360, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 17208, "_total": 17208 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xtree": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/xutility": { "_self": 0, "_total": 52928, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 52776, "_total": 52776 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/ymath.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/yvals.h": { "_self": 0, "_total": 14112, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 13960, "_total": 13960 } }, "file:///C:/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include/yvals_core.h": { "_self": 0, "_total": 70408, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 70256, "_total": 70256 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/assert.h": { "_self": 0, "_total": 4832, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4680, "_total": 4680 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt.h": { "_self": 0, "_total": 53232, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 53080, "_total": 53080 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_malloc.h": { "_self": 0, "_total": 9472, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 9320, "_total": 9320 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_math.h": { "_self": 0, "_total": 91288, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 91136, "_total": 91136 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_memcpy_s.h": { "_self": 0, "_total": 5296, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_memory.h": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_search.h": { "_self": 0, "_total": 6688, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6536, "_total": 6536 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_share.h": { "_self": 0, "_total": 6456, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6304, "_total": 6304 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_stdio_config.h": { "_self": 0, "_total": 7384, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7232, "_total": 7232 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_terminate.h": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wconio.h": { "_self": 0, "_total": 11560, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 11408, "_total": 11408 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wctype.h": { "_self": 0, "_total": 15736, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 15584, "_total": 15584 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wdirect.h": { "_self": 0, "_total": 5760, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5608, "_total": 5608 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wio.h": { "_self": 0, "_total": 17360, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 17208, "_total": 17208 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wprocess.h": { "_self": 0, "_total": 8080, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 7928, "_total": 7928 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wstdio.h": { "_self": 0, "_total": 44344, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 44192, "_total": 44192 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wstdlib.h": { "_self": 0, "_total": 26328, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 26176, "_total": 26176 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wstring.h": { "_self": 0, "_total": 26096, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 25944, "_total": 25944 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/corecrt_wtime.h": { "_self": 0, "_total": 11096, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10944, "_total": 10944 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/crtdbg.h": { "_self": 0, "_total": 34296, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 34144, "_total": 34144 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/ctype.h": { "_self": 0, "_total": 20144, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 19992, "_total": 19992 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/errno.h": { "_self": 0, "_total": 25248, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 25096, "_total": 25096 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/fenv.h": { "_self": 0, "_total": 11328, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 11176, "_total": 11176 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/float.h": { "_self": 0, "_total": 44968, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 44816, "_total": 44816 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/inttypes.h": { "_self": 0, "_total": 43344, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 43192, "_total": 43192 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/locale.h": { "_self": 0, "_total": 14112, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 13960, "_total": 13960 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/malloc.h": { "_self": 0, "_total": 11096, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10944, "_total": 10944 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/share.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/signal.h": { "_self": 0, "_total": 9240, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 9088, "_total": 9088 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/stdio.h": { "_self": 0, "_total": 60816, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 60664, "_total": 60664 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/stdlib.h": { "_self": 0, "_total": 64448, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 64296, "_total": 64296 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/string.h": { "_self": 0, "_total": 26792, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 26640, "_total": 26640 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/sys/stat.h": { "_self": 0, "_total": 26640, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 26488, "_total": 26488 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/sys/types.h": { "_self": 0, "_total": 6456, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6304, "_total": 6304 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/time.h": { "_self": 0, "_total": 25632, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 25480, "_total": 25480 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/uchar.h": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/wchar.h": { "_self": 0, "_total": 10864, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 10712, "_total": 10712 } }, "file:///C:/Program%20Files%20%28x86%29/Windows%20Kits/10/Include/10.0.22621.0/ucrt/wctype.h": { "_self": 0, "_total": 5528, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5376, "_total": 5376 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/__stddef_max_align_t.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/float.h": { "_self": 0, "_total": 4600, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4448, "_total": 4448 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/limits.h": { "_self": 0, "_total": 5064, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 4912, "_total": 4912 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/stdarg.h": { "_self": 0, "_total": 5992, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5840, "_total": 5840 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/stdatomic.h": { "_self": 0, "_total": 23392, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 23240, "_total": 23240 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/stddef.h": { "_self": 0, "_total": 6920, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 6768, "_total": 6768 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/stdint.h": { "_self": 0, "_total": 5296, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } }, "file:///C:/Users/junokso/RTA/QtCreator_13.0.0-rc1/Tools/Qt%20Creator%2013.0.0-rc1/bin/clang/lib/clang/17/include/vadefs.h": { "_self": 0, "_total": 5296, "references": { "_self": 128, "_total": 128 }, "relations": { "_self": 24, "_total": 24 }, "symbols": { "_self": 5144, "_total": 5144 } } } } }, "tuscheduler": { "C:/Users/junokso/rta_creator_test_builds/1/untitled3/main.cpp": { "_self": 0, "_total": 1721507, "ast": { "_self": 1721507, "_total": 1721507 }, "preamble": { "_self": 0, "_total": 0 } }, "_self": 0, "_total": 1741331, "header_includer_cache": { "_self": 19824, "_total": 19824 } } } } }