Home
last modified time | relevance | path

Searched refs:nestedStruct (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DNestedStruct.py93 nestedStruct = NestedStruct()
94 nestedStruct.Init(buf, pos)
95 return cls.InitFromObj(nestedStruct)
98 def InitFromObj(cls, nestedStruct): argument
100 x._UnPack(nestedStruct)
104 def _UnPack(self, nestedStruct): argument
105 if nestedStruct is None:
107 if not nestedStruct.AIsNone():
110 for i in range(nestedStruct.ALength()):
111 self.a.append(nestedStruct.A(i))
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dmarshal_test.go30 type nestedStruct struct { struct
121 {nestedStruct{intStruct{127}}, "3005300302017f"},
/aosp_15_r20/external/bazelbuild-rules_go/third_party/
H A Dorg_golang_x_tools-deletegopls.patch7741 -type nestedStruct struct {
7746 -var _ = nestedStruct{} // want `Fill nestedStruct`
7861 -type nestedStruct struct {
7866 -var _ = nestedStruct{} // want "Fill nestedStruct"
94378 -type nestedStruct struct {
94383 -var _ = nestedStruct{} //@suggestedfix("}", "refactor.rewrite", "Fill")
94412 -type nestedStruct struct {
94417 -var _ = nestedStruct{} //@suggestedfix("}", "refactor.rewrite", "Fill")
94444 -type nestedStruct struct {
94449 -var _ = nestedStruct{} //@suggestedfix("}", "refactor.rewrite", "Fill")
[all …]