Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a1d006ee71c7c2b0cca76f8930d0ed8428c9b066
/
.
/
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