Searched defs:hasSummary (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/TableGen/ | ||
D | TypeDef.cpp | 43 bool TypeDef::hasSummary() const { in hasSummary() function in TypeDef |
D | Operator.cpp | 542 bool Operator::hasSummary() const { return def.getValue("summary") != nullptr; } in hasSummary() function in Operator |
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/ | ||
D | Control.java | 17067 boolean hasSummary(); in hasSummary() method |