/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
|
/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...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | algorithms.h | 30 size_t FindFirstOf(const BASE_NS::vector<Type>& vec, const Type& value, size_t pos = 0) in FindFirstOf() argument
|
/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
|
/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
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
H A D | ipc_codec.h | 52 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) in IpcEncodeBindAttr() argument 90 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) in IpcDecodeBindAttr() argument
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | linear_map.h | 38 int64_t BinarySearchFindIndex(const LinearMapNode<T>* vec, size_t length, const char* key) in BinarySearchFindIndex() argument 50 int64_t BinarySearchFindIndex(const LinearEnumMapNode<K, V>* vec, size_t length, K key) in BinarySearchFindIndex() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_utils_server.h | 33 std::string ToLogString(std::set<T> vec)
in ToLogString() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/engine/ |
H A D | internal_access.h | 78 BASE_NS::vector<Type> vec; variable 102 BASE_NS::vector<Type> vec; variable [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/ |
H A D | util.h | 25 BASE_NS::vector<IEngineValue::Ptr> vec; local 40 BASE_NS::vector<IEngineValue::Ptr> vec; local [all...] |