type go.opencensus.io/tag.encoderGRPC

20 uses

	go.opencensus.io/tag (current package)
		map_codec.go#L36: type encoderGRPC struct {
		map_codec.go#L43: func (eg *encoderGRPC) writeTagString(k, v string) {
		map_codec.go#L49: func (eg *encoderGRPC) writeTagUint64(k string, i uint64) {
		map_codec.go#L55: func (eg *encoderGRPC) writeTagTrue(k string) {
		map_codec.go#L60: func (eg *encoderGRPC) writeTagFalse(k string) {
		map_codec.go#L65: func (eg *encoderGRPC) writeBytesWithVarintLen(bytes []byte) {
		map_codec.go#L74: func (eg *encoderGRPC) writeStringWithVarintLen(s string) {
		map_codec.go#L83: func (eg *encoderGRPC) writeByte(v byte) {
		map_codec.go#L89: func (eg *encoderGRPC) writeUint32(i uint32) {
		map_codec.go#L95: func (eg *encoderGRPC) writeUint64(i uint64) {
		map_codec.go#L101: func (eg *encoderGRPC) readByte() byte {
		map_codec.go#L107: func (eg *encoderGRPC) readUint32() uint32 {
		map_codec.go#L113: func (eg *encoderGRPC) readUint64() uint64 {
		map_codec.go#L119: func (eg *encoderGRPC) readBytesWithVarintLen() ([]byte, error) {
		map_codec.go#L138: func (eg *encoderGRPC) readStringWithVarintLen() (string, error) {
		map_codec.go#L146: func (eg *encoderGRPC) growIfRequired(expected int) {
		map_codec.go#L154: func (eg *encoderGRPC) readEnded() bool {
		map_codec.go#L158: func (eg *encoderGRPC) bytes() []byte {
		map_codec.go#L168: 	eg := &encoderGRPC{
		map_codec.go#L196: 	eg := &encoderGRPC{