| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ |
| H A D | no_destructor.h | 79 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 D | data_structures.py | 29 def get(self, k, default=None): member in DictOfStringSets
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkImageWithMemory.hpp | 50 const vk::VkImage& get (void) const { return *m_image; } in get() function in vk::ImageWithMemory
|
| /third_party/skia/src/core/ |
| H A D | SkAutoBlitterChoose.h | 30 SkBlitter* get() const { return fBlitter; } in get() function in SkAutoBlitterChoose
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLAssembleGLESInterfaceAutogen.cpp | 23 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 D | GrGLAssembleGLInterfaceAutogen.cpp | 23 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 D | GrGLAssembleWebGLInterfaceAutogen.cpp | 17 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 D | GrDawnBuffer.h | 27 wgpu::Buffer get() const { return fBuffer; } in get() function in GrDawnBuffer
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_parser.hpp | 63 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 D | print.h | 29 std::ostream& get() { in get() function in spvtools::out_stream
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | print.h | 29 std::ostream& get() { in get() function in spvtools::out_stream
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-cache.hh | 51 bool get (unsigned int key, unsigned int *value) const in get() function
|
| H A D | hb-static.cc | 105 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 D | test_descrtut.py | 28 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 D | LineTable.h | 178 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 D | PredIteratorCache.h | 66 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 D | MCInstrInfo.h | 44 const MCInstrDesc &get(unsigned Opcode) const { in get() function in llvm::MCInstrInfo
|
| H A D | MCValue.h | 62 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 D | ThreadLocal.h | 51 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 D | Options.h | 111 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 D | charstrmap.h | 44 const char *get(const char *key) const { return static_cast<const char *>(uhash_get(map, key)); } in get() function in final
|
| H A D | uniquecharstr.h | 85 const char *get(int32_t i) const { in get() function in UniqueCharStrings
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | errorcode.h | 102 UErrorCode get() const { return errorCode; } in get() function in ErrorCode
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | only_bitfields.rs | 54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
|
| /third_party/skia/modules/skottie/src/ |
| H A D | SkottieProperty.cpp | 58 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
|