Home
last modified time | relevance | path

Searched defs:get (Results 676 - 700 of 912) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheckImpl.h334 static Error get(const SourceMgr &SM, SMLoc Loc, const Twine &ErrMsg) { in get() function in llvm::ErrorDiagnostic
339 static Error get(const SourceMgr &SM, StringRef Buffer, const Twine &ErrMsg) { in get() function in llvm::ErrorDiagnostic
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp934 const AMDGPUSubtarget &AMDGPUSubtarget::get(const MachineFunction &MF) { in get() function in AMDGPUSubtarget
941 const AMDGPUSubtarget &AMDGPUSubtarget::get(const TargetMachine &TM, const Function &F) { in get() function in AMDGPUSubtarget
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp1108 TextAPIReader::get(MemoryBufferRef InputBuffer) { in get() function in llvm::MachO::TextAPIReader
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp369 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const in get() function in ICUService
375 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const in get() function in ICUService
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h985 Node &get(Function &F) { in get() function in llvm::LazyCallGraph::Edge
H A DVectorUtils.h103 static VFShape get(const CallInst &CI, ElementCount EC, bool HasGlobalPred) { in get() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DInternal.java410 public T get(in method in Internal.ListAdapter
455 public V get(Object key) { get() method in Internal.MapAdapter
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc546 static ShutdownData* get() { in get() function
/third_party/rust/crates/regex/src/
H A Dcompile.rs1123 fn get(&mut self, key: SuffixCacheKey, pc: InstPtr) -> Option<InstPtr> { in get() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dstack.rs220 pub fn get(&self, idx: usize) -> Option<&T::Ref> { in get() functions
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs64 fn get(self) -> Option<T> { in get() functions
87 fn get(&self) -> bool { in get() functions
127 fn get(self) -> Vec<T> { in get() functions
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs64 fn get(self) -> Option<T> { in get() functions
87 fn get(&self) -> bool { in get() functions
127 fn get(self) -> Vec<T> { in get() functions
[all...]
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py757 def get (self, colNdx, rowNdx): member in Mat
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py759 def get (self, colNdx, rowNdx): member in Mat
/third_party/vk-gl-cts/modules/glshared/
H A DglsStateQueryUtil.hpp96 const T& get (void) const { return m_value; } in get() function in deqp::gls::StateQueryUtil::StateQueryMemoryWriteGuard
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp82 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vkt::synchronization::Buffer
115 const vk::VkImage& get (void) const { return *m_image; } in get() function in vkt::synchronization::Image
/third_party/vk-gl-cts/framework/egl/
H A DegluGLContextFactory.cpp104 glw::GenericFuncType get (const char* name) const in get() function in eglu::__anon30228::GetProcFuncLoader
121 glw::GenericFuncType get (const char* name) const in get() function in eglu::__anon30228::DynamicFuncLoader
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp157 glw::GenericFuncType get(const char* name) const in get() function in tcu::surfaceless::GetProcFuncLoader
172 glw::GenericFuncType get(const char* name) const in get() function in tcu::surfaceless::DynamicFuncLoader
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp137 EGLClientBuffer get (void) const { return reinterpret_cast<EGLClientBuffer>(static_cast<deUintptr>(getName())); } in get() function in deqp::egl::Image::GLClientBuffer
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py610 def get (self, colNdx, rowNdx): member in Mat
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray.h386 bool get(DrawElementsType type, in get() function in gl::final::final
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h259 int get(TPpToken& ppToken) in get() function in glslang::TPpContext::TokenStream::Token
[all...]
/third_party/backends/backend/
H A Dhp-accessor.c173 SANE_Status (*get)(HpAccessor this, HpData data, void * valp); member
H A Dsnapscan-sources.c107 Source_init(Source *pself, SnapScan_Scanner *pss, SourceRemaining remaining, SourceBytesPerLine bytesPerLine, SourcePixelsPerLine pixelsPerLine, SourceGet get, SourceDone done) Source_init() argument
475 TxSource_init(TxSource *pself, SnapScan_Scanner *pss, SourceRemaining remaining, SourceBytesPerLine bytesPerLine, SourcePixelsPerLine pixelsPerLine, SourceGet get, SourceDone done, Source *psub) TxSource_init() argument
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1664 auto operator()(Args&&... args) const -> decltype(std::get< function
[all...]

Completed in 34 milliseconds

1...<<21222324252627282930>>...37