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