...

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

Documentation: github.com/google/flatbuffers/tests

     1#ifndef TESTS_UTIL_TEST_H
     2#define TESTS_UTIL_TEST_H
     3
     4namespace flatbuffers {
     5namespace tests {
     6
     7void NumericUtilsTest();
     8void IsAsciiUtilsTest();
     9void UtilConvertCase();
    10
    11
    12}  // namespace tests
    13}  // namespace flatbuffers
    14
    15#endif

View as plain text