Home
last modified time | relevance | path

Searched defs:get (Results 476 - 500 of 915) sorted by relevance

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

/third_party/rust/crates/clap/src/util/
H A Dflat_map.rs91 pub fn get<Q: ?Sized>(&self, k: &Q) -> Option<&V> in get() functions
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Dfiles.rs378 pub fn get(&self, file_id: usize) -> Result<&SimpleFile<Name, Source>, Error> { in get() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield_align.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
[all...]
H A Dprivate_fields.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs243 pub unsafe fn get<T>(&self, symbol: &[u8]) -> Result<Symbol<T>, crate::Error> { in get() functions
/third_party/rust/crates/libloading/src/
H A Dsafe.rs147 pub unsafe fn get<'lib, T>(&'lib self, symbol: &[u8]) -> Result<Symbol<'lib, T>, Error> { in get() functions
[all...]
/third_party/rust/crates/cxx/src/
H A Dcxx_vector.rs59 pub fn get(&self, pos: usize) -> Option<&T> { in get() functions
/third_party/python/Lib/multiprocessing/
H A Dqueues.py98 def get(self, block=True, timeout=None): member in Queue
363 def get(self): member in SimpleQueue
/third_party/python/Lib/re/
H A D_parser.py252 def get(self): member in Tokenizer
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp187 const Program& ProgramCollection<Program, BuildOptions>::get (const std::string& name) const in get() function in vk::ProgramCollection
H A DvkRef.hpp278 inline const T& get (void) const throw() { return m_data.object; } in get() function in vk::refdetails::RefBase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp82 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vkt::postmortem::__anon28291::Buffer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.hpp105 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vkt::synchronization::BufferWithMemory
140 const vk::VkImage& get (void) const { return m_image->get(); } in get() function in vkt::synchronization::ImageWithMemory
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DMacroExpander.cpp518 const Token &MacroExpander::MacroContext::get() in get() function in angle::pp::MacroExpander::MacroContext
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.cpp187 bool MemoryProgramCache::get(const Context *context, in get() function in gl::MemoryProgramCache
H A DRefCountObject.h158 ObjectType *get() const { return mObject; } in get() function in angle::BindingPointer
H A DBlobCache.cpp141 bool BlobCache::get(angle::ScratchBuffer *scratchBuffer, in get() function in egl::BlobCache
227 void BlobCache::setBlobCacheFuncs(EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) in setBlobCacheFuncs() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h478 bool get(Key key, Value *value) const in get() function in angle::final
654 ANGLE_INLINE bool get(uint64_t key, Value *out) const in get() function in angle::final
H A DSynchronizedValue.h260 T get() const in get() function in angle::SynchronizedValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h84 const Metadata *get(ArrayRef<const Metadata *> MDs) const { in get() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp369 GISelCSEAnalysisWrapper::get(std::unique_ptr<CSEConfigBase> CSEOpt, in get() function in GISelCSEAnalysisWrapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterferenceCache.h129 BlockInterference *get(unsigned MBBNum) { in get() function in llvm::InterferenceCache::Entry
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp102 LayoutAlignElem LayoutAlignElem::get(AlignTypeEnum align_type, Align abi_align, in get() function in LayoutAlignElem
125 PointerAlignElem PointerAlignElem::get(uint32_t AddressSpace, Align ABIAlign, in get() function in PointerAlignElem
[all...]
/third_party/skia/src/core/
H A DSkZip.h81 template<size_t I> constexpr auto get() const { in get() function in SkZip
/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp122 AHardwareBuffer* get() const { return fAhb; } in makeView() function in AutoAHBRelease

Completed in 23 milliseconds

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