Home
last modified time | relevance | path

Searched defs:array_length (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/range/detail/
Dcollection_traits_detail.hpp206 struct array_length struct
209 TraitsT::size_type size_type;
216 static size_type length( const A& ) in length()
222 static bool empty( const A& ) in empty()
234 struct array_length struct
237 TraitsT::size_type size_type;
240 static size_type length( const A& a ) in length()
249 static bool empty( const A& a ) in empty()
261 struct array_length struct
264 TraitsT::size_type size_type;
[all …]
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c504 ecma_typedarray_create_object_with_length (ecma_length_t array_length, /**< length of the typedarra… in ecma_typedarray_create_object_with_length()
584ecma_length_t array_length, /**< length of the typedarray */ in ecma_typedarray_create_object_with_buffer()
634 ecma_length_t array_length = ecma_typedarray_get_length (typedarray_p); in ecma_typedarray_create_object_with_typedarray() local
1202 ecma_length_t array_length = new_byte_length >> element_size_shift; in ecma_op_create_typedarray() local
1278 ecma_length_t array_length = ecma_typedarray_get_length (obj_p); in ecma_op_typedarray_list_lazy_property_names() local
1303 ecma_length_t array_length = ecma_typedarray_get_length (obj_p); in ecma_op_typedarray_define_index_prop() local
1349ecma_length_t array_length) /**< length of the typedarray */ in ecma_op_create_typedarray_with_type_and_length()
Decma-regexp-object.c2135 ecma_length_t array_length = 0; in ecma_regexp_split_helper() local
/third_party/jerryscript/jerry-ext/handler/
Dhandler-assert.c56 uint32_t array_length = jerry_get_array_length (backtrace_array); in jerryx_handler_assert_fatal() local
/third_party/skia/third_party/externals/tint/src/transform/
Darray_length_from_uniform.cc194 auto* array_length = in Run() local
Dcalculate_array_length.cc183 auto array_length = utils::GetOrCreate( in Run() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpass.cpp117 uint32_t array_length = length_const->AsIntConstant()->GetU32(); in GenerateCopy() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dpass.cpp117 uint32_t array_length = length_const->AsIntConstant()->GetU32(); in GenerateCopy() local
/third_party/node/test/js-native-api/test_array/
Dtest_array.c163 int32_t array_length; in NewWithLength() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp170 uint32_t array_length = in FindComponentsToConstructArray() local
Dfuzzer_util.cpp377 auto array_length = GetArraySize(*should_be_composite_type, context); in WalkOneCompositeTypeIndex() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp170 uint32_t array_length = in FindComponentsToConstructArray() local
Dfuzzer_util.cpp377 auto array_length = GetArraySize(*should_be_composite_type, context); in WalkOneCompositeTypeIndex() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c1030 uint32_t array_length; in ecma_builtin_json_serialize_array() local
1410 uint32_t array_length = array_object_p->u.array.length; in ecma_builtin_json_stringify() local
Decma-builtin-string-prototype.c823 ecma_length_t array_length = 0; in ecma_builtin_string_prototype_object_split() local
/third_party/node/src/
Dnode_process_methods.cc93 size_t array_length) { in get_fields_array_buffer()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c398 long array_length; in grpc_rb_md_ary_fill_hash_cb() local
/third_party/python/Modules/
Darraymodule.c783 array_length(arrayobject *a) in array_length() function
/third_party/jerryscript/jerry-core/api/
Djerry.c1453 ecma_value_t array_length = ecma_make_uint32_value (size); in jerry_create_array() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc3356 auto array_length = (str->Size() + 15) / 16; in EmitType() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1820 ecma_length_t array_length; /**< the array length */ member
/third_party/quickjs/
Dquickjs.c654 uint32_t array_length; member
9042 uint32_t array_length; in JS_DefineProperty() local