| /third_party/rust/crates/rustix/src/io/fd/ |
| H A D | mod.rs | 14 mod owned; modules
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_mempool.h | 48 bool owned; member
|
| H A D | pan_mempool.c | 70 panfrost_pool_init(struct panfrost_pool *pool, void *memctx, struct panfrost_device *dev, unsigned create_flags, size_t slab_size, const char *label, bool prealloc, bool owned) panfrost_pool_init() argument
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | listformatter.h | 276 ListFormatInternal* owned; member in ListFormatter
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | listformatter.h | 276 ListFormatInternal* owned; member in ListFormatter
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | listformatter.h | 280 ListFormatInternal* owned; member in ListFormatter
|
| /third_party/icu/icu4c/source/common/ |
| H A D | lsr.h | 29 char *owned = nullptr; member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | lsr.h | 30 char *owned = nullptr; member
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | lsr.h | 29 char *owned = nullptr; member
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | localematcher.h | 275 Result(const Locale *desired, const Locale *supported, int32_t desIndex, int32_t suppIndex, UBool owned) Result() argument
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | localematcher.h | 275 Result(const Locale *desired, const Locale *supported, int32_t desIndex, int32_t suppIndex, UBool owned) Result() argument
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLProgram.h | 143 iterator(Owned owned, Owned ownedEnd, Shared shared, Shared sharedEnd) in iterator() argument
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | localematcher.h | 275 Result(const Locale *desired, const Locale *supported, int32_t desIndex, int32_t suppIndex, UBool owned) Result() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | raw_hash_set_allocator_test.cc | 35 std::set<void*> owned; member
|
| /third_party/selinux/libselinux/src/ |
| H A D | regex.c | 321 int owned; /* member
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | large-spaces.cc | 353 bool owned = (chunk->owner() == this); in Contains() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_btree.h | 739 inline CordRepBtree::OpResult CordRepBtree::ToOpResult(bool owned) { in ToOpResult() argument
|
| H A D | cord_rep_btree.cc | 200 inline bool owned(int depth) const { return depth < share_depth; } in owned() function 286 const bool owned = depth < share_depth; in Unwind() local 431 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge() argument 440 OpResult CordRepBtree::SetEdge(bool owned, CordRep* edge, size_t delta) { in SetEdge() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | alphaindex.cpp | 65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | alphaindex.cpp | 65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | alphaindex.cpp | 65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 1945 Maybe<bool> owned = JSReceiver::GetOwnPropertyDescriptor( in SetIntegrityLevel() local 1979 Maybe<bool> owned = JSReceiver::GetOwnPropertyDescriptor( in GenericTestIntegrityLevel() local
|
| H A D | objects.cc | 2703 Maybe<bool> owned = in SetSuperProperty() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.c | 2330 bool owned; member 2408 bool owned = false; in upb_arena_init() local 2340 upb_arena_addblock(upb_arena *a, void *ptr, size_t size, bool owned) upb_arena_addblock() argument
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 9013 let mut owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); check_cow_add_assign_str() variables [all...] |