...

Text file src/github.com/google/flatbuffers/tests/optional_scalars_test.h

Documentation: github.com/google/flatbuffers/tests

     1#ifndef TESTS_OPTIONAL_SCALARS_TEST_H
     2#define TESTS_OPTIONAL_SCALARS_TEST_H
     3
     4
     5namespace flatbuffers {
     6namespace tests {
     7
     8void OptionalScalarsTest();
     9
    10}  // namespace tests
    11}  // namespace flatbuffers
    12
    13#endif

View as plain text