File: amalgamation_report.html

package info (click to toggle)
simdjson 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 31,400 kB
  • sloc: cpp: 195,760; ansic: 20,954; sh: 1,126; python: 885; makefile: 47; ruby: 25; javascript: 13
file content (640 lines) | stat: -rw-r--r-- 182,835 bytes parent folder | download | duplicates (4)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Amalgamation Helper Report</title>
    <style>
        body { font-family: Arial, sans-serif; margin: 20px; }
        .tree { margin-left: 20px; }
        .file { cursor: pointer; padding: 2px; margin: 1px; }
        .amalgamated { background-color: lightblue; }
        .amalgamator { background-color: lightgreen; }
        .free-dependency { background-color: lightcoral; }
        .implementation-specific { background-color: lavender; }
        .generic { background-color: lightsalmon; }
        .builtin { background-color: lightyellow; }
        .details { display: none; margin-top: 10px; padding: 10px; border: 1px solid #ccc; background-color: #f9f9f9; }
        pre { white-space: pre-wrap; }
    </style>
    <script>
        function toggleDetails(id) {
            var details = document.getElementById(id);
            details.style.display = details.style.display === 'none' ? 'block' : 'none';
        }
    </script>
</head>
<body>
    <h1>Amalgamation Helper Report</h1>
    <p>Click on files to see details.</p>
    <div class="tree">
<div><strong>include/</strong><div class="tree"><div><strong>simdjson/</strong><div class="tree"><div><strong>arm64/</strong><div class="tree"><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_base_h')">base.h</div><div id="file__include_simdjson_arm64_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/arm64/base.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_begin_h')">begin.h</div><div id="file__include_simdjson_arm64_begin_h" class="details"><h3>begin.h</h3><p><strong>Path:</strong> include/simdjson/arm64/begin.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_bitmanipulation_h')">bitmanipulation.h</div><div id="file__include_simdjson_arm64_bitmanipulation_h" class="details"><h3>bitmanipulation.h</h3><p><strong>Path:</strong> include/simdjson/arm64/bitmanipulation.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/arm64/base.h"
#include "simdjson/arm64/intrinsics.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_bitmask_h')">bitmask.h</div><div id="file__include_simdjson_arm64_bitmask_h" class="details"><h3>bitmask.h</h3><p><strong>Path:</strong> include/simdjson/arm64/bitmask.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/arm64/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_builder_h')">builder.h</div><div id="file__include_simdjson_arm64_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/arm64/builder.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: arm64.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_end_h')">end.h</div><div id="file__include_simdjson_arm64_end_h" class="details"><h3>end.h</h3><p><strong>Path:</strong> include/simdjson/arm64/end.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/arm64/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_implementation_h')">implementation.h</div><div id="file__include_simdjson_arm64_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/arm64/implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/instruction_set.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_intrinsics_h')">intrinsics.h</div><div id="file__include_simdjson_arm64_intrinsics_h" class="details"><h3>intrinsics.h</h3><p><strong>Path:</strong> include/simdjson/arm64/intrinsics.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/arm64/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_numberparsing_defs_h')">numberparsing_defs.h</div><div id="file__include_simdjson_arm64_numberparsing_defs_h" class="details"><h3>numberparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/arm64/numberparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/arm64/base.h"
#include "simdjson/arm64/intrinsics.h"
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_arm64_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/arm64/ondemand.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: arm64.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_simd_h')">simd.h</div><div id="file__include_simdjson_arm64_simd_h" class="details"><h3>simd.h</h3><p><strong>Path:</strong> include/simdjson/arm64/simd.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/arm64/base.h"
#include "simdjson/arm64/bitmanipulation.h"
#include "simdjson/internal/simdprune_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_stringparsing_defs_h')">stringparsing_defs.h</div><div id="file__include_simdjson_arm64_stringparsing_defs_h" class="details"><h3>stringparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/arm64/stringparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/arm64/base.h"
#include "simdjson/arm64/simd.h"
#include "simdjson/arm64/bitmanipulation.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_arm64_h')">arm64.h</div><div id="file__include_simdjson_arm64_h" class="details"><h3>arm64.h</h3><p><strong>Path:</strong> include/simdjson/arm64.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: arm64.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_base_h')">base.h</div><div id="file__include_simdjson_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/base.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_builder_h')">builder.h</div><div id="file__include_simdjson_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/builder.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>builtin/</strong><div class="tree"><div class="file free-dependency builtin" onclick="toggleDetails('file__include_simdjson_builtin_base_h')">base.h</div><div id="file__include_simdjson_builtin_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/builtin/base.h</p><p><strong>Categories:</strong> Free Dependency File, Builtin File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in builtin directory.</li></ul></div><div class="file free-dependency builtin" onclick="toggleDetails('file__include_simdjson_builtin_builder_h')">builder.h</div><div id="file__include_simdjson_builtin_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/builtin/builder.h</p><p><strong>Categories:</strong> Free Dependency File, Builtin File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in builtin directory.</li></ul></div><div class="file free-dependency builtin" onclick="toggleDetails('file__include_simdjson_builtin_implementation_h')">implementation.h</div><div id="file__include_simdjson_builtin_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/builtin/implementation.h</p><p><strong>Categories:</strong> Free Dependency File, Builtin File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in builtin directory.</li></ul></div><div class="file free-dependency builtin" onclick="toggleDetails('file__include_simdjson_builtin_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_builtin_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/builtin/ondemand.h</p><p><strong>Categories:</strong> Free Dependency File, Builtin File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in builtin directory.</li></ul></div></div></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_builtin_h')">builtin.h</div><div id="file__include_simdjson_builtin_h" class="details"><h3>builtin.h</h3><p><strong>Path:</strong> include/simdjson/builtin.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_common_defs_h')">common_defs.h</div><div id="file__include_simdjson_common_defs_h" class="details"><h3>common_defs.h</h3><p><strong>Path:</strong> include/simdjson/common_defs.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_compile_time_json-inl_h')">compile_time_json-inl.h</div><div id="file__include_simdjson_compile_time_json-inl_h" class="details"><h3>compile_time_json-inl.h</h3><p><strong>Path:</strong> include/simdjson/compile_time_json-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_compile_time_json_h')">compile_time_json.h</div><div id="file__include_simdjson_compile_time_json_h" class="details"><h3>compile_time_json.h</h3><p><strong>Path:</strong> include/simdjson/compile_time_json.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_compiler_check_h')">compiler_check.h</div><div id="file__include_simdjson_compiler_check_h" class="details"><h3>compiler_check.h</h3><p><strong>Path:</strong> include/simdjson/compiler_check.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_concepts_h')">concepts.h</div><div id="file__include_simdjson_concepts_h" class="details"><h3>concepts.h</h3><p><strong>Path:</strong> include/simdjson/concepts.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_constevalutil_h')">constevalutil.h</div><div id="file__include_simdjson_constevalutil_h" class="details"><h3>constevalutil.h</h3><p><strong>Path:</strong> include/simdjson/constevalutil.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_convert-inl_h')">convert-inl.h</div><div id="file__include_simdjson_convert-inl_h" class="details"><h3>convert-inl.h</h3><p><strong>Path:</strong> include/simdjson/convert-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_convert_h')">convert.h</div><div id="file__include_simdjson_convert_h" class="details"><h3>convert.h</h3><p><strong>Path:</strong> include/simdjson/convert.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>dom/</strong><div class="tree"><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_array-inl_h')">array-inl.h</div><div id="file__include_simdjson_dom_array-inl_h" class="details"><h3>array-inl.h</h3><p><strong>Path:</strong> include/simdjson/dom/array-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_array_h')">array.h</div><div id="file__include_simdjson_dom_array_h" class="details"><h3>array.h</h3><p><strong>Path:</strong> include/simdjson/dom/array.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_base_h')">base.h</div><div id="file__include_simdjson_dom_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/dom/base.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_document-inl_h')">document-inl.h</div><div id="file__include_simdjson_dom_document-inl_h" class="details"><h3>document-inl.h</h3><p><strong>Path:</strong> include/simdjson/dom/document-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_document_h')">document.h</div><div id="file__include_simdjson_dom_document_h" class="details"><h3>document.h</h3><p><strong>Path:</strong> include/simdjson/dom/document.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_document_stream-inl_h')">document_stream-inl.h</div><div id="file__include_simdjson_dom_document_stream-inl_h" class="details"><h3>document_stream-inl.h</h3><p><strong>Path:</strong> include/simdjson/dom/document_stream-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_document_stream_h')">document_stream.h</div><div id="file__include_simdjson_dom_document_stream_h" class="details"><h3>document_stream.h</h3><p><strong>Path:</strong> include/simdjson/dom/document_stream.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_element-inl_h')">element-inl.h</div><div id="file__include_simdjson_dom_element-inl_h" class="details"><h3>element-inl.h</h3><p><strong>Path:</strong> include/simdjson/dom/element-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_element_h')">element.h</div><div id="file__include_simdjson_dom_element_h" class="details"><h3>element.h</h3><p><strong>Path:</strong> include/simdjson/dom/element.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_object-inl_h')">object-inl.h</div><div id="file__include_simdjson_dom_object-inl_h" class="details"><h3>object-inl.h</h3><p><strong>Path:</strong> include/simdjson/dom/object-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_object_h')">object.h</div><div id="file__include_simdjson_dom_object_h" class="details"><h3>object.h</h3><p><strong>Path:</strong> include/simdjson/dom/object.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_parser-inl_h')">parser-inl.h</div><div id="file__include_simdjson_dom_parser-inl_h" class="details"><h3>parser-inl.h</h3><p><strong>Path:</strong> include/simdjson/dom/parser-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_parser_h')">parser.h</div><div id="file__include_simdjson_dom_parser_h" class="details"><h3>parser.h</h3><p><strong>Path:</strong> include/simdjson/dom/parser.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_serialization-inl_h')">serialization-inl.h</div><div id="file__include_simdjson_dom_serialization-inl_h" class="details"><h3>serialization-inl.h</h3><p><strong>Path:</strong> include/simdjson/dom/serialization-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_serialization_h')">serialization.h</div><div id="file__include_simdjson_dom_serialization_h" class="details"><h3>serialization.h</h3><p><strong>Path:</strong> include/simdjson/dom/serialization.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div></div></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_dom_h')">dom.h</div><div id="file__include_simdjson_dom_h" class="details"><h3>dom.h</h3><p><strong>Path:</strong> include/simdjson/dom.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_error-inl_h')">error-inl.h</div><div id="file__include_simdjson_error-inl_h" class="details"><h3>error-inl.h</h3><p><strong>Path:</strong> include/simdjson/error-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_error_h')">error.h</div><div id="file__include_simdjson_error_h" class="details"><h3>error.h</h3><p><strong>Path:</strong> include/simdjson/error.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>fallback/</strong><div class="tree"><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_base_h')">base.h</div><div id="file__include_simdjson_fallback_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/fallback/base.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: fallback.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_begin_h')">begin.h</div><div id="file__include_simdjson_fallback_begin_h" class="details"><h3>begin.h</h3><p><strong>Path:</strong> include/simdjson/fallback/begin.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: fallback.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_bitmanipulation_h')">bitmanipulation.h</div><div id="file__include_simdjson_fallback_bitmanipulation_h" class="details"><h3>bitmanipulation.h</h3><p><strong>Path:</strong> include/simdjson/fallback/bitmanipulation.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: fallback.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/fallback/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_builder_h')">builder.h</div><div id="file__include_simdjson_fallback_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/fallback/builder.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: fallback.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_end_h')">end.h</div><div id="file__include_simdjson_fallback_end_h" class="details"><h3>end.h</h3><p><strong>Path:</strong> include/simdjson/fallback/end.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: fallback.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/fallback/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_implementation_h')">implementation.h</div><div id="file__include_simdjson_fallback_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/fallback/implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: fallback.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/fallback/base.h"
#include "simdjson/implementation.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_numberparsing_defs_h')">numberparsing_defs.h</div><div id="file__include_simdjson_fallback_numberparsing_defs_h" class="details"><h3>numberparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/fallback/numberparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: fallback.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/fallback/base.h"
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_fallback_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/fallback/ondemand.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: fallback.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_stringparsing_defs_h')">stringparsing_defs.h</div><div id="file__include_simdjson_fallback_stringparsing_defs_h" class="details"><h3>stringparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/fallback/stringparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: fallback.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/fallback/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_fallback_h')">fallback.h</div><div id="file__include_simdjson_fallback_h" class="details"><h3>fallback.h</h3><p><strong>Path:</strong> include/simdjson/fallback.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: fallback.</li></ul></div><div><strong>generic/</strong><div class="tree"><div class="file amalgamated amalgamator generic" onclick="toggleDetails('file__include_simdjson_generic_amalgamated_h')">amalgamated.h</div><div id="file__include_simdjson_generic_amalgamated_h" class="details"><h3>amalgamated.h</h3><p><strong>Path:</strong> include/simdjson/generic/amalgamated.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_atomparsing_h')">atomparsing.h</div><div id="file__include_simdjson_generic_atomparsing_h" class="details"><h3>atomparsing.h</h3><p><strong>Path:</strong> include/simdjson/generic/atomparsing.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ATOMPARSING_H
#include "simdjson/generic/base.h"
#include "simdjson/generic/jsoncharutils.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_base_h')">base.h</div><div id="file__include_simdjson_generic_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/generic/base.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_BASE_H
#include "simdjson/base.h"
// If we haven't got an implementation yet, we're in the editor, editing a generic file! Just
// use the most advanced one we can so the most possible stuff can be tested.
#ifndef SIMDJSON_IMPLEMENTATION
#include "simdjson/implementation_detection.h"
#if SIMDJSON_IMPLEMENTATION_ICELAKE
#include "simdjson/icelake/begin.h"
#elif SIMDJSON_IMPLEMENTATION_HASWELL
#include "simdjson/haswell/begin.h"
#elif SIMDJSON_IMPLEMENTATION_WESTMERE
#include "simdjson/westmere/begin.h"
#elif SIMDJSON_IMPLEMENTATION_ARM64
#include "simdjson/arm64/begin.h"
#elif SIMDJSON_IMPLEMENTATION_PPC64
#include "simdjson/ppc64/begin.h"
#elif SIMDJSON_IMPLEMENTATION_LASX
#include "simdjson/lasx/begin.h"
#elif SIMDJSON_IMPLEMENTATION_LSX
#include "simdjson/lsx/begin.h"
#elif SIMDJSON_IMPLEMENTATION_FALLBACK
#include "simdjson/fallback/begin.h"
#else
#error "All possible implementations (including fallback) have been disabled! simdjson will not run."
#endif
#endif // SIMDJSON_IMPLEMENTATION
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div><strong>builder/</strong><div class="tree"><div class="file amalgamated amalgamator generic" onclick="toggleDetails('file__include_simdjson_generic_builder_amalgamated_h')">amalgamated.h</div><div id="file__include_simdjson_generic_builder_amalgamated_h" class="details"><h3>amalgamated.h</h3><p><strong>Path:</strong> include/simdjson/generic/builder/amalgamated.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Located in generic directories.</li></ul></div><div class="file free-dependency generic" onclick="toggleDetails('file__include_simdjson_generic_builder_dependencies_h')">dependencies.h</div><div id="file__include_simdjson_generic_builder_dependencies_h" class="details"><h3>dependencies.h</h3><p><strong>Path:</strong> include/simdjson/generic/builder/dependencies.h</p><p><strong>Categories:</strong> Free Dependency File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_builder_json_builder_h')">json_builder.h</div><div id="file__include_simdjson_generic_builder_json_builder_h" class="details"><h3>json_builder.h</h3><p><strong>Path:</strong> include/simdjson/generic/builder/json_builder.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_STRING_BUILDER_H
#include "simdjson/generic/builder/json_string_builder.h"
#include "simdjson/concepts.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_builder_json_string_builder-inl_h')">json_string_builder-inl.h</div><div id="file__include_simdjson_generic_builder_json_string_builder-inl_h" class="details"><h3>json_string_builder-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/builder/json_string_builder-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_STRING_BUILDER_INL_H
#include "simdjson/generic/builder/json_string_builder.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_builder_json_string_builder_h')">json_string_builder.h</div><div id="file__include_simdjson_generic_builder_json_string_builder_h" class="details"><h3>json_string_builder.h</h3><p><strong>Path:</strong> include/simdjson/generic/builder/json_string_builder.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_STRING_BUILDER_H
#include "simdjson/generic/implementation_simdjson_result_base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div class="file free-dependency generic" onclick="toggleDetails('file__include_simdjson_generic_dependencies_h')">dependencies.h</div><div id="file__include_simdjson_generic_dependencies_h" class="details"><h3>dependencies.h</h3><p><strong>Path:</strong> include/simdjson/generic/dependencies.h</p><p><strong>Categories:</strong> Free Dependency File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_dom_parser_implementation_h')">dom_parser_implementation.h</div><div id="file__include_simdjson_generic_dom_parser_implementation_h" class="details"><h3>dom_parser_implementation.h</h3><p><strong>Path:</strong> include/simdjson/generic/dom_parser_implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_DOM_PARSER_IMPLEMENTATION_H
#include "simdjson/generic/base.h"
#include "simdjson/internal/dom_parser_implementation.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_implementation_simdjson_result_base-inl_h')">implementation_simdjson_result_base-inl.h</div><div id="file__include_simdjson_generic_implementation_simdjson_result_base-inl_h" class="details"><h3>implementation_simdjson_result_base-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/implementation_simdjson_result_base-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_IMPLEMENTATION_SIMDJSON_RESULT_BASE_INL_H
#include "simdjson/generic/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_implementation_simdjson_result_base_h')">implementation_simdjson_result_base.h</div><div id="file__include_simdjson_generic_implementation_simdjson_result_base_h" class="details"><h3>implementation_simdjson_result_base.h</h3><p><strong>Path:</strong> include/simdjson/generic/implementation_simdjson_result_base.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_IMPLEMENTATION_SIMDJSON_RESULT_BASE_H
#include "simdjson/generic/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_jsoncharutils_h')">jsoncharutils.h</div><div id="file__include_simdjson_generic_jsoncharutils_h" class="details"><h3>jsoncharutils.h</h3><p><strong>Path:</strong> include/simdjson/generic/jsoncharutils.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_JSONCHARUTILS_H
#include "simdjson/generic/base.h"
#include "simdjson/internal/jsoncharutils_tables.h"
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_numberparsing_h')">numberparsing.h</div><div id="file__include_simdjson_generic_numberparsing_h" class="details"><h3>numberparsing.h</h3><p><strong>Path:</strong> include/simdjson/generic/numberparsing.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_NUMBERPARSING_H
#include "simdjson/generic/base.h"
#include "simdjson/generic/jsoncharutils.h"
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div><strong>ondemand/</strong><div class="tree"><div class="file amalgamated amalgamator generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_amalgamated_h')">amalgamated.h</div><div id="file__include_simdjson_generic_ondemand_amalgamated_h" class="details"><h3>amalgamated.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/amalgamated.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_array-inl_h')">array-inl.h</div><div id="file__include_simdjson_generic_ondemand_array-inl_h" class="details"><h3>array-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/array-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_ARRAY_INL_H
#include "simdjson/jsonpathutil.h"
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/array.h"
#include "simdjson/generic/ondemand/array_iterator-inl.h"
#include "simdjson/generic/ondemand/json_iterator.h"
#include "simdjson/generic/ondemand/value.h"
#include "simdjson/generic/ondemand/value_iterator-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_array_h')">array.h</div><div id="file__include_simdjson_generic_ondemand_array_h" class="details"><h3>array.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/array.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_ARRAY_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/value_iterator.h"
#include <vector>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_array_iterator-inl_h')">array_iterator-inl.h</div><div id="file__include_simdjson_generic_ondemand_array_iterator-inl_h" class="details"><h3>array_iterator-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/array_iterator-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_ARRAY_ITERATOR_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/array_iterator.h"
#include "simdjson/generic/ondemand/value-inl.h"
#include "simdjson/generic/ondemand/value_iterator-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_array_iterator_h')">array_iterator.h</div><div id="file__include_simdjson_generic_ondemand_array_iterator_h" class="details"><h3>array_iterator.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/array_iterator.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_ARRAY_ITERATOR_H
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/value_iterator.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_base_h')">base.h</div><div id="file__include_simdjson_generic_ondemand_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/base.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_BASE_H
#include "simdjson/generic/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_compile_time_accessors_h')">compile_time_accessors.h</div><div id="file__include_simdjson_generic_ondemand_compile_time_accessors_h" class="details"><h3>compile_time_accessors.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/compile_time_accessors.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_COMPILE_TIME_ACCESSORS_H

