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

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /external/javapoet/src/main/java/com/squareup/javapoet/
TypeSpec.java 40 public final class TypeSpec {
50 public final Map<String, TypeSpec> enumConstants;
55 public final List<TypeSpec> typeSpecs;
58 private TypeSpec(Builder builder) {
77 for (TypeSpec typeSpec : builder.typeSpecs) {
78 originatingElementsMutable.addAll(typeSpec.originatingElements);
87 private TypeSpec(TypeSpec type) {
198 codeWriter.pushType(new TypeSpec(this))
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
LoadedArsc.java 77 // TypeSpec is going to be immediately proceeded by
79 static class TypeSpec {
177 // contiguous block of memory to store both the TypeSpec struct and
190 TypeSpec Build() {
193 // if ((std.numeric_limits<size_t>.max() - sizeof(TypeSpec)) / sizeof(ElementType) <
195 if ((Integer.MAX_VALUE - TypeSpec.SIZEOF) / 4 < types_.size()) {
198 // TypeSpec* type_spec =
199 // (TypeSpec*).malloc(sizeof(TypeSpec) + (types_.size() * sizeof(ElementType)));
200 TypeSpec type_spec = new TypeSpec()
    [all...]
  /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 

Completed in 694 milliseconds