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