mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
15 lines
229 B
C++
15 lines
229 B
C++
#ifndef TESTS_UTIL_TEST_H
|
|
#define TESTS_UTIL_TEST_H
|
|
|
|
namespace flatbuffers {
|
|
namespace tests {
|
|
|
|
void NumericUtilsTest();
|
|
void IsAsciiUtilsTest();
|
|
void UtilConvertCase();
|
|
|
|
} // namespace tests
|
|
} // namespace flatbuffers
|
|
|
|
#endif
|