Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java308 public void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec) { in addMethod() argument
309 methodSpecsMap.put(methodKind, methodSpec); in addMethod()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp151 static std::string methodKind(MethodKind Kind) { in methodKind() function
186 std::string Kind = methodKind(Attrs.getMethodKind()); in memberAttributes()