...

Text file src/github.com/google/flatbuffers/tests/MyGame/Example/LongEnum.py

Documentation: github.com/google/flatbuffers/tests/MyGame/Example

     1# automatically generated by the FlatBuffers compiler, do not modify
     2
     3# namespace: Example
     4
     5class LongEnum(object):
     6    LongOne = 2
     7    LongTwo = 4
     8    LongBig = 1099511627776

View as plain text