Home
last modified time | relevance | path

Searched defs:As (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Dcastable.h178 inline TO* As(FROM* obj) { in As() function
188 inline const TO* As(const FROM* obj) { in As() function
239 inline TO* As() { in As() function
247 inline const TO* As() const { in As() function
323 inline TO* As() { in As() function
331 inline const TO* As() const { in As() function
Dcastable_test.cc140 TEST(CastableBase, As) { in TEST() argument
233 TEST(Castable, As) { in TEST() argument
/third_party/flutter/skia/modules/skottie/src/
DSkottieValue.cpp38 SkScalar ValueTraits<ScalarValue>::As<SkScalar>(const ScalarValue& v) { in As() function in skottie::ValueTraits
67 SkColor ValueTraits<VectorValue>::As<SkColor>(const VectorValue& v) { in As() function in skottie::ValueTraits
82 SkPoint ValueTraits<VectorValue>::As<SkPoint>(const VectorValue& vec) { in As() function in skottie::ValueTraits
91 SkSize ValueTraits<VectorValue>::As<SkSize>(const VectorValue& vec) { in As() function in skottie::ValueTraits
205 SkPath ValueTraits<ShapeValue>::As<SkPath>(const ShapeValue& shape) { in As() function in skottie::ValueTraits
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp97 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode()
130 Node *makeNode(Args &&...As) { in makeNode()
146 template<typename T, typename ...Args> Node *makeNodeSimple(Args &&...As) { in makeNodeSimple()
174 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/
DMSP430Disassembler.cpp154 static AddrMode DecodeSrcAddrMode(unsigned Rs, unsigned As) { in DecodeSrcAddrMode()
183 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeI() local
189 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeII() local
/third_party/mingw-w64/mingw-w64-headers/include/wrl/
Dclient.h233 HRESULT As(Details::ComPtrRef<ComPtr<U>> p) const throw() { in As() function
238 HRESULT As(ComPtr<U> *p) const throw() { in As() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp303 unsigned As = PT->getAddressSpace(); in isGlobalAddr() local
344 unsigned As = PT->getAddressSpace(); in isConstantAddr() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h145 inline IMPL* As() const { in As() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp3254 RValue<T> As(Value *val) in As() function
3261 RValue<T> As(RValue<S> val) in As() function
3267 RValue<T> As(const LValue<S> &var) in As() function
3273 RValue<T> As(const Reference<S> &val) in As() function