Searched refs:type_info_flags (Results 1 – 1 of 1) sorted by relevance
857 const uint32_t type_info_flags = in DumpValue() local859 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue()860 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue()