Home
last modified time | relevance | path

Searched refs:IsConstTrue (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/tests/
Dtest_assert.h16 do { printf(__VA_ARGS__); printf("\n"); } while(!IsConstTrue(true))
/third_party/flatbuffers/include/flatbuffers/
Dbase.h284 template<typename T> FLATBUFFERS_CONSTEXPR inline bool IsConstTrue(T t) { in IsConstTrue() function
/third_party/flatbuffers/src/
Didl_parser.cpp1930 if (!match && ((dtoken) == token_) && ((check) || IsConstTrue(force))) \ in ParseSingleValue()