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

1 2

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 46 // Element of a TypeSpec array. See TypeSpec.
56 // TypeSpec is going to be immediately proceeded by
58 struct TypeSpec {
75 // a TypeSpec struct, followed by an array of Type structs.
78 using TypeSpecPtr = util::unique_cptr<TypeSpec>;
83 // contiguous block of memory to store both the TypeSpec struct and
97 if ((std::numeric_limits<size_t>::max() - sizeof(TypeSpec)) / sizeof(Type) < types_.size()) {
100 TypeSpec* type_spec = (TypeSpec*)::malloc(sizeof(TypeSpec) + (types_.size() * sizeof(Type)))
    [all...]
  /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 {
865 func (s *TypeSpec) Pos() token.Pos { return s.Name.Pos() }
883 func (s *TypeSpec) End() token.Pos { return s.Type.End() }
890 func (*TypeSpec) specNode() {}
911 // 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 {
865 func (s *TypeSpec) Pos() token.Pos { return s.Name.Pos() }
883 func (s *TypeSpec) End() token.Pos { return s.Type.End() }
890 func (*TypeSpec) specNode() {}
911 // 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/fmtlib/fmt/
format.h     [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8.jar 

Completed in 569 milliseconds

1 2