Searched refs:debugName (Results 1 – 6 of 6) sorted by relevance
512 struct DenseShape { static std::string debugName() { return "DenseShape"; } }; in debugName() function513 struct SolverShape { static std::string debugName() { return "SolverShape"; } }; in debugName() function514 struct HomogeneousShape { static std::string debugName() { return "HomogeneousShape"; } }; in debugName() function515 struct DiagonalShape { static std::string debugName() { return "DiagonalShape"; } }; in debugName() function516 struct BandShape { static std::string debugName() { return "BandShape"; } }; in debugName() function517 struct TriangularShape { static std::string debugName() { return "TriangularShape"; } }; in debugName() function518 struct SelfAdjointShape { static std::string debugName() { return "SelfAdjointShape"; } }; in debugName() function519 struct PermutationShape { static std::string debugName() { return "PermutationShape"; } }; in debugName() function520 struct TranspositionsShape { static std::string debugName() { return "TranspositionsShape"; } }; in debugName() function521 struct SparseShape { static std::string debugName() { return "SparseShape"; } }; in debugName() function
44 public SmaliCompositeElementType(@NotNull @NonNls String debugName, in SmaliCompositeElementType() argument46 super(debugName, SmaliLanguage.INSTANCE); in SmaliCompositeElementType()
49 protected SmaliStubElementType(@NotNull @NonNls String debugName) { in SmaliStubElementType() argument50 super(debugName, SmaliLanguage.INSTANCE); in SmaliStubElementType()
48 protected SmaliBaseReferenceListElementType(@NotNull @NonNls String debugName) { in SmaliBaseReferenceListElementType() argument49 super(debugName); in SmaliBaseReferenceListElementType()
137 struct SparseTriangularShape { static std::string debugName() { return "SparseTriangularShape"; } …138 struct SparseSelfAdjointShape { static std::string debugName() { return "SparseSelfAdjointShape"; }…
121 public String debugName() { in debugName() method in StateDictionary.Row.Uniqueness202 buffer.append("R" + getReferenceNumber() + hasUniqueValue.debugName() + "{"); in toString()