Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go2137 type TaggedName struct { struct
2138 Name AST
2139 Tag AST
2142 func (t *TaggedName) print(ps *printState) {
2149 func (t *TaggedName) Traverse(fn func(AST) bool) {
2156 func (t *TaggedName) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2178 func (t *TaggedName) GoString() string {
2182 func (t *TaggedName) goString(indent int, field string) string {
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dset_stats_aggregator_dataset_op.cc67 string TaggedName(const string& name) const { in TaggedName() function in tensorflow::data::experimental::__anond5844bbf0111::StatsAggregatorWithTagAndPrefix