Home
last modified time | relevance | path

Searched refs:fullTypeName (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/pkg/compiler/
Dcheck.go787 fullTypeName := ast.SerializeNode(t)
789 if prev == fullTypeName {
790 ctx.instantiationStack = append(ctx.instantiationStack, fullTypeName)
802 ctx.instantiationStack = append(ctx.instantiationStack, fullTypeName)
821 if comp.structs[fullTypeName] == nil {
823 inst.Name.Name = fullTypeName
829 comp.structs[fullTypeName] = inst
832 Ident: fullTypeName,
/external/doclava/src/com/google/doclava/
DStubs.java1305 String fullTypeName = makeXMLcompliant(fi.type().fullName()); in writeFieldXML() local
1307 xmlWriter.println("<field name=\"" + fi.name() + "\"\n" + " type=\"" + fullTypeName + "\"\n" in writeFieldXML()
2117 String fullTypeName = type.fullName(method.typeVariables());
2122 fullTypeName = type.fullNameNoDimension(method.typeVariables()) + "...";
2124 return fullTypeName;