Exemplo n.º 1
0
func (s SetOfString) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 2
0
func (r RefOfUser) Ref() ref.Ref {
	return types.EnsureRef(r.ref, r)
}
Exemplo n.º 3
0
func (r RefOfRemotePhoto) Ref() ref.Ref {
	return types.EnsureRef(r.ref, r)
}
Exemplo n.º 4
0
func (m MapOfStringToRefOfCompany) Ref() ref.Ref {
	return types.EnsureRef(m.ref, m)
}
Exemplo n.º 5
0
func (e E) Ref() ref.Ref {
	throwaway := ref.Ref{}
	return types.EnsureRef(&throwaway, e)
}
Exemplo n.º 6
0
func (s SetOfFloat32) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 7
0
func (s Import) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 8
0
func (e QuarterEnum) Ref() ref.Ref {
	throwaway := ref.Ref{}
	return types.EnsureRef(&throwaway, e)
}
Exemplo n.º 9
0
func (s OptionalStruct) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 10
0
func (e RoundTypeEnum) Ref() ref.Ref {
	throwaway := ref.Ref{}
	return types.EnsureRef(&throwaway, e)
}
Exemplo n.º 11
0
func (m MapOfRefOfKeyToSetOfRefOfRound) Ref() ref.Ref {
	return types.EnsureRef(m.ref, m)
}
Exemplo n.º 12
0
func (s Key) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 13
0
func (s Georectangle) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 14
0
func (s Geoposition) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 15
0
func (l ListOfString) Ref() ref.Ref {
	return types.EnsureRef(l.ref, l)
}
Exemplo n.º 16
0
func (s EnumStruct) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 17
0
func (r RefOfFloat32) Ref() ref.Ref {
	return types.EnsureRef(r.ref, r)
}
Exemplo n.º 18
0
func (e Handedness) Ref() ref.Ref {
	throwaway := ref.Ref{}
	return types.EnsureRef(&throwaway, e)
}
Exemplo n.º 19
0
func (s SetOfBool) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 20
0
func (s StructWithUnions) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 21
0
func (r RefOfMapOfStringToRefOfCompany) Ref() ref.Ref {
	return types.EnsureRef(r.ref, r)
}
Exemplo n.º 22
0
func (s __unionOfEOfFloat64AndFOfString) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 23
0
func (r RefOfCompany) Ref() ref.Ref {
	return types.EnsureRef(r.ref, r)
}
Exemplo n.º 24
0
func (l ListOfUint8) Ref() ref.Ref {
	return types.EnsureRef(l.ref, l)
}
Exemplo n.º 25
0
func (s User) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 26
0
func (r RefOfListOfString) Ref() ref.Ref {
	return types.EnsureRef(r.ref, r)
}
Exemplo n.º 27
0
func (s SetOfRefOfRemotePhoto) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 28
0
func (l ListOfRefOfFloat32) Ref() ref.Ref {
	return types.EnsureRef(l.ref, l)
}
Exemplo n.º 29
0
func (s StructWithList) Ref() ref.Ref {
	return types.EnsureRef(s.ref, s)
}
Exemplo n.º 30
0
func (m MapOfSizeToString) Ref() ref.Ref {
	return types.EnsureRef(m.ref, m)
}