07:43:58.099 Client { "id": "{bd6f786d-30eb-4b7e-b962-f202b16001d4}", "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": 22388, "rootUri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled", "trace": "off", "workspaceFolders": [ { "name": "untitled", "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled" } ] } } 07:43:58.199 Server { "id": "{bd6f786d-30eb-4b7e-b962-f202b16001d4}", "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 7c67fc21f9bbf5ac83c4cde7eb68a19169377c00) windows x86_64-w64-windows-gnu" } } } 07:43:58.199 Client { "jsonrpc": "2.0", "method": "initialized", "params": { } } 07:43:58.199 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/untitled/main.cpp", "version": 0 } } } 07:43:58.199 Client { "jsonrpc": "2.0", "method": "textDocument/didClose", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:43:58.201 Server { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "diagnostics": [ ], "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } 07:43:58.204 Server { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "diagnostics": [ ], "uri": "file:///C:/Users/junokso/AppData/Local/clangd/config.yaml" } } 07:43:58.205 Server { "id": 0, "jsonrpc": "2.0", "method": "window/workDoneProgress/create", "params": { "token": "backgroundIndexProgress" } } 07:43:58.205 Client { "id": 0, "jsonrpc": "2.0", "result": null } 07:43:58.205 Server { "jsonrpc": "2.0", "method": "$/progress", "params": { "token": "backgroundIndexProgress", "value": { "kind": "begin", "percentage": 0, "title": "indexing" } } } 07:43:58.205 Server { "jsonrpc": "2.0", "method": "$/progress", "params": { "token": "backgroundIndexProgress", "value": { "kind": "report", "message": "0/1", "percentage": 0 } } } 07:43:58.276 Server { "jsonrpc": "2.0", "method": "$/progress", "params": { "token": "backgroundIndexProgress", "value": { "kind": "report", "message": "0/1", "percentage": 0 } } } 07:43:58.276 Server { "jsonrpc": "2.0", "method": "$/progress", "params": { "token": "backgroundIndexProgress", "value": { "kind": "end" } } } 07:44:01.714 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/untitled/main.cpp", "version": 0 } } } 07:44:01.714 Client { "id": "{41b38a78-2391-40a8-8802-ef0467541169}", "jsonrpc": "2.0", "method": "textDocument/semanticTokens/full", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:44:02.713 Client { "jsonrpc": "2.0", "method": "$/cancelRequest", "params": { "id": "{41b38a78-2391-40a8-8802-ef0467541169}" } } 07:44:02.713 Client { "id": "{7cf163f7-ac96-46cd-84ab-8e74dd79dc03}", "jsonrpc": "2.0", "method": "textDocument/semanticTokens/full", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:44:02.716 Client { "id": "{b86398ee-9f8a-483b-9ebc-3924c81132b0}", "jsonrpc": "2.0", "method": "textDocument/documentHighlight", "params": { "position": { "character": 0, "line": 0 }, "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:44:02.719 Server { "id": 1, "jsonrpc": "2.0", "method": "workspace/semanticTokens/refresh", "params": null } 07:44:02.719 Client { "jsonrpc": "2.0", "method": "$/cancelRequest", "params": { "id": "{7cf163f7-ac96-46cd-84ab-8e74dd79dc03}" } } 07:44:02.719 Client { "id": "{a98a582a-bd01-43c8-bfe2-1d43d1f2eb65}", "jsonrpc": "2.0", "method": "textDocument/semanticTokens/full", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:44:02.719 Client { "id": 1, "jsonrpc": "2.0", "result": null } 07:44:02.719 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/untitled/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/untitled/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/untitled/main.cpp", "version": 0 } } 07:44:02.729 Server { "jsonrpc": "2.0", "method": "textDocument/inactiveRegions", "params": { "regions": [ ], "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:44:02.729 Server { "id": "{41b38a78-2391-40a8-8802-ef0467541169}", "jsonrpc": "2.0", "result": { "data": [ ], "resultId": "1" } } 07:44:02.729 Server { "id": "{7cf163f7-ac96-46cd-84ab-8e74dd79dc03}", "jsonrpc": "2.0", "result": { "data": [ ], "resultId": "2" } } 07:44:02.729 Server { "id": "{b86398ee-9f8a-483b-9ebc-3924c81132b0}", "jsonrpc": "2.0", "result": [ ] } 07:44:02.756 Server { "id": "{a98a582a-bd01-43c8-bfe2-1d43d1f2eb65}", "jsonrpc": "2.0", "result": { "data": [ ], "resultId": "3" } } 07:44:02.912 Client { "id": "{925a4218-005a-4f94-9cad-30d7729f00bc}", "jsonrpc": "2.0", "method": "textDocument/documentSymbol", "params": { "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:44:02.912 Server { "id": "{925a4218-005a-4f94-9cad-30d7729f00bc}", "jsonrpc": "2.0", "result": [ ] } 07:44:04.400 Client { "id": "{37940258-d780-406c-b245-9caba6ef91a4}", "jsonrpc": "2.0", "method": "textDocument/documentHighlight", "params": { "position": { "character": 18, "line": 2 }, "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:44:04.400 Server { "id": "{37940258-d780-406c-b245-9caba6ef91a4}", "jsonrpc": "2.0", "result": [ ] } 07:44:06.405 Client { "id": "{2b732806-5e2b-47bf-a41f-6c515f26baa4}", "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/untitled/main.cpp" } } } 07:44:06.423 Server { "id": "{2b732806-5e2b-47bf-a41f-6c515f26baa4}", "jsonrpc": "2.0", "result": { "isIncomplete": true, "items": [ { "filterText": "string_literals", "insertText": "std::string_literals", "insertTextFormat": 1, "kind": 9, "label": " std::string_literals", "score": 2.098905563354492, "sortText": "3ff9ab88string_literals", "textEdit": { "newText": "std::string_literals", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "filterText": "string_view_literals", "insertText": "std::string_view_literals", "insertTextFormat": 1, "kind": 9, "label": " std::string_view_literals", "score": 2.098905563354492, "sortText": "3ff9ab88string_view_literals", "textEdit": { "newText": "std::string_view_literals", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stack", "insertText": "std::stack", "insertTextFormat": 1, "kind": 7, "label": " std::stack", "score": 0.5417693853378296, "sortText": "40f54e9astack", "textEdit": { "newText": "std::stack", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "steady_clock", "insertText": "std::chrono::steady_clock", "insertTextFormat": 1, "kind": 22, "label": " std::chrono::steady_clock", "score": 0.5417693853378296, "sortText": "40f54e9asteady_clock", "textEdit": { "newText": "std::chrono::steady_clock", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "streambuf", "insertText": "std::streambuf", "insertTextFormat": 1, "kind": 8, "label": " std::streambuf", "score": 0.5417693853378296, "sortText": "40f54e9astreambuf", "textEdit": { "newText": "std::streambuf", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From \nfrom " }, "filterText": "streamoff", "insertText": "std::streamoff", "insertTextFormat": 1, "kind": 8, "label": " std::streamoff", "score": 0.5417693853378296, "sortText": "40f54e9astreamoff", "textEdit": { "newText": "std::streamoff", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "streampos", "insertText": "std::streampos", "insertTextFormat": 1, "kind": 8, "label": " std::streampos", "score": 0.5417693853378296, "sortText": "40f54e9astreampos", "textEdit": { "newText": "std::streampos", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "streamsize", "insertText": "std::streamsize", "insertTextFormat": 1, "kind": 8, "label": " std::streamsize", "score": 0.5417693853378296, "sortText": "40f54e9astreamsize", "textEdit": { "newText": "std::streamsize", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "string", "insertText": "std::pmr::string", "insertTextFormat": 1, "kind": 8, "label": " std::pmr::string", "score": 0.5417693853378296, "sortText": "40f54e9astring", "textEdit": { "newText": "std::pmr::string", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "string", "insertText": "std::string", "insertTextFormat": 1, "kind": 8, "label": " std::string", "score": 0.5417693853378296, "sortText": "40f54e9astring", "textEdit": { "newText": "std::string", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "string_view", "insertText": "std::string_view", "insertTextFormat": 1, "kind": 8, "label": " std::string_view", "score": 0.5417693853378296, "sortText": "40f54e9astring_view", "textEdit": { "newText": "std::string_view", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stringbuf", "insertText": "std::stringbuf", "insertTextFormat": 1, "kind": 8, "label": " std::stringbuf", "score": 0.5417693853378296, "sortText": "40f54e9astringbuf", "textEdit": { "newText": "std::stringbuf", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "stringstream", "insertText": "std::stringstream", "insertTextFormat": 1, "kind": 8, "label": " std::stringstream", "score": 0.5417693853378296, "sortText": "40f54e9astringstream", "textEdit": { "newText": "std::stringstream", "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": 0.5417693853378296, "sortText": "40f54e9astrstream", "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": 0.5417693853378296, "sortText": "40f54e9astrstreambuf", "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": 0.5417693853378296, "sortText": "40f54e9astudent_t_distribution", "textEdit": { "newText": "std::student_t_distribution", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "filterText": "status87", "insertText": "status87", "insertTextFormat": 1, "kind": 1, "label": " status87", "score": 0.4321557283401489, "sortText": "4122bc7cstatus87", "textEdit": { "newText": "status87", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "static_pointer_cast", "insertText": "std::static_pointer_cast", "insertTextFormat": 1, "kind": 3, "label": " std::static_pointer_cast(…)", "score": 0.40636512637138367, "sortText": "412ff0e9static_pointer_cast", "textEdit": { "newText": "std::static_pointer_cast", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "[2 overloads]", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strrchr", "insertText": "strrchr", "insertTextFormat": 1, "kind": 3, "label": " strrchr(…)", "score": 0.39086613059043884, "sortText": "4137e065strrchr", "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": 0.39086613059043884, "sortText": "4137e065strstr", "textEdit": { "newText": "strstr", "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.38884419202804565, "sortText": "4138e96astat", "textEdit": { "newText": "stat", "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": 0.38679999113082886, "sortText": "4139f55astod", "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": 0.38679999113082886, "sortText": "4139f55astof", "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": 0.38679999113082886, "sortText": "4139f55astoi", "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": 0.38679999113082886, "sortText": "4139f55astol", "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": 0.38679999113082886, "sortText": "4139f55astold", "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": 0.38679999113082886, "sortText": "4139f55astoll", "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": 0.38679999113082886, "sortText": "4139f55astoul", "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": 0.38679999113082886, "sortText": "4139f55astoull", "textEdit": { "newText": "std::stoull", "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": 0.3622940182685852, "sortText": "41468166status", "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": 0.3622940182685852, "sortText": "41468166status_known", "textEdit": { "newText": "std::experimental::filesystem::status_known", "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": 0.348242849111557, "sortText": "414db31dstate_not_recoverable", "textEdit": { "newText": "std::errc::state_not_recoverable", "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": 0.348242849111557, "sortText": "414db31dstream", "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": 0.348242849111557, "sortText": "414db31dstream_timeout", "textEdit": { "newText": "std::errc::stream_timeout", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "detail": "std::pointer_safety", "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strict", "insertText": "std::pointer_safety::strict", "insertTextFormat": 1, "kind": 20, "label": " std::pointer_safety::strict", "score": 0.348242849111557, "sortText": "414db31dstrict", "textEdit": { "newText": "std::pointer_safety::strict", "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": 0.3149054944515228, "sortText": "415ec4b5sticky_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": "strncmp", "insertText": "std::strncmp", "insertTextFormat": 1, "kind": 18, "label": " std::strncmp", "score": 0.2596149444580078, "sortText": "417b13c0strncmp", "textEdit": { "newText": "std::strncmp", "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": 0.2596149444580078, "sortText": "417b13c0strrchr", "textEdit": { "newText": "std::strrchr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtod", "insertText": "std::strtod", "insertTextFormat": 1, "kind": 18, "label": " std::strtod", "score": 0.2596149444580078, "sortText": "417b13c0strtod", "textEdit": { "newText": "std::strtod", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtof", "insertText": "std::strtof", "insertTextFormat": 1, "kind": 18, "label": " std::strtof", "score": 0.2596149444580078, "sortText": "417b13c0strtof", "textEdit": { "newText": "std::strtof", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoimax", "insertText": "std::strtoimax", "insertTextFormat": 1, "kind": 18, "label": " std::strtoimax", "score": 0.2596149444580078, "sortText": "417b13c0strtoimax", "textEdit": { "newText": "std::strtoimax", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtol", "insertText": "std::strtol", "insertTextFormat": 1, "kind": 18, "label": " std::strtol", "score": 0.2596149444580078, "sortText": "417b13c0strtol", "textEdit": { "newText": "std::strtol", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtold", "insertText": "std::strtold", "insertTextFormat": 1, "kind": 18, "label": " std::strtold", "score": 0.2596149444580078, "sortText": "417b13c0strtold", "textEdit": { "newText": "std::strtold", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoll", "insertText": "std::strtoll", "insertTextFormat": 1, "kind": 18, "label": " std::strtoll", "score": 0.2596149444580078, "sortText": "417b13c0strtoll", "textEdit": { "newText": "std::strtoll", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoul", "insertText": "std::strtoul", "insertTextFormat": 1, "kind": 18, "label": " std::strtoul", "score": 0.2596149444580078, "sortText": "417b13c0strtoul", "textEdit": { "newText": "std::strtoul", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoull", "insertText": "std::strtoull", "insertTextFormat": 1, "kind": 18, "label": " std::strtoull", "score": 0.2596149444580078, "sortText": "417b13c0strtoull", "textEdit": { "newText": "std::strtoull", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } }, { "documentation": { "kind": "plaintext", "value": "From " }, "filterText": "strtoumax", "insertText": "std::strtoumax", "insertTextFormat": 1, "kind": 18, "label": " std::strtoumax", "score": 0.2596149444580078, "sortText": "417b13c0strtoumax", "textEdit": { "newText": "std::strtoumax", "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.252991259098053, "sortText": "417e77eestrcat_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.252991259098053, "sortText": "417e77eestrchr", "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.252991259098053, "sortText": "417e77eestrcmp", "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.252991259098053, "sortText": "417e77eestrcoll", "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.252991259098053, "sortText": "417e77eestrcpy_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.252991259098053, "sortText": "417e77eestrcspn", "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.252991259098053, "sortText": "417e77eestrerror_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": "strftime", "insertText": "strftime", "insertTextFormat": 1, "kind": 3, "label": " strftime(char *Buffer, size_t SizeInBytes, const char *Format, const struct tm *Tm)", "score": 0.252991259098053, "sortText": "417e77eestrftime", "textEdit": { "newText": "strftime", "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.252991259098053, "sortText": "417e77eestrlen", "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.252991259098053, "sortText": "417e77eestrncat_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.252991259098053, "sortText": "417e77eestrncmp", "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.252991259098053, "sortText": "417e77eestrncpy_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.252991259098053, "sortText": "417e77eestrnlen", "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.252991259098053, "sortText": "417e77eestrnlen_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.252991259098053, "sortText": "417e77eestrpbrk", "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.252991259098053, "sortText": "417e77eestrspn", "textEdit": { "newText": "strspn", "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.252991259098053, "sortText": "417e77eestrtok_s", "textEdit": { "newText": "strtok_s", "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.252991259098053, "sortText": "417e77eestrxfrm", "textEdit": { "newText": "strxfrm", "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.2518129050731659, "sortText": "417f1261stat", "textEdit": { "newText": "stat", "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.17685332894325256, "sortText": "41cae6f6strcat", "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.17685332894325256, "sortText": "41cae6f6strcmpi", "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.17685332894325256, "sortText": "41cae6f6strcpy", "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.17685332894325256, "sortText": "41cae6f6strdup", "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.17685332894325256, "sortText": "41cae6f6strerror", "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.17685332894325256, "sortText": "41cae6f6stricmp", "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.17685332894325256, "sortText": "41cae6f6strlwr", "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.17685332894325256, "sortText": "41cae6f6strncat", "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.17685332894325256, "sortText": "41cae6f6strncpy", "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.17685332894325256, "sortText": "41cae6f6strnicmp", "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.17685332894325256, "sortText": "41cae6f6strnset", "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.17685332894325256, "sortText": "41cae6f6strrev", "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.17685332894325256, "sortText": "41cae6f6strset", "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.17685332894325256, "sortText": "41cae6f6strtok", "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.17685332894325256, "sortText": "41cae6f6strupr", "textEdit": { "newText": "strupr", "range": { "end": { "character": 18, "line": 2 }, "start": { "character": 16, "line": 2 } } } } ] } } 07:44:13.924 Client { "id": "{ea939747-d8b7-4aed-929a-d8a031006579}", "jsonrpc": "2.0", "method": "textDocument/documentHighlight", "params": { "position": { "character": 0, "line": 9 }, "textDocument": { "uri": "file:///C:/Users/junokso/rta_creator_test_builds/1/untitled/main.cpp" } } } 07:44:13.924 Server { "id": "{ea939747-d8b7-4aed-929a-d8a031006579}", "jsonrpc": "2.0", "result": [ ] } 07:44:20.056 Client { "id": "{a855e360-ffae-4ac4-a20d-850e60656202}", "jsonrpc": "2.0", "method": "$/memoryUsage", "params": { } } 07:44:20.083 Server { "id": "{a855e360-ffae-4ac4-a20d-850e60656202}", "jsonrpc": "2.0", "result": { "_self": 0, "_total": 24541819, "clangd_server": { "_self": 0, "_total": 24541819, "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-beta2/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-beta2/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-beta2/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-beta2/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-beta2/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-beta2/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/untitled/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": 11946016, "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/untitled/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": 11945496, "index": { "_self": 7699456, "_total": 7699456 }, "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-beta2/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-beta2/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-beta2/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-beta2/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-beta2/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-beta2/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-beta2/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-beta2/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/untitled/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 } } } } }