Home
last modified time | relevance | path

Searched defs:vector (Results 1 - 25 of 186) sorted by relevance

12345678

/third_party/rust/crates/aho-corasick/src/packed/
H A Dmod.rs117 mod vector; modules
/third_party/skia/docs/examples/
H A DPoint_normalize_2.cpp13 SkVector vector = line[1] - line[0]; in REG_FIDDLE() local
H A DPoint_Normalize.cpp14 SkVector vector = line[1] - line[0]; in REG_FIDDLE() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h86 class vector { class
147 vector<T, BASE_CAPACITY>::vector( vector() function in marl::containers::vector
153 vector( const vector<T, BASE_CAPACITY_2>& other, Allocator* allocator ) vector() argument
162 vector( vector<T, BASE_CAPACITY_2>&& other, Allocator* allocator ) vector() argument
188 operator =( const vector<T, BASE_CAPACITY_2>& other) operator =() argument
201 operator =( vector<T, BASE_CAPACITY_2>&& other) operator =() argument
[all...]
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h105 std::vector<T> vector; global() member
[all...]
H A Dhash.h57 void HashCombine(size_t* hash, const std::vector<T>& vector) { in HashCombine() argument
/third_party/gn/src/gn/
H A Dpointer_set_unittest.cc173 auto vector = set.ToVector(); in TEST() local
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_check_request_test.cpp66 std::vector<std::string> vector; in HWTEST_F() local
96 std::vector<std::string> vector; in HWTEST_F() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Derror.hpp28 #undef vector macro
H A Dresource.hpp42 typedef std::array<size_t, 3> vector; typedef in clover::resource
[all...]
/third_party/mesa3d/src/util/
H A Du_vector.c41 u_vector_init_pow2(struct u_vector *vector, in u_vector_init_pow2() argument
58 u_vector_add(struct u_vector *vector) in u_vector_add() argument
102 u_vector_remove(struct u_vector *vector) u_vector_remove() argument
[all...]
H A Du_vector.h81 u_vector_head(struct u_vector *vector) in u_vector_head() argument
90 u_vector_tail(struct u_vector *vector) in u_vector_tail() argument
[all...]
/third_party/mesa3d/src/util/tests/
H A Dvector_test.cpp29 struct u_vector vector; in test() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dfeedback-source.h24 Handle<FeedbackVector> vector; member
/third_party/node/deps/v8/src/debug/
H A Ddebug-type-profile.cc41 FeedbackVector vector = FeedbackVector::cast(list->Get(i)); in Collect() local
96 FeedbackVector vector = FeedbackVector::cast(list->Get(i)); in SelectMode() local
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_vector.h29 class vector : public std::vector<Value> { class
44 vector() : Base() { in vector() function in ityp::vector
47 explicit vector(Index size) : Base(static_cast<I>(size)) { in vector() function in ityp::vector
50 vector(Index size, const Value& init) : Base(static_cast<I>(size), init) { in vector() function in ityp::vector
53 vector(cons function in ityp::vector
56 vector(vector&& rhs) : Base(static_cast<Base&&>(rhs)) { vector() function in ityp::vector
59 vector(std::initializer_list<Value> init) : Base(init) { vector() function in ityp::vector
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/
H A Ddata_builder.h61 std::vector<T> vector() { in vector() function in tint::fuzzers::DataBuilder
76 std::vector<T> vector(Callback generate) { vector() function in tint::fuzzers::DataBuilder
[all...]
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_vector.cpp46 size_t HilogVector::Size(const HilogVector *vector) in Size() argument
54 char* HilogVector::GetStr(const HilogVector *vector, size_t pos) in GetStr() argument
62 ValueType HilogVector::GetType(const HilogVector *vector, size_t pos) in GetType() argument
70 Push(HilogVector *vector, const char *element, ValueType type) Push() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DArchitectureSet.cpp
/third_party/rust/crates/nix/test/sys/
H A Dtest_uio.rs232 let mut vector = vec![1u8, 2, 3, 4, 5]; in test_process_vm_readv() variables
/base/security/security_guard/services/config_manager/src/
H A Dconfig_data_manager.cpp80 std::vector<int64_t> vector; in GetEventIds() local
91 std::vector<int64_t> vector; in GetAllEventIds() local
102 std::vector<uint32_t> vector; GetAllModelIds() local
113 std::vector<EventCfg> vector; GetAllEventConfigs() local
[all...]
/base/update/updateservice/foundations/ability/utils/include/
H A Ddupdate_json_utils.h83 static void SetJsonToVector(nlohmann::json &jsonObject, std::vector<std::string> &vector) in SetJsonToVector() argument
95 SetJsonToVector(const nlohmann::json &jsonObject, const std::string &key, std::vector<std::string> &vector) SetJsonToVector() argument
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-mmap.c15 char **vector; member
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_queue.h32 struct u_vector vector; member
/third_party/rust/crates/cxx/tests/
H A Dtest.rs157 let mut vector = ffi::c_return_unique_ptr_vector_u8(); in test_c_take() variables
160 let mut vector = ffi::c_return_unique_ptr_vector_f64(); in test_c_take() variables
163 let mut vector = ffi::c_return_unique_ptr_vector_shared(); in test_c_take() variables

Completed in 7 milliseconds

12345678