Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.py71 tableInFirstNS = TableInFirstNS()
72 tableInFirstNS.Init(buf, pos)
73 return cls.InitFromObj(tableInFirstNS)
76 def InitFromObj(cls, tableInFirstNS): argument
78 x._UnPack(tableInFirstNS)
82 def _UnPack(self, tableInFirstNS): argument
83 if tableInFirstNS is None:
85 if tableInFirstNS.FooTable() is not None:
87 self.fooEnum = tableInFirstNS.FooEnum()
88 if tableInFirstNS.FooStruct() is not None:
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.py116 tableInFirstNS = TableInFirstNS()
117 tableInFirstNS.Init(buf, pos)
118 return cls.InitFromObj(tableInFirstNS)
121 def InitFromObj(cls, tableInFirstNS): argument
123 x._UnPack(tableInFirstNS)
127 def _UnPack(self, tableInFirstNS): argument
128 if tableInFirstNS is None:
130 if tableInFirstNS.FooTable() is not None:
132 self.fooEnum = tableInFirstNS.FooEnum()
154 tableInFirstNS = End(builder)
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.py116 tableInFirstNS = TableInFirstNS()
117 tableInFirstNS.Init(buf, pos)
118 return cls.InitFromObj(tableInFirstNS)
121 def InitFromObj(cls, tableInFirstNS): argument
123 x._UnPack(tableInFirstNS)
127 def _UnPack(self, tableInFirstNS): argument
128 if tableInFirstNS is None:
130 if tableInFirstNS.FooTable() is not None:
132 self.fooEnum = tableInFirstNS.FooEnum()
154 tableInFirstNS = End(builder)
[all …]