1 | |
2 | |
3 | static long guessObjectSize(O o) { |
4 | ret guessDeepObjectSize_recursive(o); |
5 | } |
6 | |
7 | |
8 | |
9 | static long guessObjectSize(guessDeepObjectSize_recursive_Data data, O o) { |
10 | ret guessDeepObjectSize_recursive(data, o); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1026098 |
| Snippet name: | guessObjectSize - synonym of guessDeepObjectSize_recursive |
| Eternal ID of this version: | #1026098/1 |
| Text MD5: | aae000a3a0177c9170d2ac424e223b76 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-20 23:59:28 |
| Source code size: | 209 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 462 / 510 |
| Referenced in: | [show references] |