Home
last modified time | relevance | path

Searched defs:get (Results 201 - 225 of 1137) sorted by relevance

12345678910>>...46

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield-method-same-name.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
H A Dissue-739-pointer-wide-bitfield.rs55 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
H A Dunion_with_anon_struct_bitfield.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
H A Dpacked-bitfield.rs54 pub fn get(&self, bit_offset: usize, bit_width: u8) -> u64 { in get() functions
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DReference.h32 T &get() { return *mPtr; } in get() function in sh::Ref
33 T const &get() const { return *mPtr; } in get() function in sh::Ref
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig.cpp95 const Config &ConfigSet::get(EGLint id) const in get() function in egl::ConfigSet
H A DCLRefPointer.h75 T *get() const { return mCLObject; } in get() function in cl::RefPointer
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBufferWithMemory.hpp56 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vk::BufferWithMemory
/third_party/skia/src/codec/
H A DSkStreamBuffer.cpp22 const char* SkStreamBuffer::get() const { in get() function in SkStreamBuffer
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
H A DFontLanguages.java663 Set<String> get(Font font) { get() method in FontLanguages
[all...]
/third_party/skia/third_party/externals/oboe/src/common/
H A DMonotonicCounter.h39 int64_t get() const { in get() function in MonotonicCounter
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsParser_unittest.cpp50 int32_t get(const std::string &testName) in get() function in __anon20291::GPUTestExpectationsParserTest
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryLocation.cpp35 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation
45 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation
56 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation
64 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation
75 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp34 std::string &get() { in get() function in __anon25229::ModuleHasher
/third_party/skia/tools/
H A DRegistry.h42 const T& get() const { return fValue; } in get() function in sk_tools::Registry
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Denumset.h45 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get() function in EnumSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h104 GISelKnownBits &get(MachineFunction &MF) { in get() function in llvm::GISelKnownBitsAnalysis
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.h133 inline const FieldGeneratorType& FieldGeneratorMap<FieldGeneratorType>::get( in get() function in google::protobuf::compiler::java::FieldGeneratorMap
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DProtobufArrayList.java124 public E get(int index) { in get() method in ProtobufArrayList
/third_party/protobuf/python/google/protobuf/pyext/
H A Dscoped_pyobject_ptr.h76 PyObjectStruct* get() const { return ptr_; } in get() function in google::protobuf::python::ScopedPythonPtr
/third_party/skia/modules/particles/include/
H A DSkParticleSerialization.h126 const skjson::Value& get(const char* name) { in get() function in SkFromJsonVisitor
/third_party/vk-gl-cts/framework/egl/wrapper/
H A DeglwLibrary.cpp85 GenericFuncType get (const char* name) const in get() function in eglw::__anon30233::CoreLoader
114 GenericFuncType get (const char* name) const in get() function in eglw::__anon30233::ExtLoader
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrGenericVector.hpp103 inline tcu::Vector<ScalarType, 4> get (void) const in get() function in rr::GenericVec4
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h153 const char* get() const { return name.c_str(); } in get() function
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dmap.c25 kobj_probe_t *get; member

Completed in 9 milliseconds

12345678910>>...46