Home
last modified time | relevance | path

Searched defs:size_t (Results 26 - 50 of 115) sorted by relevance

12345

/third_party/rust/crates/libc/src/
H A Dswitch.rs16 pub type size_t = usize; types
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc[all...]
/third_party/skia/modules/svg/include/
H A DSkSVGValue.h63 void* operator new(size_t) = delete; member in final
H A DSkSVGRenderContext.h163 void* operator new(size_t) = delete; member in SkSVGRenderContext
/third_party/skia/modules/sksg/include/
H A DSkSGRenderNode.h108 void* operator new(size_t) = delete; member in sksg::RenderNode::final
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_typedef.h62 typedef UINT32 size_t; typedef
/third_party/icu/icu4c/source/common/unicode/
H A Dlocalpointer.h71 static void* U_EXPORT2 operator new(size_t) = delete; member in LocalPointerBase
72 static void* U_EXPORT2 operator new[](size_t) = delete; member in LocalPointerBase
/third_party/node/deps/icu-small/source/common/unicode/
H A Dlocalpointer.h71 static void* U_EXPORT2 operator new(size_t) = delete; member in LocalPointerBase
72 static void* U_EXPORT2 operator new[](size_t) = delete; member in LocalPointerBase
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h13 typedef __SIZE_TYPE__ size_t; typedef
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutex.h230 void *operator new(size_t) = delete; member in UMutex
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocalpointer.h71 static void* U_EXPORT2 operator new(size_t) = delete; member in LocalPointerBase
72 static void* U_EXPORT2 operator new[](size_t) = delete; member in LocalPointerBase
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array.h7 typedef long long size_t; typedef
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/
H A Dtypes.h35 typedef unsigned int size_t; typedef
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/
H A Dtypes.h35 typedef unsigned int size_t; typedef
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dtypedefs.h87 typedef long unsigned int size_t; typedef
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp34 typedef uint32_t size_t; typedef
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarking-worklists.h39 void* operator new(size_t) = delete; member in cppgc::internal::MarkingWorklists::ExternalMarkingWorklist
40 void* operator new[](size_t) = delete; member in cppgc::internal::MarkingWorklists::ExternalMarkingWorklist
/third_party/skia/src/core/
H A DSkZip.h55 constexpr SkZip(size_t) = delete; member in SkZip
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc339 enum Hash : size_t { enum
/third_party/curl/lib/
H A Dconfig-riscos.h230 #undef size_t macro
H A Dconfig-os400.h258 #undef size_t macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dhi_types.h44 typedef hi_u32 size_t; typedef
/third_party/curl/lib/vauth/
H A Ddigest.c669 auth_create_digest_http_message( struct Curl_easy *data, const char *userp, const char *passwdp, const unsigned char *request, const unsigned char *uripath, struct digestdata *digest, char **outptr, size_t *outlen, void (*convert_to_ascii)(unsigned char *, unsigned char *), CURLcode (*hash)(unsigned char *, const unsigned char *, const size_t)) auth_create_digest_http_message() argument
[all...]
/third_party/libbpf/src/
H A Dbtf.h228 size_t :0; member
269 size_t :0; member
287 size_t :0; global() member
[all...]
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c194 choose_lru_file_matching(const char *dir_path, bool (*predicate)(const char *dir_path, const struct stat *, const char *, const size_t)) choose_lru_file_matching() argument
[all...]

Completed in 23 milliseconds

12345