Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5e5dc539a1d76a3e1ba25b9c4614f877f867022a
/
.
/
third_party
/
flatbuffers
/
tests
/
util_test.h
blob: 9f2a257b5b68866955f6a4078cffd7888db31d56 [
file
] [
log
] [
blame
]
#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