Home
last modified time | relevance | path

Searched refs: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() argument
543 methodSpecsMap.put(methodKind, methodSpec); in addMethod()
582 MethodSpecKind methodKind, in addModifiableMethod() argument
590 methodSpecsMap.put(methodKind, withModifiableBindingMetadata(methodSpec, type, request)); in addModifiableMethod()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp127 static std::string methodKind(MethodKind Kind) { in methodKind() function
162 std::string Kind = methodKind(Attrs.getMethodKind()); in memberAttributes()