Home
last modified time | relevance | path

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

12

/third_party/rust/crates/cxx/src/symbols/
Drust_string.rs34 let owned = s.to_owned(); in string_from_utf8() localVariable
49 let owned = String::from_utf8_lossy(slice).into_owned(); in string_from_utf8_lossy() localVariable
78 let owned = String::from_utf16_lossy(slice); in string_from_utf16_lossy() localVariable
/third_party/rust/crates/rustix/src/io/fd/
Dmod.rs14 mod owned; module
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_mempool.h48 bool owned; member
Dpan_mempool.c73 bool prealloc, bool owned) in panfrost_pool_init()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dlistformatter.h280 ListFormatInternal* owned; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dlistformatter.h276 ListFormatInternal* owned; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dlistformatter.h276 ListFormatInternal* owned; variable
/third_party/icu/icu4c/source/common/
Dlsr.h29 char *owned = nullptr; member
/third_party/skia/third_party/externals/icu/source/common/
Dlsr.h29 char *owned = nullptr; member
/third_party/node/deps/icu-small/source/common/
Dlsr.h30 char *owned = nullptr; member
/third_party/rust/crates/io-lifetimes/src/
Dviews.rs100 let owned = OwnedFilelike::from_raw_filelike(raw); in view_raw() localVariable
130 let owned = OwnedSocketlike::from_raw_socketlike(raw); in view_raw() localVariable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
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()
440 OpResult CordRepBtree::SetEdge(bool owned, CordRep* edge, size_t delta) { in SetEdge()
Dcord_rep_btree.h739 inline CordRepBtree::OpResult CordRepBtree::ToOpResult(bool owned) { in ToOpResult()
/third_party/icu/icu4c/source/common/unicode/
Dlocalematcher.h276 int32_t desIndex, int32_t suppIndex, UBool owned) : in Result()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalematcher.h276 int32_t desIndex, int32_t suppIndex, UBool owned) : in Result()
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalematcher.h276 int32_t desIndex, int32_t suppIndex, UBool owned) : in Result()
/third_party/selinux/libselinux/src/
Dregex.c321 int owned; /* member
/third_party/node/deps/v8/src/heap/
Dlarge-spaces.cc353 bool owned = (chunk->owner() == this); in Contains() local
/third_party/rust/crates/quote/tests/
Dtest.rs391 let owned: Cow<Ident> = Cow::Owned(Ident::new("owned", Span::call_site())); in test_cow() localVariable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_allocator_test.cc35 std::set<void*> owned; member
/third_party/node/deps/ada/
Dada.cpp15009 ada_owned_string owned; in ada_get_origin() local
15022 void ada_free_owned_string(ada_owned_string owned) noexcept { in ada_free_owned_string()
15348 ada_owned_string owned{}; in ada_idna_to_unicode() local
15357 ada_owned_string owned{}; in ada_idna_to_ascii() local
15381 ada_owned_string owned{}; in ada_search_params_to_string() local
/third_party/icu/icu4c/source/i18n/
Dalphaindex.cpp65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString()
/third_party/node/deps/icu-small/source/i18n/
Dalphaindex.cpp65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString()
/third_party/skia/third_party/externals/icu/source/i18n/
Dalphaindex.cpp65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, in ownedString()
/third_party/rust/crates/rust-openssl/openssl/src/
Dec.rs1192 let owned = point.to_owned(&group).unwrap(); in point_owned() localVariable

12