/third_party/node/deps/v8/third_party/wasm-api/ |
H A D | wasm.hh | 35 class vec { class 49 vec(size_t size) : vec(size, size ? new(std::nothrow) T[size] : nullptr) { in vec() function in wasm::vec 53 vec(size_t size, T* data) : size_(size), data_(data) { in vec() function in wasm::vec 60 vec(vec<T>&& that) : vec(that.size_, that.data_.release()) {} in vec() function in wasm::vec [all...] |
/third_party/json/tests/src/ |
H A D | fuzzer-driver_afl.cpp | 28 std::vector<uint8_t> vec; in main() local
|
/third_party/rust/crates/minimal-lexical/tests/ |
H A D | stackvec.rs | 8 let mut vec = VecType::new(); in vec_from_u32() variables
|
/third_party/json/docs/examples/ |
H A D | binary.cpp | 9 std::vector<std::uint8_t> vec = {0xCA, 0xFE, 0xBA, 0xBE}; in main() local
|
H A D | get_binary.cpp | 9 std::vector<std::uint8_t> vec = {0xCA, 0xFE, 0xBA, 0xBE}; in main() local
|
H A D | cbor_tag_handler_t.cpp | 9 std::vector<std::uint8_t> vec = {{0xd8, 0x42, 0x44, 0xcA, 0xfe, 0xba, 0xbe}}; in main() local
|
H A D | sax_parse__binary.cpp | 98 std::vector<std::uint8_t> vec = {{0x44, 0xcA, 0xfe, 0xba, 0xbe}}; in main() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | vector_utils_unittest.cpp | 96 Vector2 vec = Vector2::Load(data); TEST() local [all...] |
H A D | FixedVector_unittest.cpp | 53 FixedVector<int, 5> vec = {0, 1, 2, 3, 4}; in TEST() local 61 FixedVector<int, 5> vec; in TEST() local 74 FixedVector<int, 5> vec; TEST() local 84 FixedVector<int, 5> vec; TEST() local 93 FixedVector<int, 5> vec; TEST() local 106 FixedVector<int, 5> vec = {0, 1, 2, 3, 4}; TEST() local 114 FixedVector<int, 5> vec; TEST() local 126 FixedVector<int, 5> vec = {0, 1, 2, 3}; TEST() local 140 FixedVector<int, 2> vec; TEST() local [all...] |
/third_party/musl/src/mman/ |
H A D | mincore.c | 5 int mincore (void *addr, size_t len, unsigned char *vec) in mincore() argument
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_vec.c | 29 uint64_t nghttp3_vec_len(const nghttp3_vec *vec, size_t n) { in nghttp3_vec_len() argument 40 int64_t nghttp3_vec_len_varint(const nghttp3_vec *vec, size_t n) { in nghttp3_vec_len_varint() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | ITypVectorTests.cpp | 32 Vector vec; in TEST_F() local 58 Vector vec = {Val(2), Val(8), Val(1)}; in TEST_F() local 88 Vector vec = rhs; TEST_F() local 120 Vector vec = std::move(rhs); TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | unique_vector_test.cc | 95 const std::vector<int>& vec = unique_vec; in TEST() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | bits.h | 32 bits_setb(uint8_t *vec, size_t size, uint8_t bit) { in bits_setb() argument 52 bits_clrb(uint8_t *vec, size_t size, uint8_t bit) bits_clrb() argument 71 bits_getb(const uint8_t *vec, size_t size, uint8_t bit) bits_getb() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | buffer.h | 18 struct kvec vec; member
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | buffer.h | 18 struct kvec vec; member
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | cfg.rs | 67 let mut vec = Vec::new(); in parse_multiple() variables
|
/third_party/rust/crates/cxx/syntax/ |
H A D | cfg.rs | 67 let mut vec = Vec::new(); in parse_multiple() variables
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | cfg.rs | 67 let mut vec = Vec::new(); in parse_multiple() variables
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | cfg.rs | 67 let mut vec = Vec::new(); in parse_multiple() variables
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | cfg.rs | 67 let mut vec = Vec::new(); in parse_multiple() variables
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/ |
H A D | codeccommon_fuzzer.h | 40 void ObjectToVector(T ¶ms, std::vector<int8_t> &vec) in ObjectToVector() argument
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_lower_split_64bit.c | 49 bi_index vec = bi_temp(ctx); in lower_split_src() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeTestsUtil.hpp | 42 inline vk::VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeTestsUtil.hpp | 42 inline vk::VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() argument
|