Name Date Size #Lines LOC

..--

generated/tests/H25-Apr-2025-1,5041,346

BUILD.gnH A D25-Apr-20259.6 KiB293270

DEPSH A D25-Apr-2025111 54

DIR_METADATAH A D25-Apr-202599 76

LICENSEH A D25-Apr-202511.1 KiB203169

OWNERSH A D25-Apr-202564 43

README.chromiumH A D25-Apr-2025498 1614

flatbuffer.gniH A D25-Apr-20254.1 KiB151128

README.chromium

1Name: FlatBuffers
2Short Name: flatbuffers
3URL: https://github.com/google/flatbuffers
4Version: fb9afbafc7dfe226b9db54d4923bfb8839635274
5Date: 2024-07-01
6License: Apache 2.0
7License File: LICENSE
8Security Critical: yes
9Shipped: yes
10
11Description:
12FlatBuffers is an efficient cross platform serialization library for games and
13other memory constrained apps. It allows you to directly access serialized data
14without unpacking/parsing it first, while still having great forwards/backwards
15compatibility.
16