#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file free-dependency generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_dependencies_h')">dependencies.h</div><div id="file__include_simdjson_generic_ondemand_dependencies_h" class="details"><h3>dependencies.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/dependencies.h</p><p><strong>Categories:</strong> Free Dependency File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_deserialize_h')">deserialize.h</div><div id="file__include_simdjson_generic_ondemand_deserialize_h" class="details"><h3>deserialize.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/deserialize.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_ONDEMAND_DESERIALIZE_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/array.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_document-inl_h')">document-inl.h</div><div id="file__include_simdjson_generic_ondemand_document-inl_h" class="details"><h3>document-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/document-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_DOCUMENT_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/array_iterator.h"
#include "simdjson/generic/ondemand/document.h"
#include "simdjson/generic/ondemand/json_type.h"
#include "simdjson/generic/ondemand/raw_json_string.h"
#include "simdjson/generic/ondemand/value.h"
#include "simdjson/generic/ondemand/value-inl.h"
#include "simdjson/generic/ondemand/array-inl.h"
#include "simdjson/generic/ondemand/json_iterator-inl.h"
#include "simdjson/generic/ondemand/object-inl.h"
#include "simdjson/generic/ondemand/value_iterator-inl.h"
#include "simdjson/generic/ondemand/deserialize.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_document_h')">document.h</div><div id="file__include_simdjson_generic_ondemand_document_h" class="details"><h3>document.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/document.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_DOCUMENT_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/json_iterator.h"
#include "simdjson/generic/ondemand/deserialize.h"
#include "simdjson/generic/ondemand/value.h"
#include <vector>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_document_stream-inl_h')">document_stream-inl.h</div><div id="file__include_simdjson_generic_ondemand_document_stream-inl_h" class="details"><h3>document_stream-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/document_stream-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_DOCUMENT_STREAM_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/document_stream.h"
#include "simdjson/generic/ondemand/document-inl.h"
#include "simdjson/generic/implementation_simdjson_result_base-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_document_stream_h')">document_stream.h</div><div id="file__include_simdjson_generic_ondemand_document_stream_h" class="details"><h3>document_stream.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/document_stream.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_DOCUMENT_STREAM_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/document.h"
#include "simdjson/generic/ondemand/parser.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_field-inl_h')">field-inl.h</div><div id="file__include_simdjson_generic_ondemand_field-inl_h" class="details"><h3>field-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/field-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_FIELD_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/field.h"
#include "simdjson/generic/ondemand/value-inl.h"
#include "simdjson/generic/ondemand/value_iterator-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_field_h')">field.h</div><div id="file__include_simdjson_generic_ondemand_field_h" class="details"><h3>field.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/field.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_FIELD_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/raw_json_string.h"
#include "simdjson/generic/ondemand/value.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_json_iterator-inl_h')">json_iterator-inl.h</div><div id="file__include_simdjson_generic_ondemand_json_iterator-inl_h" class="details"><h3>json_iterator-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/json_iterator-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_JSON_ITERATOR_INL_H
#include "simdjson/internal/dom_parser_implementation.h"
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/json_iterator.h"
#include "simdjson/generic/ondemand/parser.h"
#include "simdjson/generic/ondemand/raw_json_string.h"
#include "simdjson/generic/ondemand/logger-inl.h"
#include "simdjson/generic/ondemand/parser-inl.h"
#include "simdjson/generic/ondemand/token_iterator-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_json_iterator_h')">json_iterator.h</div><div id="file__include_simdjson_generic_ondemand_json_iterator_h" class="details"><h3>json_iterator.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/json_iterator.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_JSON_ITERATOR_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/token_iterator.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_json_type-inl_h')">json_type-inl.h</div><div id="file__include_simdjson_generic_ondemand_json_type-inl_h" class="details"><h3>json_type-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/json_type-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_JSON_TYPE_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/json_type.h"
#include "simdjson/generic/implementation_simdjson_result_base-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_json_type_h')">json_type.h</div><div id="file__include_simdjson_generic_ondemand_json_type_h" class="details"><h3>json_type.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/json_type.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_JSON_TYPE_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/numberparsing.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_logger-inl_h')">logger-inl.h</div><div id="file__include_simdjson_generic_ondemand_logger-inl_h" class="details"><h3>logger-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/logger-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_LOGGER_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/logger.h"
#include "simdjson/generic/ondemand/json_iterator.h"
#include "simdjson/generic/ondemand/value_iterator.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_logger_h')">logger.h</div><div id="file__include_simdjson_generic_ondemand_logger_h" class="details"><h3>logger.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/logger.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_LOGGER_H
#include "simdjson/generic/ondemand/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_object-inl_h')">object-inl.h</div><div id="file__include_simdjson_generic_ondemand_object-inl_h" class="details"><h3>object-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/object-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_OBJECT_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/field.h"
#include "simdjson/generic/ondemand/object.h"
#include "simdjson/generic/ondemand/object_iterator.h"
#include "simdjson/generic/ondemand/raw_json_string.h"
#include "simdjson/generic/ondemand/json_iterator.h"
#include "simdjson/generic/ondemand/value-inl.h"
#include "simdjson/jsonpathutil.h"
#if SIMDJSON_STATIC_REFLECTION
#include "simdjson/generic/ondemand/json_string_builder.h"  // for constevalutil::fixed_string
#include <meta>
#endif
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_object_h')">object.h</div><div id="file__include_simdjson_generic_ondemand_object_h" class="details"><h3>object.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/object.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_OBJECT_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/value_iterator.h"
#include <vector>
#if SIMDJSON_STATIC_REFLECTION && SIMDJSON_SUPPORTS_CONCEPTS
#include "simdjson/generic/ondemand/json_string_builder.h"  // for constevalutil::fixed_string
#endif
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_object_iterator-inl_h')">object_iterator-inl.h</div><div id="file__include_simdjson_generic_ondemand_object_iterator-inl_h" class="details"><h3>object_iterator-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/object_iterator-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_OBJECT_ITERATOR_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/object_iterator.h"
#include "simdjson/generic/ondemand/field-inl.h"
#include "simdjson/generic/ondemand/value_iterator-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_object_iterator_h')">object_iterator.h</div><div id="file__include_simdjson_generic_ondemand_object_iterator_h" class="details"><h3>object_iterator.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/object_iterator.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_OBJECT_ITERATOR_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/value_iterator.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_parser-inl_h')">parser-inl.h</div><div id="file__include_simdjson_generic_ondemand_parser-inl_h" class="details"><h3>parser-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/parser-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_PARSER_INL_H
#include "simdjson/padded_string.h"
#include "simdjson/padded_string_view.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/dom_parser_implementation.h"
#include "simdjson/dom/base.h" // for MINIMAL_DOCUMENT_CAPACITY
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/document_stream.h"
#include "simdjson/generic/ondemand/parser.h"
#include "simdjson/generic/ondemand/raw_json_string.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_parser_h')">parser.h</div><div id="file__include_simdjson_generic_ondemand_parser_h" class="details"><h3>parser.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/parser.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_PARSER_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_raw_json_string-inl_h')">raw_json_string-inl.h</div><div id="file__include_simdjson_generic_ondemand_raw_json_string-inl_h" class="details"><h3>raw_json_string-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/raw_json_string-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_RAW_JSON_STRING_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/raw_json_string.h"
#include "simdjson/generic/ondemand/json_iterator-inl.h"
#include "simdjson/generic/implementation_simdjson_result_base-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_raw_json_string_h')">raw_json_string.h</div><div id="file__include_simdjson_generic_ondemand_raw_json_string_h" class="details"><h3>raw_json_string.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/raw_json_string.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_RAW_JSON_STRING_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_serialization-inl_h')">serialization-inl.h</div><div id="file__include_simdjson_generic_ondemand_serialization-inl_h" class="details"><h3>serialization-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/serialization-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_SERIALIZATION_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/array.h"
#include "simdjson/generic/ondemand/document-inl.h"
#include "simdjson/generic/ondemand/json_type.h"
#include "simdjson/generic/ondemand/object.h"
#include "simdjson/generic/ondemand/serialization.h"
#include "simdjson/generic/ondemand/value.h"
#if SIMDJSON_STATIC_REFLECTION
#include "simdjson/generic/builder/json_builder.h"
#endif
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_serialization_h')">serialization.h</div><div id="file__include_simdjson_generic_ondemand_serialization_h" class="details"><h3>serialization.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/serialization.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_SERIALIZATION_H
#include "simdjson/generic/ondemand/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_std_deserialize_h')">std_deserialize.h</div><div id="file__include_simdjson_generic_ondemand_std_deserialize_h" class="details"><h3>std_deserialize.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/std_deserialize.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_ONDEMAND_DESERIALIZE_H
#include "simdjson/generic/ondemand/object.h"
#include "simdjson/generic/ondemand/array.h"
#include "simdjson/generic/ondemand/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_token_iterator-inl_h')">token_iterator-inl.h</div><div id="file__include_simdjson_generic_ondemand_token_iterator-inl_h" class="details"><h3>token_iterator-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/token_iterator-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_TOKEN_ITERATOR_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/token_iterator.h"
#include "simdjson/generic/implementation_simdjson_result_base-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_token_iterator_h')">token_iterator.h</div><div id="file__include_simdjson_generic_ondemand_token_iterator_h" class="details"><h3>token_iterator.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/token_iterator.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_TOKEN_ITERATOR_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/logger.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_value-inl_h')">value-inl.h</div><div id="file__include_simdjson_generic_ondemand_value-inl_h" class="details"><h3>value-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/value-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_VALUE_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/ondemand/array.h"
#include "simdjson/generic/ondemand/array_iterator.h"
#include "simdjson/generic/ondemand/json_iterator.h"
#include "simdjson/generic/ondemand/json_type.h"
#include "simdjson/generic/ondemand/object.h"
#include "simdjson/generic/ondemand/raw_json_string.h"
#include "simdjson/generic/ondemand/value.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_value_h')">value.h</div><div id="file__include_simdjson_generic_ondemand_value_h" class="details"><h3>value.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/value.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_VALUE_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#include "simdjson/generic/ondemand/value_iterator.h"
#include "simdjson/generic/ondemand/deserialize.h"
#include <vector>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_value_iterator-inl_h')">value_iterator-inl.h</div><div id="file__include_simdjson_generic_ondemand_value_iterator-inl_h" class="details"><h3>value_iterator-inl.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/value_iterator-inl.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_VALUE_ITERATOR_INL_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/atomparsing.h"
#include "simdjson/generic/numberparsing.h"
#include "simdjson/generic/ondemand/json_iterator.h"
#include "simdjson/generic/ondemand/value_iterator.h"
#include "simdjson/generic/ondemand/json_type-inl.h"
#include "simdjson/generic/ondemand/raw_json_string-inl.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__include_simdjson_generic_ondemand_value_iterator_h')">value_iterator.h</div><div id="file__include_simdjson_generic_ondemand_value_iterator_h" class="details"><h3>value_iterator.h</h3><p><strong>Path:</strong> include/simdjson/generic/ondemand/value_iterator.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_GENERIC_ONDEMAND_VALUE_ITERATOR_H
#include "simdjson/generic/ondemand/base.h"
#include "simdjson/generic/implementation_simdjson_result_base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div></div></div><div><strong>haswell/</strong><div class="tree"><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_base_h')">base.h</div><div id="file__include_simdjson_haswell_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/haswell/base.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_begin_h')">begin.h</div><div id="file__include_simdjson_haswell_begin_h" class="details"><h3>begin.h</h3><p><strong>Path:</strong> include/simdjson/haswell/begin.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_bitmanipulation_h')">bitmanipulation.h</div><div id="file__include_simdjson_haswell_bitmanipulation_h" class="details"><h3>bitmanipulation.h</h3><p><strong>Path:</strong> include/simdjson/haswell/bitmanipulation.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/haswell/base.h"
#include "simdjson/haswell/intrinsics.h"
#include "simdjson/haswell/bitmask.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_bitmask_h')">bitmask.h</div><div id="file__include_simdjson_haswell_bitmask_h" class="details"><h3>bitmask.h</h3><p><strong>Path:</strong> include/simdjson/haswell/bitmask.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/haswell/base.h"
#include "simdjson/haswell/intrinsics.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_builder_h')">builder.h</div><div id="file__include_simdjson_haswell_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/haswell/builder.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: haswell.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_end_h')">end.h</div><div id="file__include_simdjson_haswell_end_h" class="details"><h3>end.h</h3><p><strong>Path:</strong> include/simdjson/haswell/end.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/haswell/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_implementation_h')">implementation.h</div><div id="file__include_simdjson_haswell_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/haswell/implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/haswell/base.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/instruction_set.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_intrinsics_h')">intrinsics.h</div><div id="file__include_simdjson_haswell_intrinsics_h" class="details"><h3>intrinsics.h</h3><p><strong>Path:</strong> include/simdjson/haswell/intrinsics.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/haswell/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_numberparsing_defs_h')">numberparsing_defs.h</div><div id="file__include_simdjson_haswell_numberparsing_defs_h" class="details"><h3>numberparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/haswell/numberparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (2):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/haswell/base.h"
#include "simdjson/haswell/intrinsics.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details><details><summary>Block 2</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_haswell_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/haswell/ondemand.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: haswell.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_simd_h')">simd.h</div><div id="file__include_simdjson_haswell_simd_h" class="details"><h3>simd.h</h3><p><strong>Path:</strong> include/simdjson/haswell/simd.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/haswell/base.h"
#include "simdjson/haswell/intrinsics.h"
#include "simdjson/haswell/bitmanipulation.h"
#include "simdjson/internal/simdprune_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_stringparsing_defs_h')">stringparsing_defs.h</div><div id="file__include_simdjson_haswell_stringparsing_defs_h" class="details"><h3>stringparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/haswell/stringparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/haswell/base.h"
#include "simdjson/haswell/simd.h"
#include "simdjson/haswell/bitmanipulation.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_haswell_h')">haswell.h</div><div id="file__include_simdjson_haswell_h" class="details"><h3>haswell.h</h3><p><strong>Path:</strong> include/simdjson/haswell.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: haswell.</li></ul></div><div><strong>icelake/</strong><div class="tree"><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_base_h')">base.h</div><div id="file__include_simdjson_icelake_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/icelake/base.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_begin_h')">begin.h</div><div id="file__include_simdjson_icelake_begin_h" class="details"><h3>begin.h</h3><p><strong>Path:</strong> include/simdjson/icelake/begin.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_bitmanipulation_h')">bitmanipulation.h</div><div id="file__include_simdjson_icelake_bitmanipulation_h" class="details"><h3>bitmanipulation.h</h3><p><strong>Path:</strong> include/simdjson/icelake/bitmanipulation.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/icelake/base.h"
#include "simdjson/icelake/intrinsics.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_bitmask_h')">bitmask.h</div><div id="file__include_simdjson_icelake_bitmask_h" class="details"><h3>bitmask.h</h3><p><strong>Path:</strong> include/simdjson/icelake/bitmask.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/icelake/base.h"
#include "simdjson/icelake/intrinsics.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_builder_h')">builder.h</div><div id="file__include_simdjson_icelake_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/icelake/builder.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: icelake.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_end_h')">end.h</div><div id="file__include_simdjson_icelake_end_h" class="details"><h3>end.h</h3><p><strong>Path:</strong> include/simdjson/icelake/end.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/icelake/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_implementation_h')">implementation.h</div><div id="file__include_simdjson_icelake_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/icelake/implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/icelake/base.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/instruction_set.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_intrinsics_h')">intrinsics.h</div><div id="file__include_simdjson_icelake_intrinsics_h" class="details"><h3>intrinsics.h</h3><p><strong>Path:</strong> include/simdjson/icelake/intrinsics.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/icelake/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_numberparsing_defs_h')">numberparsing_defs.h</div><div id="file__include_simdjson_icelake_numberparsing_defs_h" class="details"><h3>numberparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/icelake/numberparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/icelake/base.h"
#include "simdjson/icelake/intrinsics.h"
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_icelake_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/icelake/ondemand.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: icelake.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_simd_h')">simd.h</div><div id="file__include_simdjson_icelake_simd_h" class="details"><h3>simd.h</h3><p><strong>Path:</strong> include/simdjson/icelake/simd.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/icelake/base.h"
#include "simdjson/icelake/intrinsics.h"
#include "simdjson/icelake/bitmanipulation.h"
#include "simdjson/internal/simdprune_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_stringparsing_defs_h')">stringparsing_defs.h</div><div id="file__include_simdjson_icelake_stringparsing_defs_h" class="details"><h3>stringparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/icelake/stringparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/icelake/base.h"
#include "simdjson/icelake/simd.h"
#include "simdjson/icelake/bitmanipulation.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_icelake_h')">icelake.h</div><div id="file__include_simdjson_icelake_h" class="details"><h3>icelake.h</h3><p><strong>Path:</strong> include/simdjson/icelake.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: icelake.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_implementation_h')">implementation.h</div><div id="file__include_simdjson_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/implementation.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_implementation_detection_h')">implementation_detection.h</div><div id="file__include_simdjson_implementation_detection_h" class="details"><h3>implementation_detection.h</h3><p><strong>Path:</strong> include/simdjson/implementation_detection.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>internal/</strong><div class="tree"><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_atomic_ptr_h')">atomic_ptr.h</div><div id="file__include_simdjson_internal_atomic_ptr_h" class="details"><h3>atomic_ptr.h</h3><p><strong>Path:</strong> include/simdjson/internal/atomic_ptr.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_dom_parser_implementation_h')">dom_parser_implementation.h</div><div id="file__include_simdjson_internal_dom_parser_implementation_h" class="details"><h3>dom_parser_implementation.h</h3><p><strong>Path:</strong> include/simdjson/internal/dom_parser_implementation.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_instruction_set_h')">instruction_set.h</div><div id="file__include_simdjson_internal_instruction_set_h" class="details"><h3>instruction_set.h</h3><p><strong>Path:</strong> include/simdjson/internal/instruction_set.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_jsoncharutils_tables_h')">jsoncharutils_tables.h</div><div id="file__include_simdjson_internal_jsoncharutils_tables_h" class="details"><h3>jsoncharutils_tables.h</h3><p><strong>Path:</strong> include/simdjson/internal/jsoncharutils_tables.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_jsonformatutils_h')">jsonformatutils.h</div><div id="file__include_simdjson_internal_jsonformatutils_h" class="details"><h3>jsonformatutils.h</h3><p><strong>Path:</strong> include/simdjson/internal/jsonformatutils.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_numberparsing_tables_h')">numberparsing_tables.h</div><div id="file__include_simdjson_internal_numberparsing_tables_h" class="details"><h3>numberparsing_tables.h</h3><p><strong>Path:</strong> include/simdjson/internal/numberparsing_tables.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_simdprune_tables_h')">simdprune_tables.h</div><div id="file__include_simdjson_internal_simdprune_tables_h" class="details"><h3>simdprune_tables.h</h3><p><strong>Path:</strong> include/simdjson/internal/simdprune_tables.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_tape_ref-inl_h')">tape_ref-inl.h</div><div id="file__include_simdjson_internal_tape_ref-inl_h" class="details"><h3>tape_ref-inl.h</h3><p><strong>Path:</strong> include/simdjson/internal/tape_ref-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_tape_ref_h')">tape_ref.h</div><div id="file__include_simdjson_internal_tape_ref_h" class="details"><h3>tape_ref.h</h3><p><strong>Path:</strong> include/simdjson/internal/tape_ref.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_internal_tape_type_h')">tape_type.h</div><div id="file__include_simdjson_internal_tape_type_h" class="details"><h3>tape_type.h</h3><p><strong>Path:</strong> include/simdjson/internal/tape_type.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div></div></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_jsonioutil_h')">jsonioutil.h</div><div id="file__include_simdjson_jsonioutil_h" class="details"><h3>jsonioutil.h</h3><p><strong>Path:</strong> include/simdjson/jsonioutil.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_jsonpathutil_h')">jsonpathutil.h</div><div id="file__include_simdjson_jsonpathutil_h" class="details"><h3>jsonpathutil.h</h3><p><strong>Path:</strong> include/simdjson/jsonpathutil.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>lasx/</strong><div class="tree"><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_base_h')">base.h</div><div id="file__include_simdjson_lasx_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/lasx/base.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_begin_h')">begin.h</div><div id="file__include_simdjson_lasx_begin_h" class="details"><h3>begin.h</h3><p><strong>Path:</strong> include/simdjson/lasx/begin.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_bitmanipulation_h')">bitmanipulation.h</div><div id="file__include_simdjson_lasx_bitmanipulation_h" class="details"><h3>bitmanipulation.h</h3><p><strong>Path:</strong> include/simdjson/lasx/bitmanipulation.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lasx/base.h"
#include "simdjson/lasx/intrinsics.h"
#include "simdjson/lasx/bitmask.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_bitmask_h')">bitmask.h</div><div id="file__include_simdjson_lasx_bitmask_h" class="details"><h3>bitmask.h</h3><p><strong>Path:</strong> include/simdjson/lasx/bitmask.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lasx/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_builder_h')">builder.h</div><div id="file__include_simdjson_lasx_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/lasx/builder.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lasx.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_end_h')">end.h</div><div id="file__include_simdjson_lasx_end_h" class="details"><h3>end.h</h3><p><strong>Path:</strong> include/simdjson/lasx/end.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lasx/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_implementation_h')">implementation.h</div><div id="file__include_simdjson_lasx_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/lasx/implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/instruction_set.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_intrinsics_h')">intrinsics.h</div><div id="file__include_simdjson_lasx_intrinsics_h" class="details"><h3>intrinsics.h</h3><p><strong>Path:</strong> include/simdjson/lasx/intrinsics.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lasx/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_numberparsing_defs_h')">numberparsing_defs.h</div><div id="file__include_simdjson_lasx_numberparsing_defs_h" class="details"><h3>numberparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/lasx/numberparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lasx/base.h"
#include "simdjson/lasx/intrinsics.h"
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_lasx_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/lasx/ondemand.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lasx.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_simd_h')">simd.h</div><div id="file__include_simdjson_lasx_simd_h" class="details"><h3>simd.h</h3><p><strong>Path:</strong> include/simdjson/lasx/simd.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lasx/base.h"
#include "simdjson/lasx/bitmanipulation.h"
#include "simdjson/internal/simdprune_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_stringparsing_defs_h')">stringparsing_defs.h</div><div id="file__include_simdjson_lasx_stringparsing_defs_h" class="details"><h3>stringparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/lasx/stringparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lasx/base.h"
#include "simdjson/lasx/simd.h"
#include "simdjson/lasx/bitmanipulation.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_lasx_h')">lasx.h</div><div id="file__include_simdjson_lasx_h" class="details"><h3>lasx.h</h3><p><strong>Path:</strong> include/simdjson/lasx.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lasx.</li></ul></div><div><strong>lsx/</strong><div class="tree"><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_base_h')">base.h</div><div id="file__include_simdjson_lsx_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/lsx/base.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_begin_h')">begin.h</div><div id="file__include_simdjson_lsx_begin_h" class="details"><h3>begin.h</h3><p><strong>Path:</strong> include/simdjson/lsx/begin.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_bitmanipulation_h')">bitmanipulation.h</div><div id="file__include_simdjson_lsx_bitmanipulation_h" class="details"><h3>bitmanipulation.h</h3><p><strong>Path:</strong> include/simdjson/lsx/bitmanipulation.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lsx/base.h"
#include "simdjson/lsx/intrinsics.h"
#include "simdjson/lsx/bitmask.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_bitmask_h')">bitmask.h</div><div id="file__include_simdjson_lsx_bitmask_h" class="details"><h3>bitmask.h</h3><p><strong>Path:</strong> include/simdjson/lsx/bitmask.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lsx/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_builder_h')">builder.h</div><div id="file__include_simdjson_lsx_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/lsx/builder.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lsx.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_end_h')">end.h</div><div id="file__include_simdjson_lsx_end_h" class="details"><h3>end.h</h3><p><strong>Path:</strong> include/simdjson/lsx/end.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lsx/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_implementation_h')">implementation.h</div><div id="file__include_simdjson_lsx_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/lsx/implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/instruction_set.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_intrinsics_h')">intrinsics.h</div><div id="file__include_simdjson_lsx_intrinsics_h" class="details"><h3>intrinsics.h</h3><p><strong>Path:</strong> include/simdjson/lsx/intrinsics.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lsx/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_numberparsing_defs_h')">numberparsing_defs.h</div><div id="file__include_simdjson_lsx_numberparsing_defs_h" class="details"><h3>numberparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/lsx/numberparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lsx/base.h"
#include "simdjson/lsx/intrinsics.h"
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_lsx_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/lsx/ondemand.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lsx.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_simd_h')">simd.h</div><div id="file__include_simdjson_lsx_simd_h" class="details"><h3>simd.h</h3><p><strong>Path:</strong> include/simdjson/lsx/simd.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lsx/base.h"
#include "simdjson/lsx/bitmanipulation.h"
#include "simdjson/internal/simdprune_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_stringparsing_defs_h')">stringparsing_defs.h</div><div id="file__include_simdjson_lsx_stringparsing_defs_h" class="details"><h3>stringparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/lsx/stringparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/lsx/base.h"
#include "simdjson/lsx/simd.h"
#include "simdjson/lsx/bitmanipulation.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_lsx_h')">lsx.h</div><div id="file__include_simdjson_lsx_h" class="details"><h3>lsx.h</h3><p><strong>Path:</strong> include/simdjson/lsx.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lsx.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_minify_h')">minify.h</div><div id="file__include_simdjson_minify_h" class="details"><h3>minify.h</h3><p><strong>Path:</strong> include/simdjson/minify.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/ondemand.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_padded_string-inl_h')">padded_string-inl.h</div><div id="file__include_simdjson_padded_string-inl_h" class="details"><h3>padded_string-inl.h</h3><p><strong>Path:</strong> include/simdjson/padded_string-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_padded_string_h')">padded_string.h</div><div id="file__include_simdjson_padded_string_h" class="details"><h3>padded_string.h</h3><p><strong>Path:</strong> include/simdjson/padded_string.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_padded_string_view-inl_h')">padded_string_view-inl.h</div><div id="file__include_simdjson_padded_string_view-inl_h" class="details"><h3>padded_string_view-inl.h</h3><p><strong>Path:</strong> include/simdjson/padded_string_view-inl.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_padded_string_view_h')">padded_string_view.h</div><div id="file__include_simdjson_padded_string_view_h" class="details"><h3>padded_string_view.h</h3><p><strong>Path:</strong> include/simdjson/padded_string_view.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_portability_h')">portability.h</div><div id="file__include_simdjson_portability_h" class="details"><h3>portability.h</h3><p><strong>Path:</strong> include/simdjson/portability.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>ppc64/</strong><div class="tree"><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_base_h')">base.h</div><div id="file__include_simdjson_ppc64_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/base.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_begin_h')">begin.h</div><div id="file__include_simdjson_ppc64_begin_h" class="details"><h3>begin.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/begin.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_bitmanipulation_h')">bitmanipulation.h</div><div id="file__include_simdjson_ppc64_bitmanipulation_h" class="details"><h3>bitmanipulation.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/bitmanipulation.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/ppc64/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_bitmask_h')">bitmask.h</div><div id="file__include_simdjson_ppc64_bitmask_h" class="details"><h3>bitmask.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/bitmask.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/ppc64/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_builder_h')">builder.h</div><div id="file__include_simdjson_ppc64_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/builder.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: ppc64.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_end_h')">end.h</div><div id="file__include_simdjson_ppc64_end_h" class="details"><h3>end.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/end.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/ppc64/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_implementation_h')">implementation.h</div><div id="file__include_simdjson_ppc64_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/ppc64/base.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/instruction_set.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_intrinsics_h')">intrinsics.h</div><div id="file__include_simdjson_ppc64_intrinsics_h" class="details"><h3>intrinsics.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/intrinsics.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/ppc64/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_numberparsing_defs_h')">numberparsing_defs.h</div><div id="file__include_simdjson_ppc64_numberparsing_defs_h" class="details"><h3>numberparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/numberparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/ppc64/base.h"
#include "simdjson/ppc64/intrinsics.h"
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_ppc64_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/ondemand.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: ppc64.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_simd_h')">simd.h</div><div id="file__include_simdjson_ppc64_simd_h" class="details"><h3>simd.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/simd.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/ppc64/base.h"
#include "simdjson/ppc64/bitmanipulation.h"
#include "simdjson/internal/simdprune_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_stringparsing_defs_h')">stringparsing_defs.h</div><div id="file__include_simdjson_ppc64_stringparsing_defs_h" class="details"><h3>stringparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/ppc64/stringparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/ppc64/base.h"
#include "simdjson/ppc64/bitmanipulation.h"
#include "simdjson/ppc64/simd.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_ppc64_h')">ppc64.h</div><div id="file__include_simdjson_ppc64_h" class="details"><h3>ppc64.h</h3><p><strong>Path:</strong> include/simdjson/ppc64.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: ppc64.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_simdjson_h')">simdjson.h</div><div id="file__include_simdjson_simdjson_h" class="details"><h3>simdjson.h</h3><p><strong>Path:</strong> include/simdjson/simdjson.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_simdjson_version_h')">simdjson_version.h</div><div id="file__include_simdjson_simdjson_version_h" class="details"><h3>simdjson_version.h</h3><p><strong>Path:</strong> include/simdjson/simdjson_version.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>westmere/</strong><div class="tree"><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_base_h')">base.h</div><div id="file__include_simdjson_westmere_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> include/simdjson/westmere/base.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_begin_h')">begin.h</div><div id="file__include_simdjson_westmere_begin_h" class="details"><h3>begin.h</h3><p><strong>Path:</strong> include/simdjson/westmere/begin.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_bitmanipulation_h')">bitmanipulation.h</div><div id="file__include_simdjson_westmere_bitmanipulation_h" class="details"><h3>bitmanipulation.h</h3><p><strong>Path:</strong> include/simdjson/westmere/bitmanipulation.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/westmere/base.h"
#include "simdjson/westmere/intrinsics.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_bitmask_h')">bitmask.h</div><div id="file__include_simdjson_westmere_bitmask_h" class="details"><h3>bitmask.h</h3><p><strong>Path:</strong> include/simdjson/westmere/bitmask.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/westmere/base.h"
#include "simdjson/westmere/intrinsics.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_builder_h')">builder.h</div><div id="file__include_simdjson_westmere_builder_h" class="details"><h3>builder.h</h3><p><strong>Path:</strong> include/simdjson/westmere/builder.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: westmere.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_end_h')">end.h</div><div id="file__include_simdjson_westmere_end_h" class="details"><h3>end.h</h3><p><strong>Path:</strong> include/simdjson/westmere/end.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/westmere/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_implementation_h')">implementation.h</div><div id="file__include_simdjson_westmere_implementation_h" class="details"><h3>implementation.h</h3><p><strong>Path:</strong> include/simdjson/westmere/implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/westmere/base.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/instruction_set.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_intrinsics_h')">intrinsics.h</div><div id="file__include_simdjson_westmere_intrinsics_h" class="details"><h3>intrinsics.h</h3><p><strong>Path:</strong> include/simdjson/westmere/intrinsics.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/westmere/base.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_numberparsing_defs_h')">numberparsing_defs.h</div><div id="file__include_simdjson_westmere_numberparsing_defs_h" class="details"><h3>numberparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/westmere/numberparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/internal/numberparsing_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_ondemand_h')">ondemand.h</div><div id="file__include_simdjson_westmere_ondemand_h" class="details"><h3>ondemand.h</h3><p><strong>Path:</strong> include/simdjson/westmere/ondemand.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: westmere.</li></ul></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_simd_h')">simd.h</div><div id="file__include_simdjson_westmere_simd_h" class="details"><h3>simd.h</h3><p><strong>Path:</strong> include/simdjson/westmere/simd.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include "simdjson/westmere/base.h"
#include "simdjson/westmere/bitmanipulation.h"
#include "simdjson/internal/simdprune_tables.h"
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_stringparsing_defs_h')">stringparsing_defs.h</div><div id="file__include_simdjson_westmere_stringparsing_defs_h" class="details"><h3>stringparsing_defs.h</h3><p><strong>Path:</strong> include/simdjson/westmere/stringparsing_defs.h</p><p><strong>Categories:</strong> Amalgamated File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Tied to implementation: westmere.</li></ul></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__include_simdjson_westmere_h')">westmere.h</div><div id="file__include_simdjson_westmere_h" class="details"><h3>westmere.h</h3><p><strong>Path:</strong> include/simdjson/westmere.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: westmere.</li></ul></div></div></div><div class="file free-dependency" onclick="toggleDetails('file__include_simdjson_h')">simdjson.h</div><div id="file__include_simdjson_h" class="details"><h3>simdjson.h</h3><p><strong>Path:</strong> include/simdjson.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div></div></div><div><strong>src/</strong><div class="tree"><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__src_arm64_cpp')">arm64.cpp</div><div id="file__src_arm64_cpp" class="details"><h3>arm64.cpp</h3><p><strong>Path:</strong> src/arm64.cpp</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: arm64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include <base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file free-dependency" onclick="toggleDetails('file__src_base_h')">base.h</div><div id="file__src_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> src/base.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__src_fallback_cpp')">fallback.cpp</div><div id="file__src_fallback_cpp" class="details"><h3>fallback.cpp</h3><p><strong>Path:</strong> src/fallback.cpp</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: fallback.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include <base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file free-dependency" onclick="toggleDetails('file__src_from_chars_cpp')">from_chars.cpp</div><div id="file__src_from_chars_cpp" class="details"><h3>from_chars.cpp</h3><p><strong>Path:</strong> src/from_chars.cpp</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>generic/</strong><div class="tree"><div class="file amalgamated amalgamator generic" onclick="toggleDetails('file__src_generic_amalgamated_h')">amalgamated.h</div><div id="file__src_generic_amalgamated_h" class="details"><h3>amalgamated.h</h3><p><strong>Path:</strong> src/generic/amalgamated.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_base_h')">base.h</div><div id="file__src_generic_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> src/generic/base.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_BASE_H
#include <base.h>
#include <simdjson/generic/base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file free-dependency generic" onclick="toggleDetails('file__src_generic_dependencies_h')">dependencies.h</div><div id="file__src_generic_dependencies_h" class="details"><h3>dependencies.h</h3><p><strong>Path:</strong> src/generic/dependencies.h</p><p><strong>Categories:</strong> Free Dependency File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_dom_parser_implementation_h')">dom_parser_implementation.h</div><div id="file__src_generic_dom_parser_implementation_h" class="details"><h3>dom_parser_implementation.h</h3><p><strong>Path:</strong> src/generic/dom_parser_implementation.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_DOM_PARSER_IMPLEMENTATION_H
#include <generic/base.h>
#include <simdjson/generic/dom_parser_implementation.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_json_character_block_h')">json_character_block.h</div><div id="file__src_generic_json_character_block_h" class="details"><h3>json_character_block.h</h3><p><strong>Path:</strong> src/generic/json_character_block.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_JSON_CHARACTER_BLOCK_H
#include <generic/base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div><strong>stage1/</strong><div class="tree"><div class="file amalgamated amalgamator generic" onclick="toggleDetails('file__src_generic_stage1_amalgamated_h')">amalgamated.h</div><div id="file__src_generic_stage1_amalgamated_h" class="details"><h3>amalgamated.h</h3><p><strong>Path:</strong> src/generic/stage1/amalgamated.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_base_h')">base.h</div><div id="file__src_generic_stage1_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> src/generic/stage1/base.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_BASE_H
#include <generic/base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_buf_block_reader_h')">buf_block_reader.h</div><div id="file__src_generic_stage1_buf_block_reader_h" class="details"><h3>buf_block_reader.h</h3><p><strong>Path:</strong> src/generic/stage1/buf_block_reader.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_BUF_BLOCK_READER_H
#include <generic/stage1/base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file free-dependency generic" onclick="toggleDetails('file__src_generic_stage1_dependencies_h')">dependencies.h</div><div id="file__src_generic_stage1_dependencies_h" class="details"><h3>dependencies.h</h3><p><strong>Path:</strong> src/generic/stage1/dependencies.h</p><p><strong>Categories:</strong> Free Dependency File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_find_next_document_index_h')">find_next_document_index.h</div><div id="file__src_generic_stage1_find_next_document_index_h" class="details"><h3>find_next_document_index.h</h3><p><strong>Path:</strong> src/generic/stage1/find_next_document_index.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_FIND_NEXT_DOCUMENT_INDEX_H
#include <generic/stage1/base.h>
#include <simdjson/generic/dom_parser_implementation.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_json_escape_scanner_h')">json_escape_scanner.h</div><div id="file__src_generic_stage1_json_escape_scanner_h" class="details"><h3>json_escape_scanner.h</h3><p><strong>Path:</strong> src/generic/stage1/json_escape_scanner.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_JSON_ESCAPE_SCANNER_H
#include <generic/stage1/base.h>
#include <generic/stage1/buf_block_reader.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_json_minifier_h')">json_minifier.h</div><div id="file__src_generic_stage1_json_minifier_h" class="details"><h3>json_minifier.h</h3><p><strong>Path:</strong> src/generic/stage1/json_minifier.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_JSON_MINIFIER_H
#include <generic/stage1/base.h>
#include <generic/stage1/json_scanner.h>
#include <generic/stage1/buf_block_reader.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_json_scanner_h')">json_scanner.h</div><div id="file__src_generic_stage1_json_scanner_h" class="details"><h3>json_scanner.h</h3><p><strong>Path:</strong> src/generic/stage1/json_scanner.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_JSON_SCANNER_H
#include <generic/stage1/base.h>
#include <generic/json_character_block.h>
#include <generic/stage1/json_string_scanner.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_json_string_scanner_h')">json_string_scanner.h</div><div id="file__src_generic_stage1_json_string_scanner_h" class="details"><h3>json_string_scanner.h</h3><p><strong>Path:</strong> src/generic/stage1/json_string_scanner.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_JSON_STRING_SCANNER_H
#include <generic/stage1/base.h>
#include <generic/stage1/json_escape_scanner.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_json_structural_indexer_h')">json_structural_indexer.h</div><div id="file__src_generic_stage1_json_structural_indexer_h" class="details"><h3>json_structural_indexer.h</h3><p><strong>Path:</strong> src/generic/stage1/json_structural_indexer.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_JSON_STRUCTURAL_INDEXER_H
#include <generic/stage1/base.h>
#include <generic/stage1/utf8_lookup4_algorithm.h>
#include <generic/stage1/buf_block_reader.h>
#include <generic/stage1/json_string_scanner.h>
#include <generic/stage1/json_scanner.h>
#include <generic/stage1/json_minifier.h>
#include <generic/stage1/find_next_document_index.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_utf8_lookup4_algorithm_h')">utf8_lookup4_algorithm.h</div><div id="file__src_generic_stage1_utf8_lookup4_algorithm_h" class="details"><h3>utf8_lookup4_algorithm.h</h3><p><strong>Path:</strong> src/generic/stage1/utf8_lookup4_algorithm.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_UTF8_LOOKUP4_ALGORITHM_H
#include <generic/stage1/base.h>
#include <generic/dom_parser_implementation.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage1_utf8_validator_h')">utf8_validator.h</div><div id="file__src_generic_stage1_utf8_validator_h" class="details"><h3>utf8_validator.h</h3><p><strong>Path:</strong> src/generic/stage1/utf8_validator.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE1_UTF8_VALIDATOR_H
#include <generic/stage1/base.h>
#include <generic/stage1/buf_block_reader.h>
#include <generic/stage1/utf8_lookup4_algorithm.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div><div><strong>stage2/</strong><div class="tree"><div class="file amalgamated amalgamator generic" onclick="toggleDetails('file__src_generic_stage2_amalgamated_h')">amalgamated.h</div><div id="file__src_generic_stage2_amalgamated_h" class="details"><h3>amalgamated.h</h3><p><strong>Path:</strong> src/generic/stage2/amalgamated.h</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage2_base_h')">base.h</div><div id="file__src_generic_stage2_base_h" class="details"><h3>base.h</h3><p><strong>Path:</strong> src/generic/stage2/base.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE2_BASE_H
#include <generic/base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file free-dependency generic" onclick="toggleDetails('file__src_generic_stage2_dependencies_h')">dependencies.h</div><div id="file__src_generic_stage2_dependencies_h" class="details"><h3>dependencies.h</h3><p><strong>Path:</strong> src/generic/stage2/dependencies.h</p><p><strong>Categories:</strong> Free Dependency File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li><li>Located in generic directories.</li></ul></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage2_json_iterator_h')">json_iterator.h</div><div id="file__src_generic_stage2_json_iterator_h" class="details"><h3>json_iterator.h</h3><p><strong>Path:</strong> src/generic/stage2/json_iterator.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE2_JSON_ITERATOR_H
#include <generic/stage2/base.h>
#include <generic/stage2/logger.h>
#include <simdjson/generic/dom_parser_implementation.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage2_logger_h')">logger.h</div><div id="file__src_generic_stage2_logger_h" class="details"><h3>logger.h</h3><p><strong>Path:</strong> src/generic/stage2/logger.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE2_LOGGER_H
#include <generic/stage2/base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage2_stringparsing_h')">stringparsing.h</div><div id="file__src_generic_stage2_stringparsing_h" class="details"><h3>stringparsing.h</h3><p><strong>Path:</strong> src/generic/stage2/stringparsing.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE2_STRINGPARSING_H
#include <generic/stage2/base.h>
#include <simdjson/generic/jsoncharutils.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage2_structural_iterator_h')">structural_iterator.h</div><div id="file__src_generic_stage2_structural_iterator_h" class="details"><h3>structural_iterator.h</h3><p><strong>Path:</strong> src/generic/stage2/structural_iterator.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE2_STRUCTURAL_ITERATOR_H
#include <generic/stage2/base.h>
#include <simdjson/generic/dom_parser_implementation.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage2_tape_builder_h')">tape_builder.h</div><div id="file__src_generic_stage2_tape_builder_h" class="details"><h3>tape_builder.h</h3><p><strong>Path:</strong> src/generic/stage2/tape_builder.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE2_TAPE_BUILDER_H
#include <generic/stage2/base.h>
#include <generic/stage2/json_iterator.h>
#include <generic/stage2/stringparsing.h>
#include <generic/stage2/tape_writer.h>
#include <simdjson/dom/document.h>
#include <simdjson/generic/atomparsing.h>
#include <simdjson/generic/dom_parser_implementation.h>
#include <simdjson/generic/numberparsing.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated generic" onclick="toggleDetails('file__src_generic_stage2_tape_writer_h')">tape_writer.h</div><div id="file__src_generic_stage2_tape_writer_h" class="details"><h3>tape_writer.h</h3><p><strong>Path:</strong> src/generic/stage2/tape_writer.h</p><p><strong>Categories:</strong> Amalgamated File, Generic File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Located in generic directories.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#define SIMDJSON_SRC_GENERIC_STAGE2_TAPE_WRITER_H
#include <generic/stage2/base.h>
#include <simdjson/internal/tape_type.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__src_haswell_cpp')">haswell.cpp</div><div id="file__src_haswell_cpp" class="details"><h3>haswell.cpp</h3><p><strong>Path:</strong> src/haswell.cpp</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: haswell.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include <base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__src_icelake_cpp')">icelake.cpp</div><div id="file__src_icelake_cpp" class="details"><h3>icelake.cpp</h3><p><strong>Path:</strong> src/icelake.cpp</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: icelake.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include <base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file free-dependency" onclick="toggleDetails('file__src_implementation_cpp')">implementation.cpp</div><div id="file__src_implementation_cpp" class="details"><h3>implementation.cpp</h3><p><strong>Path:</strong> src/implementation.cpp</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div><strong>internal/</strong><div class="tree"><div class="file free-dependency" onclick="toggleDetails('file__src_internal_error_tables_cpp')">error_tables.cpp</div><div id="file__src_internal_error_tables_cpp" class="details"><h3>error_tables.cpp</h3><p><strong>Path:</strong> src/internal/error_tables.cpp</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__src_internal_isadetection_h')">isadetection.h</div><div id="file__src_internal_isadetection_h" class="details"><h3>isadetection.h</h3><p><strong>Path:</strong> src/internal/isadetection.h</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__src_internal_jsoncharutils_tables_cpp')">jsoncharutils_tables.cpp</div><div id="file__src_internal_jsoncharutils_tables_cpp" class="details"><h3>jsoncharutils_tables.cpp</h3><p><strong>Path:</strong> src/internal/jsoncharutils_tables.cpp</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__src_internal_numberparsing_tables_cpp')">numberparsing_tables.cpp</div><div id="file__src_internal_numberparsing_tables_cpp" class="details"><h3>numberparsing_tables.cpp</h3><p><strong>Path:</strong> src/internal/numberparsing_tables.cpp</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__src_internal_simdprune_tables_cpp')">simdprune_tables.cpp</div><div id="file__src_internal_simdprune_tables_cpp" class="details"><h3>simdprune_tables.cpp</h3><p><strong>Path:</strong> src/internal/simdprune_tables.cpp</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div></div></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__src_lasx_cpp')">lasx.cpp</div><div id="file__src_lasx_cpp" class="details"><h3>lasx.cpp</h3><p><strong>Path:</strong> src/lasx.cpp</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lasx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include <base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__src_lsx_cpp')">lsx.cpp</div><div id="file__src_lsx_cpp" class="details"><h3>lsx.cpp</h3><p><strong>Path:</strong> src/lsx.cpp</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: lsx.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include <base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__src_ppc64_cpp')">ppc64.cpp</div><div id="file__src_ppc64_cpp" class="details"><h3>ppc64.cpp</h3><p><strong>Path:</strong> src/ppc64.cpp</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: ppc64.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include <base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div><div class="file free-dependency" onclick="toggleDetails('file__src_simdjson_cpp')">simdjson.cpp</div><div id="file__src_simdjson_cpp" class="details"><h3>simdjson.cpp</h3><p><strong>Path:</strong> src/simdjson.cpp</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file free-dependency" onclick="toggleDetails('file__src_to_chars_cpp')">to_chars.cpp</div><div id="file__src_to_chars_cpp" class="details"><h3>to_chars.cpp</h3><p><strong>Path:</strong> src/to_chars.cpp</p><p><strong>Categories:</strong> Free Dependency File</p><p><strong>Why categorized:</strong></p><ul><li>No dependency file, so always included unconditionally.</li></ul></div><div class="file amalgamated amalgamator implementation-specific" onclick="toggleDetails('file__src_westmere_cpp')">westmere.cpp</div><div id="file__src_westmere_cpp" class="details"><h3>westmere.cpp</h3><p><strong>Path:</strong> src/westmere.cpp</p><p><strong>Categories:</strong> Amalgamated File, Amalgamator File, Implementation-Specific File</p><p><strong>Why categorized:</strong></p><ul><li>Has a dependency file, so it is conditionally included.</li><li>Meets criteria for amalgamator (e.g., in src or specific directories/files).</li><li>Tied to implementation: westmere.</li></ul><p><strong>Conditional Blocks (1):</strong></p><details><summary>Block 1</summary><pre>#ifndef SIMDJSON_CONDITIONAL_INCLUDE
#include <base.h>
#endif // SIMDJSON_CONDITIONAL_INCLUDE</pre></details></div></div></div>
    </div>
</body>
</html>