Home
last modified time | relevance | path

Searched refs:lastTypeName (Results 1 – 4 of 4) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DparserValueContext.cpp62 if (typeName != lastTypeName) { in SetupFactory()
80 lastTypeName = typeName; in SetupFactory()
H A DparserValueContext.h113 std::string lastTypeName; variable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/src/classes/build/tools/jfr/
H A DGenerateJfrFiles.java65 String lastTypeName; field in GenerateJfrFiles.TypeCounter
82 lastTypeName = firstTypeName = typeName; in nextTypeId()
85 lastTypeName = typeName; in nextTypeId()
105 public String lastTypeName() { in lastTypeName() method in GenerateJfrFiles.TypeCounter
106 return lastTypeName; in lastTypeName()
490 out.write("static const JfrTypeId LAST_TYPE_ID = " + typeCounter.lastTypeName() + ";"); in printJfrTypesHpp()
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DLambdaExp.java1106 String lastTypeName = lastType.getName(); in addMethodFor() local
1584 String lastTypeName = restArgType.getName(); in compileAsMethod()
1585 … if (restArgType == LangObjType.listType || "gnu.lists.LList".equals(lastTypeName)) in compileAsMethod()
1587 else if ("java.lang.Object[]".equals(lastTypeName)) in compileAsMethod()
1590 throw new Error("unimplemented #!rest type "+lastTypeName); in compileAsMethod()