OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplatedType
(Results
1 - 11
of
11
) sorted by null
/system/tools/hidl/
FmqType.h
25
struct FmqType : public
TemplatedType
{
RefType.h
28
struct RefType : public
TemplatedType
{
Type.cpp
284
// Only ArrayType and
TemplatedType
contain additional types in
756
TemplatedType
::
TemplatedType
(Scope* parent) : Type(parent) {}
758
std::string
TemplatedType
::typeName() const {
762
void
TemplatedType
::setElementType(const Reference<Type>& elementType) {
770
const Type*
TemplatedType
::getElementType() const {
774
bool
TemplatedType
::isTemplatedType() const {
778
std::vector<const Reference<Type>*>
TemplatedType
::getReferences() const {
782
status_t
TemplatedType
::validate() const {
792
void
TemplatedType
::emitVtsTypeDeclarations(Formatter& out) const
[
all
...]
RefType.cpp
27
RefType::RefType(Scope* parent) :
TemplatedType
(parent) {}
64
static_cast<const
TemplatedType
*>(elementType)->getElementType());
VectorType.cpp
28
VectorType::VectorType(Scope* parent) :
TemplatedType
(parent) {}
60
const Type* inner = static_cast<const
TemplatedType
*>(elementType)->getElementType();
720
return
TemplatedType
::deepNeedsResolveReferences(visited);
744
return
TemplatedType
::deepIsJavaCompatible(visited);
751
return
TemplatedType
::deepContainsPointer(visited);
Type.h
351
struct
TemplatedType
: public Type {
370
TemplatedType
(Scope* parent);
374
DISALLOW_COPY_AND_ASSIGN(
TemplatedType
);
FmqType.cpp
27
:
TemplatedType
(parent), mNamespace(nsp), mName(name) {}
VectorType.h
28
struct VectorType : public
TemplatedType
{
EnumType.h
165
struct BitFieldType : public
TemplatedType
{
hidl-gen_y.yy
237
%token<
templatedType
> TEMPLATED "templated type"
305
android::
TemplatedType
*
templatedType
;
[
all
...]
EnumType.cpp
833
BitFieldType::BitFieldType(Scope* parent) :
TemplatedType
(parent) {}
Completed in 268 milliseconds