HomeSort by relevance Sort by last modified time
    Searched defs:RefType (Results 1 - 14 of 14) sorted by null

  /system/tools/hidl/
RefType.h 28 struct RefType : public TemplatedType {
29 RefType(Scope* parent);
81 DISALLOW_COPY_AND_ASSIGN(RefType);
RefType.cpp 17 #include "RefType.h"
27 RefType::RefType(Scope* parent) : TemplatedType(parent) {}
29 std::string RefType::templatedTypeName() const {
33 std::vector<const Reference<Type>*> RefType::getStrongReferences() const {
37 std::string RefType::getVtsType() const {
41 std::string RefType::getVtsValueName() const {
45 bool RefType::isCompatibleElementType(const Type* elementType) const {
78 std::string RefType::getCppType(StorageMode /*mode*/, bool specifyNamespaces) const {
83 void RefType::emitReaderWriter
    [all...]
  /external/eigen/unsupported/test/
alignedvector3.cpp 28 typedef Matrix<Scalar,3,1> RefType;
31 RefType r1(RefType::Random()), r2(RefType::Random()), r3(RefType::Random()),
32 r4(RefType::Random()), r5(RefType::Random());
64 FastType f6 = RefType::Zero();
  /external/libchrome/base/threading/
platform_thread.h 50 typedef DWORD RefType;
52 typedef pthread_t RefType;
58 explicit PlatformThreadRef(RefType id)
72 RefType id_;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/
SmbiosMisc.h 118 UINT8 RefType;
  /external/valgrind/callgrind/
sim.c 130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType;
354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
393 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size)
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 187 QualType RefType = Ctx.getLValueReferenceType(DstType);
189 TmpAddr = CGF.CreateMemTemp(RefType, Twine(Name) + ".ref");
190 auto TmpLVal = CGF.MakeAddrLValue(TmpAddr, RefType);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp 181 template <typename RefType>
185 Optional(RefType & reference) { m_ptr = &reference; }
188 operator RefType*() const { return m_ptr; }
189 RefType const* operator->() const { return m_ptr; }
193 RefType *m_ptr;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp 222 template <typename RefType>
226 Optional(RefType & reference) { m_ptr = &reference; }
227 Optional(RefType * ptr) { m_ptr = ptr; }
230 operator RefType*() const { return m_ptr; }
231 RefType const* operator->() const { return m_ptr; }
235 RefType *m_ptr;
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 553 milliseconds