Home
last modified time | relevance | path

Searched refs:bindValue (Results 1 – 8 of 8) sorted by relevance

/external/dagger2/java/dagger/hilt/android/processor/internal/bindvalue/
DBindValueGenerator.java122 private MethodSpec providesMethod(BindValueElement bindValue) { in providesMethod() argument
125 + LOWER_CAMEL.to(UPPER_CAMEL, bindValue.variableElement().getSimpleName().toString()); in providesMethod()
130 .returns(ClassName.get(bindValue.variableElement().asType())); in providesMethod()
132 if (bindValue.variableElement().getModifiers().contains(Modifier.STATIC)) { in providesMethod()
134 "return $T.$L", testClassName, bindValue.variableElement().getSimpleName()); in providesMethod()
140 bindValue.getterElement().isPresent() in providesMethod()
141 ? CodeBlock.of("test.$L()", bindValue.getterElement().get().getSimpleName()) in providesMethod()
142 : CodeBlock.of("test.$L", bindValue.variableElement().getSimpleName())); in providesMethod()
145 ClassName annotationClassName = bindValue.annotationName(); in providesMethod()
151 builder.addAnnotation(AnnotationSpec.get(bindValue.mapKey().get())); in providesMethod()
[all …]
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java110 public static Const bindValue(ElementValue value) { in bindValue() method in BytecodeBinder
135 values.put(e.getKey(), bindValue(e.getValue())); in bindAnnotationValue()
164 elements.add(bindValue(element)); in bindArrayValue()
DBytecodeBoundClass.java459 m.defaultValue() != null ? BytecodeBinder.bindValue(m.defaultValue()) : null; in bindMethod()
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h323 bool bindValue(StringRef symbol);
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp396 bool SymbolInfoMap::bindValue(StringRef symbol) { in bindValue() function in SymbolInfoMap
669 verifyBind(infoMap.bindValue(treeArgName), treeArgName); in collectBoundSymbols()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp794 symbolInfoMap.bindValue(symbol); in handleResultPattern()
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...