Home
last modified time | relevance | path

Searched defs:get (Results 126 - 150 of 912) sorted by relevance

12345678910>>...37

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
H A Dno_destructor.h79 const T *get() const { return reinterpret_cast<const T *>(storage_); } in get() function in angle::base::NoDestructor
80 T *get() { return reinterpret_cast<T *>(storage_); } in get() function in angle::base::NoDestructor
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Ddata_structures.py29 def get(self, k, default=None): member in DictOfStringSets
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageWithMemory.hpp50 const vk::VkImage& get (void) const { return *m_image; } in get() function in vk::ImageWithMemory
/third_party/skia/src/core/
H A DSkAutoBlitterChoose.h30 SkBlitter* get() const { return fBlitter; } in get() function in SkAutoBlitterChoose
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleGLESInterfaceAutogen.cpp23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() argument
27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() argument
[all...]
H A DGrGLAssembleGLInterfaceAutogen.cpp23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() argument
27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() argument
H A DGrGLAssembleWebGLInterfaceAutogen.cpp17 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() argument
45 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnBuffer.h27 wgpu::Buffer get() const { return fBuffer; } in get() function in GrDawnBuffer
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.hpp63 T &get(uint32_t id) in get() function in SPIRV_CROSS_NAMESPACE::Parser
78 const T &get(uint32_t id) const in get() function in SPIRV_CROSS_NAMESPACE::Parser
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dprint.h29 std::ostream& get() { in get() function in spvtools::out_stream
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dprint.h29 std::ostream& get() { in get() function in spvtools::out_stream
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cache.hh51 bool get (unsigned int key, unsigned int *value) const in get() function
H A Dhb-static.cc105 hb_user_data_array_t::get (hb_user_data_key_t *key) in get() function in hb_user_data_array_t
/third_party/python/Lib/test/
H A Dtest_descrtut.py28 def get(self, key, *args): member in defaultdict
118 def get(self, key, *args): member in defaultdict2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h178 LineEntry &get(size_t i) { in get() function in llvm::gsym::LineTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPredIteratorCache.h66 ArrayRef<BasicBlock *> get(BasicBlock *BB) { in get() function in llvm::PredIteratorCache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrInfo.h44 const MCInstrDesc &get(unsigned Opcode) const { in get() function in llvm::MCInstrInfo
H A DMCValue.h62 static MCValue get(const MCSymbolRefExpr *SymA, in get() function in llvm::MCValue
73 static MCValue get(int64_t Val) { in get() function in llvm::MCValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DThreadLocal.h51 T* get() { return static_cast<T*>(getInstance()); } in get() function in llvm::sys::ThreadLocal
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DOptions.h111 template <typename ValT, typename Base, ValT(Base::*Mem)> ValT get() const { in get() function in llvm::OptionRegistry
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstrmap.h44 const char *get(const char *key) const { return static_cast<const char *>(uhash_get(map, key)); } in get() function in final
H A Duniquecharstr.h85 const char *get(int32_t i) const { in get() function in UniqueCharStrings
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Derrorcode.h102 UErrorCode get() const { return errorCode; } in get() function in ErrorCode
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Donly_bitfields.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
/third_party/skia/modules/skottie/src/
H A DSkottieProperty.cpp58 ColorPropertyValue PropertyHandle<ColorPropertyValue, sksg::Color>::get() const { in get() function in skottie::PropertyHandle
71 OpacityPropertyValue PropertyHandle<OpacityPropertyValue, sksg::OpacityEffect>::get() const { in get() function in skottie::PropertyHandle
84 TextPropertyValue PropertyHandle<TextPropertyValue, internal::TextAdapter>::get() const { in get() function in skottie::PropertyHandle
98 internal::TransformAdapter2D>::get() const { in get() function in skottie::PropertyHandle

Completed in 15 milliseconds

12345678910>>...37