| /third_party/boost/boost/type_traits/ |
| D | is_array.hpp | 23 template <class T> struct is_array : public integral_constant<bool, __is_array(T)> {}; struct
|
| /third_party/boost/boost/move/detail/ |
| D | unique_ptr_meta_utils.hpp | 359 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;
|
| D | type_traits.hpp | 512 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/ |
| D | unique_ptr_test_utils_beg.hpp | 43 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/ |
| D | pdl.py | 18 def assignType(item, type, is_array=False, map_binary_to_string=False): argument
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| D | gen_spirv_builder_and_parser.py | 346 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/ |
| D | napi_binding.c | 43 bool is_array = false; in CallWithArray() local
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-json.c | 1005 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/ |
| D | desc_sroa.cpp | 250 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/ |
| D | desc_sroa.cpp | 251 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| D | ecma-array-object.c | 686 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/ |
| D | binary_reader.hpp | 335 bool parse_bson_element_list(const bool is_array) in parse_bson_element_list()
|
| /third_party/quickjs/ |
| D | quickjs.h | 471 int (*is_array)(JSContext *ctx, JSValueConst obj); member
|
| D | quickjs.c | 653 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/ |
| D | ItaniumDemangle.cpp | 1198 bool is_array = t[1] == 'a'; in parse_new_expr() local
|
| /third_party/json/include/nlohmann/ |
| D | json.hpp | 2585 constexpr bool is_array() const noexcept in is_array() function in nlohmann::basic_json
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_cross.cpp | 598 bool Compiler::is_array(const SPIRType &type) const in is_array() function in Compiler
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 7974 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
|