Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IChooseYou/Reclass
/ functions
Functions
942 in github.com/IChooseYou/Reclass
⨍
Functions
942
◇
Types & classes
132
Method
testParseValueEmptyString
tests/test_format.cpp:270
Method
testParseValueFloat
tests/test_format.cpp:101
Method
testParseValueHex0xPrefix
tests/test_format.cpp:139
Method
testParseValueHex32
tests/test_format.cpp:111
Method
testParseValueHexWithSpaces
── Test: parseValue accepts space-separated hex bytes ──
tests/test_editor.cpp:557
Method
testParseValueInt32
tests/test_format.cpp:91
Method
testParseValueOverflow
tests/test_format.cpp:156
Method
testPointer32DefaultVoid
tests/test_compose.cpp:1223
Method
testPointerCollapsedNoExpansion
tests/test_compose.cpp:1750
Method
testPointerDefaultVoid
tests/test_compose.cpp:1177
Method
testPointerDerefCollapsed
tests/test_compose.cpp:478
Method
testPointerDerefCycle
tests/test_compose.cpp:532
Method
testPointerDerefExpansion
tests/test_compose.cpp:330
Method
testPointerDerefNull
tests/test_compose.cpp:419
Method
testPointerDisplaysTargetName
tests/test_compose.cpp:1253
Method
testPointerFields
tests/test_generator.cpp:271
Method
testPointerInvalid
tests/test_validation.cpp:410
Method
testPointerMutualCycleAtoB
tests/test_compose.cpp:1565
Method
testPointerRefIdToDeletedStruct
tests/test_compose.cpp:1718
Method
testPointerSpans
tests/test_compose.cpp:1359
Method
testPointerTargetUsesNameWhenNoTypeName
tests/test_compose.cpp:1318
Method
testPointerToPointerChain
tests/test_compose.cpp:1464
Method
testPointerValueValidation
tests/test_validation.cpp:1071
Method
testPointerVoidSpans
tests/test_compose.cpp:1417
Method
testPointerWidthComputation
tests/test_compose.cpp:1812
Method
testPopupListsRootStructs
tests/test_type_selector.cpp:203
Method
testPopupSignals
tests/test_type_selector.cpp:226
Method
testPreprocessorColor
tests/test_rendered_view.cpp:259
Method
testPrimitiveArray
tests/test_generator.cpp:246
Method
testPrimitiveArrayCollapsed
tests/test_compose.cpp:1089
Method
testPrimitiveArrayElements
tests/test_compose.cpp:1018
Method
testProviderWrite
tests/test_core.cpp:261
Method
testRapidFireRejectedWrites
tests/test_validation.cpp:893
Method
testReadValueBoundsCheck
tests/test_format.cpp:233
Method
testRejectGarbageBool
tests/test_validation.cpp:648
Method
testRejectGarbageFloat
tests/test_validation.cpp:632
Method
testRejectGarbageText
tests/test_validation.cpp:611
Method
testRejectOverflowInt8
tests/test_validation.cpp:553
Method
testRejectOverflowUInt16
tests/test_validation.cpp:581
Method
testRejectOverflowUInt32
tests/test_validation.cpp:595
Method
testRejectOverflowUInt8
tests/test_validation.cpp:567
Method
testRemoveAndUndoNode
tests/test_context_menu.cpp:266
Method
testRemoveInvalidIndex
tests/test_context_menu.cpp:390
Method
testRemoveNodeOutOfBounds
tests/test_validation.cpp:769
Method
testRenameNode
── Test: renameNode changes name and undo restores ──
tests/test_controller.cpp:201
Method
testRenameNodeEdgeCases
tests/test_validation.cpp:683
Method
testResolveTypeName_emptyAlias
tests/test_new_features.cpp:202
Method
testResolveTypeName_noAlias
tests/test_new_features.cpp:178
Method
testResolveTypeName_withAlias
tests/test_new_features.cpp:191
Method
testRootFoldSuppressed
── Test: root header/footer are suppressed (CommandRow replaces them) ──
tests/test_editor.cpp:1046
Method
testSectionHeadersPresent
tests/test_type_selector.cpp:590
Method
testSelectedNodeIndices
── Test: selectedNodeIndices ──
tests/test_editor.cpp:680
Method
testSelectionColorsApplied
tests/test_rendered_view.cpp:174
Method
testSetNodeValueFloat
── Test: setNodeValue on Float field ──
tests/test_controller.cpp:168
Method
testSetNodeValueHex
── Test: setNodeValue with Hex32 (space-separated hex bytes) ──
tests/test_controller.cpp:327
Method
testSetNodeValueUndoRedo
── Test: setNodeValue undo/redo restores data ──
tests/test_controller.cpp:125
Method
testSetNodeValueWritesData
── Test: setNodeValue writes bytes to provider ──
tests/test_controller.cpp:98
Method
testSignedHexRoundTrip
tests/test_format.cpp:195
Method
testSimpleStruct
tests/test_generator.cpp:51
Method
testSpansWithPrefix
tests/test_type_selector.cpp:79
Method
testSpecialCharacters
tests/test_validation.cpp:519
Method
testStableNodeIds
tests/test_core.cpp:145
Method
testStringColor
tests/test_rendered_view.cpp:246
Method
testStringTypes
tests/test_generator.cpp:389
Method
testStructArrayStillUsesChildren
tests/test_compose.cpp:1123
Method
testStructFooterSimple
tests/test_compose.cpp:600
Method
testStructHeaderRejectsValueEdit
tests/test_validation.cpp:1021
Method
testStructSpan
tests/test_core.cpp:411
Method
testSubtreeCycleSafe
tests/test_core.cpp:174
Method
testTailPadding
tests/test_generator.cpp:111
Method
testTextIsNonEmpty
tests/test_compose.cpp:1980
Method
testToggleCollapse
── Test: toggleCollapse + undo ──
tests/test_controller.cpp:429
Method
testToggleCollapseOutOfBounds
tests/test_validation.cpp:884
Method
testTypeAliases_jsonFormat
tests/test_new_features.cpp:256
Method
testTypeAliases_saveLoad
tests/test_new_features.cpp:208
Method
testTypeAliases_saveLoadEmpty
tests/test_new_features.cpp:235
Method
testTypeAutocompleteTypingAndCommit
── Test: type autocomplete accepts typed input and commits ──
tests/test_editor.cpp:595
Method
testTypeEditCancel
── Test: type edit emits typePickerRequested (popup-based, not inline edit) ──
tests/test_editor.cpp:484
Method
testTypeEditClickAwayNoChange
── Test: type edit click-away commits original (no change) ──
tests/test_editor.cpp:616
Method
testUInt16Overflow
tests/test_validation.cpp:235
Method
testUInt32Overflow
tests/test_validation.cpp:262
Method
testUInt64Max
tests/test_validation.cpp:271
Method
testUInt8Overflow
tests/test_validation.cpp:201
Method
testUnreadablePointerNoRead
tests/test_compose.cpp:185
Method
testValidateBaseAddressEdgeCases
tests/test_validation.cpp:473
Method
testValidateValueMessages
tests/test_validation.cpp:433
Method
testValueEditCommitUpdatesSignal
── Test: value edit commit fires signal with typed text ──
tests/test_editor.cpp:819
Method
testValueWriteUndoIntegrity
tests/test_validation.cpp:852
Method
testVec3SingleLine
tests/test_compose.cpp:58
Method
testVec4SingleLineValue
tests/test_new_features.cpp:862
Method
testVectorTypes
tests/test_generator.cpp:341
Method
testViewSwitchingAndCreateType
tests/test_type_selector.cpp:259
Method
testWorkspace_emptyTree
tests/test_new_features.cpp:652
Method
testWorkspace_richTree_ballChildren
tests/test_new_features.cpp:637
Method
testWorkspace_richTree_catNesting
tests/test_new_features.cpp:611
Method
testWorkspace_richTree_petChildren
tests/test_new_features.cpp:598
Method
testWorkspace_richTree_rootCount
tests/test_new_features.cpp:589
Method
testWorkspace_simpleTree
tests/test_new_features.cpp:547
Method
testWorkspace_structIdRole
tests/test_new_features.cpp:661
Method
testWorkspace_twoRootTree
tests/test_new_features.cpp:569
← previous
next →
801–900 of 942, ranked by callers