HomeSort by relevance Sort by last modified time
    Searched refs:RefType (Results 1 - 25 of 46) sorted by null

1 2

  /system/tools/hidl/
RefType.cpp 17 #include "RefType.h"
27 RefType::RefType() {
30 std::string RefType::typeName() const {
34 std::string RefType::getVtsType() const {
38 std::string RefType::getVtsValueName() const {
42 bool RefType::isCompatibleElementType(Type *elementType) const {
73 std::string RefType::getCppType(StorageMode /*mode*/, bool specifyNamespaces) const {
78 void RefType::emitReaderWriter(
85 // RefType doesn't get read / written at this stage
    [all...]
RefType.h 25 struct RefType : public TemplatedType {
26 RefType();
75 DISALLOW_COPY_AND_ASSIGN(RefType);
hidl-gen_l.ll 46 #include "RefType.h"
100 "ref" { yylval->templatedType = new RefType; return token::TEMPLATED; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
35 RefType drop_front(uint32_t N) const {
37 return RefType();
40 return RefType(*Stream, ViewOffset + N, Length - N);
44 RefType keep_front(uint32_t N) const {
46 return RefType();
48 return RefType(*Stream, ViewOffset, N);
53 RefType slice(uint32_t Offset, uint32_t Len) const {
57 bool operator==(const RefType &Other) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
35 RefType drop_front(uint32_t N) const {
37 return RefType();
40 return RefType(*Stream, ViewOffset + N, Length - N);
44 RefType keep_front(uint32_t N) const {
46 return RefType();
48 return RefType(*Stream, ViewOffset, N);
53 RefType slice(uint32_t Offset, uint32_t Len) const {
57 bool operator==(const RefType &Other) const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
35 RefType drop_front(uint32_t N) const {
37 return RefType();
40 return RefType(*Stream, ViewOffset + N, Length - N);
44 RefType keep_front(uint32_t N) const {
46 return RefType();
48 return RefType(*Stream, ViewOffset, N);
53 RefType slice(uint32_t Offset, uint32_t Len) const {
57 bool operator==(const RefType &Other) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
35 RefType drop_front(uint32_t N) const {
37 return RefType();
40 return RefType(*Stream, ViewOffset + N, Length - N);
44 RefType keep_front(uint32_t N) const {
46 return RefType();
48 return RefType(*Stream, ViewOffset, N);
53 RefType slice(uint32_t Offset, uint32_t Len) const {
57 bool operator==(const RefType &Other) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
35 RefType drop_front(uint32_t N) const {
37 return RefType();
40 return RefType(*Stream, ViewOffset + N, Length - N);
44 RefType keep_front(uint32_t N) const {
46 return RefType();
48 return RefType(*Stream, ViewOffset, N);
53 RefType slice(uint32_t Offset, uint32_t Len) const {
57 bool operator==(const RefType &Other) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
35 RefType drop_front(uint32_t N) const {
37 return RefType();
40 return RefType(*Stream, ViewOffset + N, Length - N);
44 RefType keep_front(uint32_t N) const {
46 return RefType();
48 return RefType(*Stream, ViewOffset, N);
53 RefType slice(uint32_t Offset, uint32_t Len) const {
57 bool operator==(const RefType &Other) const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
35 RefType drop_front(uint32_t N) const {
37 return RefType();
40 return RefType(*Stream, ViewOffset + N, Length - N);
44 RefType keep_front(uint32_t N) const {
46 return RefType();
48 return RefType(*Stream, ViewOffset, N);
53 RefType slice(uint32_t Offset, uint32_t Len) const {
57 bool operator==(const RefType &Other) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamRef.h 23 template <class StreamType, class RefType> class BinaryStreamRefBase {
35 RefType drop_front(uint32_t N) const {
37 return RefType();
40 return RefType(*Stream, ViewOffset + N, Length - N);
44 RefType keep_front(uint32_t N) const {
46 return RefType();
48 return RefType(*Stream, ViewOffset, N);
53 RefType slice(uint32_t Offset, uint32_t Len) const {
57 bool operator==(const RefType &Other) const {
  /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 46 typedef DWORD RefType;
48 typedef pthread_t RefType;
54 explicit PlatformThreadRef(RefType id)
66 RefType id_;
  /external/libmojo/mojo/public/cpp/bindings/
array_traits_standard.h 26 static typename Array<T>::RefType GetAt(Array<T>& input, size_t index) {
array.h 31 using RefType = typename std::vector<T>::reference;
98 RefType front() { return vec_.front(); }
112 RefType at(size_t offset) { return vec_.at(offset); }
113 RefType operator[](size_t offset) { return at(offset); }
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 115 @ CHECK: RefType: UndefinedNonLazy (0x0)
124 @ CHECK: RefType: UndefinedNonLazy (0x0)
133 @ CHECK: RefType: UndefinedNonLazy (0x0)
143 @ CHECK: RefType: UndefinedNonLazy (0x0)
darwin-Thumb-reloc.s 95 @ CHECK: RefType: 0x8
105 @ CHECK: RefType: UndefinedNonLazy (0x0)
  /external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
any_cast_reference.pass.cpp 94 using RefType = typename std::conditional<
99 any_cast<RefType>(static_cast<any&&>(a));
  /external/clang/include/clang/AST/
CanonicalType.h 605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 605 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
606 return RefType->getPointeeType();

Completed in 608 milliseconds

1 2