Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DComponentImplementation.java542 void addMethod(MethodSpecKind methodKind, MethodSpec methodSpec) { in addMethod()
582 MethodSpecKind methodKind, in addModifiableMethod()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp127 static std::string methodKind(MethodKind Kind) { in methodKind() function