Home
last modified time | relevance | path

Searched defs:get (Results 301 - 325 of 944) sorted by relevance

1...<<11121314151617181920>>...38

/third_party/rust/crates/cxx/syntax/
H A Dset.rs44 pub fn get<Q>(&self, value: &Q) -> Option<&'a T> in get() functions
101 pub fn get<Q>(&self, value: &Q) -> Option<&T> in get() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcompressed_tuple.h109 constexpr const T& get() const& { return value; } in get() function
110 T& get() & { return value; } in get() function
111 constexpr const T&& get() const&& { return absl::move(*this).value; } in get() function
112 T&& get() && { return std::move(*this).value; } in get() function
123 constexpr const T& get() const& { return *this; } in get() function
124 T& get() in get() function
125 constexpr const T&& get() const&& { return absl::move(*this); } get() function
126 T&& get() && { return std::move(*this); } get() function
259 ElemT<I>& get() & { get() function in absl::container_internal::CompressedTuple
264 constexpr const ElemT<I>& get() const& { get() function in absl::container_internal::CompressedTuple
269 ElemT<I>&& get() && { get() function in absl::container_internal::CompressedTuple
274 constexpr const ElemT<I>&& get() const&& { get() function in absl::container_internal::CompressedTuple
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant.h300 constexpr T& get(variant<Types...>& v) { // NOLINT in get() function
308 constexpr T&& get(variant<Types...>&& v) { in get() function
315 constexpr const T& get(const variant<Types...>& v) { in get() function
323 constexpr const T&& get(cons function
330 constexpr variant_alternative_t<I, variant<Types...>>& get( get() function
338 constexpr variant_alternative_t<I, variant<Types...>>&& get( get() function
345 constexpr const variant_alternative_t<I, variant<Types...>>& get( get() function
353 constexpr const variant_alternative_t<I, variant<Types...>>&& get( get() function
[all...]
/third_party/skia/experimental/xform/
H A DSkShape.h85 Shape* get(int index) const { return fArray[index]; } in get() function in GroupShape
/third_party/skia/include/ports/
H A DSkCFObject.h99 T get() const { return fObject; } in get() function in sk_cfp
/third_party/skia/include/private/
H A DSkTemplates.h110 T* get() const { return fArray.get(); } in get() function in SkAutoTArray
195 T* get() const { return fArray; } in get() function in SkAutoSTArray
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dbio.rs218 fn get(&self) -> *mut ffi::BIO_METHOD { in get() functions
252 fn get(&self) -> *mut ffi::BIO_METHOD { in get() functions
/third_party/rust/crates/nix/src/sys/
H A Dtimerfd.rs159 pub fn get(&self) -> Result<Option<Expiration>> { in get() functions
/third_party/vk-gl-cts/framework/common/
H A DtcuEither.hpp92 static const First& get (const Either<First, Second>& either) in get() function
101 static const Second& get (const Either<First, Second>& either) in get() function
108 const Type& get (const Either<First, Second>& either) in get() function
252 const Type& Either<First, Second>::get (void) const in get() function in tcu::Either
H A DtcuMaybe.hpp161 const T& Maybe<T>::get (void) const in get() function in tcu::Maybe
168 T& Maybe<T>::get (void) in get() function in tcu::Maybe
/third_party/vk-gl-cts/framework/egl/
H A DegluConfigFilter.cpp54 int CandidateConfig::get (deUint32 attrib) const in get() function in eglu::CandidateConfig
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp32 EGLAttrib AttributeMap::get(EGLAttrib key) const in get() function in egl::AttributeMap
39 EGLAttrib AttributeMap::get(EGLAttrib key, EGLAttrib defaultValue) const in get() function in egl::AttributeMap
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Dadapter.rs225 extern "C" fn get(strings: *mut CIStringVector, index: usize) -> *const c_char in get() functions
/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp59 std::shared_ptr<CallContainer> CallContainerTest::get() const in get() function in OHOS::AAFwk::CallContainerTest
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_mem.h50 T* get() const { return fPtr_.get(); } in get() function in OHOS::Ace::NG::AutoTMalloc
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.h89 MyGetFunc get; member
/test/testfwk/xdevice/src/xdevice/_core/
H A Dplugin.py59 def get(self, key, default=""): member in Config
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DScan.h81 int get() in get() function in glslang::TInputScanner
/third_party/gn/src/base/memory/
H A Dscoped_refptr.h210 T* get() const { return ptr_; } in get() function in scoped_refptr
H A Dweak_ptr.h241 T* get() const { in get() function in base::WeakPtr
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf.cc196 QPDFObjectHandle Matrix::get() const // {{{ in get() function in Matrix
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleValidityChecker.java122 static SpecialCase get(String key) { in get() method in LocaleValidityChecker.SpecialCase
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp121 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in CheckFCD
189 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in ToNFC
213 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in GetBiDiClass
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DULocaleCollationTest.java73 Object get(Object parent); in get() method
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointMap.java317 public abstract int get(int c); in get() method in CodePointMap

Completed in 14 milliseconds

1...<<11121314151617181920>>...38