| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| H A D | TrackingMDRef.h | 53 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 D | Record.cpp | 84 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 D | ARCRuntimeEntryPoints.h | 72 Function *get(ARCRuntimeEntryPointKind kind) { in get() function in llvm::objcarc::ARCRuntimeEntryPoints
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | char16ptr.h | 126 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 D | InlineCost.h | 86 static InlineCost get(int Cost, int Threshold) { in get() function in llvm::InlineCost
|
| /third_party/toybox/toys/net/ |
| H A D | ftpget.c | 174 int get = !(toys.optflags&FLAG_s), cnt = toys.optflags&FLAG_c; in ftpget_main() local
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | controlFlowGenericTypes.js | 305 function get(key, obj) {
function
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | UnmodifiableLazyStringList.java | 57 public String get(int index) { in get() method in UnmodifiableLazyStringList
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_field.cc | 186 const FieldGenerator& FieldGeneratorMap::get( in get() function in google::protobuf::compiler::cpp::FieldGeneratorMap
|
| /third_party/python/Lib/wsgiref/ |
| H A D | headers.py | 94 def get(self,name,default=None): member in Headers
|
| /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
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| H A D | plugin.py | 59 def get(self, key, default=""): member in Config [all...] |