| 223 | inline bool IsBinaryType() const { return is_binary_; } |
| 224 | |
| 225 | inline bool IsComplexType() const { |
| 226 | return type == TYPE_STRUCT || type == TYPE_ARRAY || type == TYPE_MAP; |
| 227 | } |
| 228 | |
| 229 | inline bool IsStructType() const { |
| 230 | return type == TYPE_STRUCT; |
no outgoing calls
no test coverage detected