Home
last modified time | relevance | path

Searched defs:get (Results 276 - 300 of 905) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/rust/crates/clap/clap_derive/src/utils/
H A Dspanned.rs19 pub fn get(&self) -> &T { in get() functions
/third_party/rust/crates/cxx/macro/src/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/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
/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
H A DGenderInfo.java227 public GenderInfo get(ULocale locale) { in get() method in GenderInfo.Cache
/third_party/icu/icu4c/source/common/
H A Dhash.h217 inline void* Hashtable::get(const UnicodeString& key) const { in get() function in Hashtable
H A Dpluralmap.h173 const T &get(Category v) const { in get() function in PluralMap
185 const T &get(const char *category) const { in get() function in PluralMap
193 const T &get(const UnicodeString &category) const { get() function in PluralMap
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...37