Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/io/fd/
H A Dmod.rs14 mod owned; modules
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_mempool.h48 bool owned; member
H A Dpan_mempool.c70 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 Dlistformatter.h276 ListFormatInternal* owned; member in ListFormatter
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dlistformatter.h276 ListFormatInternal* owned; member in ListFormatter
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dlistformatter.h280 ListFormatInternal* owned; member in ListFormatter
/third_party/icu/icu4c/source/common/
H A Dlsr.h29 char *owned = nullptr; member
/third_party/node/deps/icu-small/source/common/
H A Dlsr.h30 char *owned = nullptr; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dlsr.h29 char *owned = nullptr; member
/third_party/icu/icu4c/source/common/unicode/
H A Dlocalematcher.h275 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 Dlocalematcher.h275 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 DSkSLProgram.h143 iterator(Owned owned, Owned ownedEnd, Shared shared, Shared sharedEnd) in iterator() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocalematcher.h275 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 Draw_hash_set_allocator_test.cc35 std::set<void*> owned; member
/third_party/selinux/libselinux/src/
H A Dregex.c321 int owned; /* member
/third_party/node/deps/v8/src/heap/
H A Dlarge-spaces.cc353 bool owned = (chunk->owner() == this); in Contains() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h739 inline CordRepBtree::OpResult CordRepBtree::ToOpResult(bool owned) { in ToOpResult() argument
H A Dcord_rep_btree.cc200 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 Dalphaindex.cpp65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString() argument
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc1945 Maybe<bool> owned = JSReceiver::GetOwnPropertyDescriptor( in SetIntegrityLevel() local
1979 Maybe<bool> owned = JSReceiver::GetOwnPropertyDescriptor( in GenericTestIntegrityLevel() local
H A Dobjects.cc2703 Maybe<bool> owned = in SetSuperProperty() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c2330 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 Drust-library.rs9013 let mut owned: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); check_cow_add_assign_str() variables
[all...]

Completed in 79 milliseconds