Home
last modified time | relevance | path

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

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DTrackingMDRef.h53 Metadata *get() const { return MD; } in get() function in llvm::TrackingMDRef
118 T *get() const { return (T *)Ref.get(); } in get() function in llvm::TypedTrackingMDRef
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp84 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get() function in BitsRecTy
157 RecordRecTy *RecordRecTy::get(ArrayRef<Record *> UnsortedClasses) { in get() function in RecordRecTy
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h72 Function *get(ARCRuntimeEntryPointKind kind) { in get() function in llvm::objcarc::ARCRuntimeEntryPoints
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dchar16ptr.h126 char16_t *Char16Ptr::get() const { return p_; } in get() function in Char16Ptr
140 char16_t *Char16Ptr::get() const { return u_.cp; } in get() function in Char16Ptr
234 const char16_t *ConstChar16Ptr::get() const { return p_; } in get() function in ConstChar16Ptr
248 const char16_t *ConstChar16Ptr::get() const { return u_.cp; } in get() function in ConstChar16Ptr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DInlineCost.h86 static InlineCost get(int Cost, int Threshold) { in get() function in llvm::InlineCost
/third_party/toybox/toys/net/
H A Dftpget.c174 int get = !(toys.optflags&FLAG_s), cnt = toys.optflags&FLAG_c; in ftpget_main() local
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowGenericTypes.js305 function get(key, obj) { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnmodifiableLazyStringList.java57 public String get(int index) { in get() method in UnmodifiableLazyStringList
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc186 const FieldGenerator& FieldGeneratorMap::get( in get() function in google::protobuf::compiler::cpp::FieldGeneratorMap
/third_party/python/Lib/wsgiref/
H A Dheaders.py94 def get(self,name,default=None): member in Headers
/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
/test/testfwk/xdevice/src/xdevice/_core/
H A Dplugin.py59 def get(self, key, default=""): member in Config
[all...]

Completed in 11 milliseconds

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