Searched defs:is_array (Results 1 – 11 of 11) sorted by relevance
26 struct _LIBCPP_TEMPLATE_VIS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
22 template <class T> struct is_array : false_type {}; struct
26 struct _LIBCPP_NO_SPECIALIZATIONS is_array : _BoolConstant<__is_array(_Tp)> {}; struct
33 bool is_array; member135 bool is_array = false, is_first = false; in ucl_object_emit_streamline_add_object() local
164 const ucl_object_t *obj, bool compact, bool is_array) in ucl_emitter_finish_object()
664 bool is_array, uint32_t level, bool has_obrace) in ucl_parser_add_container()
48 is_array: bool = False variable in AttrDescr
37 is_array: bool = False variable in AttrDescr
338 bool is_array = true, is_implicit = false, found_mt = false; in ucl_object_lua_fromtable() local
916 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue() local
905 const bool is_array = type_flags.Test(eTypeIsArray); in ReadPointedString() local