| /third_party/rust/crates/clap/clap_derive/src/utils/ |
| H A D | spanned.rs | 19 pub fn get(&self) -> &T { in get() functions
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | set.rs | 44 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 D | set.rs | 44 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 D | compressed_tuple.h | 109 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 D | variant.h | 300 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 D | SkShape.h | 85 Shape* get(int index) const { return fArray[index]; } in get() function in GroupShape
|
| /third_party/skia/include/ports/ |
| H A D | SkCFObject.h | 99 T get() const { return fObject; } in get() function in sk_cfp
|
| /third_party/skia/include/private/ |
| H A D | SkTemplates.h | 110 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 D | bio.rs | 218 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 D | timerfd.rs | 159 pub fn get(&self) -> Result<Option<Expiration>> { in get() functions
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuEither.hpp | 92 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 D | tcuMaybe.hpp | 161 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 D | egluConfigFilter.cpp | 54 int CandidateConfig::get (deUint32 attrib) const in get() function in eglu::CandidateConfig [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | AttributeMap.cpp | 32 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 D | Scan.h | 81 int get() in get() function in glslang::TInputScanner
|
| /third_party/gn/src/base/memory/ |
| H A D | scoped_refptr.h | 210 T* get() const { return ptr_; } in get() function in scoped_refptr
|
| H A D | weak_ptr.h | 241 T* get() const { in get() function in base::WeakPtr
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | qpdf_pdftopdf.cc | 196 QPDFObjectHandle Matrix::get() const // {{{ in get() function in Matrix
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| H A D | LocaleValidityChecker.java | 122 static SpecialCase get(String key) { in get() method in LocaleValidityChecker.SpecialCase
|
| /third_party/icu/icu4c/source/test/perf/utrie2perf/ |
| H A D | utrie2perf.cpp | 121 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 D | ULocaleCollationTest.java | 73 Object get(Object parent); in get() method
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | CodePointMap.java | 317 public abstract int get(int c); in get() method in CodePointMap
|
| H A D | GenderInfo.java | 227 public GenderInfo get(ULocale locale) { in get() method in GenderInfo.Cache
|
| /third_party/icu/icu4c/source/common/ |
| H A D | hash.h | 217 inline void* Hashtable::get(const UnicodeString& key) const { in get() function in Hashtable
|
| H A D | pluralmap.h | 173 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...] |