Searched refs:IsConstTrue (Results 1 – 3 of 3) sorted by relevance
16 do { printf(__VA_ARGS__); printf("\n"); } while(!IsConstTrue(true))
262 template<typename T> FLATBUFFERS_CONSTEXPR inline bool IsConstTrue(T t) { in IsConstTrue() function
1697 if (!match && ((check) || IsConstTrue(force))) \ in ParseSingleValue()