Home
last modified time | relevance | path

Searched defs:is_array (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/type_traits/
Dis_array.hpp23 template <class T> struct is_array : public integral_constant<bool, __is_array(T)> {}; struct
/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp359 struct is_array struct
361 static const bool value = false;
365 struct is_array<T[]> struct
367 static const bool value = true;
371 struct is_array<T[N]> struct
373 static const bool value = true;
Dtype_traits.hpp512 struct is_array struct
513 { static const bool value = false; };
516 struct is_array<T[]> struct
517 { static const bool value = true; };
520 struct is_array<T[N]> struct
521 { static const bool value = true; };
/third_party/boost/libs/move/test/
Dunique_ptr_test_utils_beg.hpp43 static const bool is_array = ::boost::move_upmu::is_array<T>::value; member in def_constr_deleter
68 static const bool is_array = ::boost::move_upmu::is_array<T>::value; member in copy_constr_deleter
108 static const bool is_array = ::boost::move_upmu::is_array<T>::value; member in move_constr_deleter
/third_party/node/tools/inspector_protocol/
Dpdl.py18 def assignType(item, type, is_array=False, map_binary_to_string=False): argument
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dgen_spirv_builder_and_parser.py346 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument
390 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument
/third_party/node/benchmark/napi/function_args/
Dnapi_binding.c43 bool is_array = false; in CallWithArray() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c1005 ecma_value_t is_array = ecma_is_value_array (obj_value); in ecma_builtin_json_serialize_array() local
1279 ecma_value_t is_array = ecma_is_value_array (value); in ecma_builtin_json_serialize_property() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddesc_sroa.cpp250 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp251 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c686 ecma_value_t is_array = ecma_is_value_array (original_array); in ecma_op_array_species_create() local
/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp335 bool parse_bson_element_list(const bool is_array) in parse_bson_element_list()
/third_party/quickjs/
Dquickjs.h471 int (*is_array)(JSContext *ctx, JSValueConst obj); member
Dquickjs.c653 BOOL is_array; member
36887 int is_array; in js_object_toString() local
39174 int present, is_array; in JS_FlattenIntoArray() local
43617 int ret, is_array; in internalize_json_property() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1198 bool is_array = t[1] == 'a'; in parse_new_expr() local
/third_party/json/include/nlohmann/
Djson.hpp2585 constexpr bool is_array() const noexcept in is_array() function in nlohmann::basic_json
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp598 bool Compiler::is_array(const SPIRType &type) const in is_array() function in Compiler
/third_party/json/single_include/nlohmann/
Djson.hpp7974 bool parse_bson_element_list(const bool is_array) in parse_bson_element_list()
19073 constexpr bool is_array() const noexcept in is_array() function in nlohmann::basic_json