type go.opencensus.io/tag.Map

36 uses

	go.opencensus.io/tag (current package)
		context.go#L23: func FromContext(ctx context.Context) *Map {
		context.go#L29: 	return ts.(*Map)
		context.go#L37: func NewContext(ctx context.Context, m *Map) context.Context {
		map.go#L38: type Map struct {
		map.go#L43: func (m *Map) Value(k Key) (string, bool) {
		map.go#L51: func (m *Map) String() string {
		map.go#L70: func (m *Map) insert(k Key, v string, md metadatas) {
		map.go#L77: func (m *Map) update(k Key, v string, md metadatas) {
		map.go#L83: func (m *Map) upsert(k Key, v string, md metadatas) {
		map.go#L87: func (m *Map) delete(k Key) {
		map.go#L91: func newMap() *Map {
		map.go#L92: 	return &Map{m: make(map[Key]tagContent)}
		map.go#L97: 	Mutate(t *Map) (*Map, error)
		map.go#L109: 		fn: func(m *Map) (*Map, error) {
		map.go#L128: 		fn: func(m *Map) (*Map, error) {
		map.go#L148: 		fn: func(m *Map) (*Map, error) {
		map.go#L177: 		fn: func(m *Map) (*Map, error) {
		map.go#L224: 	fn func(t *Map) (*Map, error)
		map.go#L227: func (m *mutator) Mutate(t *Map) (*Map, error) {
		map_codec.go#L164: func Encode(m *Map) []byte {
		map_codec.go#L183: func Decode(bytes []byte) (*Map, error) {

	go.opencensus.io/plugin/ocgrpc
		server_stats_handler.go#L50: func (h *ServerHandler) extractPropagatedTags(ctx context.Context) *tag.Map {

	go.opencensus.io/stats
		record.go#L39: 	Record(*tag.Map, interface{}, map[string]interface{})

	go.opencensus.io/stats/internal
		record.go#L22: var DefaultRecorder func(tags *tag.Map, measurement interface{}, attachments map[string]interface{})

	go.opencensus.io/stats/view
		collector.go#L61: func encodeWithKeys(m *tag.Map, keys []tag.Key) []byte {
		view.go#L156: func (v *viewInternal) addSample(m *tag.Map, val float64, attachments map[string]interface{}, t time.Time) {
		worker.go#L198: func record(tags *tag.Map, ms interface{}, attachments map[string]interface{}) {
		worker.go#L203: func (w *worker) Record(tags *tag.Map, ms interface{}, attachments map[string]interface{}) {
		worker_commands.go#L151: 	tm          *tag.Map