| 477 | }; |
| 478 | |
| 479 | static bool GetEntityTypeIsBlock(int type) { return (type >= BLOCK_START && type < BLOCK_END); } |
| 480 | static bool GetEntityTypeIsSet(int type) { return (type >= SET_START && type < SET_END); } |
| 481 | static const char* GetDataAssemblyNodeNameForEntityType(int type); |
| 482 | static const char* GetMergedEntityNameForEntityType(int type); |
no outgoing calls