| 932 | streamFunctionBody.Add(ID); |
| 933 | } |
| 934 | void OpFunctionEnd() |
| 935 | { |
| 936 | sbTextFunctionBody << LR"(OpFunctionEnd)" << EndLine; |
| 937 | |
| 938 | streamFunctionBody.Add(56 + (1 << 16)); |
| 939 | } |
| 940 | int EncodeString(List<unsigned int> & stream, String S) |
| 941 | { |
| 942 | auto encoder = CoreLib::IO::Encoding::UTF8; |
no test coverage detected