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