HomeSort by relevance Sort by last modified time
    Searched defs:TypeSpec (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/libs/androidfw/include/androidfw/
LoadedArsc.h 44 // TypeSpec is going to be immediately proceeded by
46 struct TypeSpec {
74 // TypeSpecPtr points to a block of memory that holds a TypeSpec struct, followed by an array of
77 using TypeSpecPtr = util::unique_cptr<TypeSpec>;
150 inline const TypeSpec* GetTypeSpecByTypeIndex(uint8_t type_index) const {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 821 // The Spec type stands for any of *ImportSpec, *ValueSpec, and *TypeSpec.
847 // A TypeSpec node represents a type declaration (TypeSpec production).
848 TypeSpec struct {
866 func (s *TypeSpec) Pos() token.Pos { return s.Name.Pos() }
884 func (s *TypeSpec) End() token.Pos { return s.Type.End() }
891 func (*TypeSpec) specNode() {}
912 // token.TYPE *TypeSpec
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 821 // The Spec type stands for any of *ImportSpec, *ValueSpec, and *TypeSpec.
847 // A TypeSpec node represents a type declaration (TypeSpec production).
848 TypeSpec struct {
866 func (s *TypeSpec) Pos() token.Pos { return s.Name.Pos() }
884 func (s *TypeSpec) End() token.Pos { return s.Type.End() }
891 func (*TypeSpec) specNode() {}
912 // token.TYPE *TypeSpec
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.2.0/
javapoet-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.7.0/
javapoet-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.8.0/
javapoet-1.8.0.jar 
  /external/clang/utils/TableGen/
NeonEmitter.cpp 102 // TypeSpec
105 /// A TypeSpec is just a simple wrapper around a string, but gets its own type
108 /// A TypeSpec can be used to create a type.
109 class TypeSpec : public std::string {
111 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) {
112 std::vector<TypeSpec> Ret;
113 TypeSpec Acc;
117 Ret.push_back(TypeSpec(Acc));
134 TypeSpec TS;
138 // they are not related to the type. But they live in the TypeSpec (not th
    [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 

Completed in 520 milliseconds

1 2