Home
last modified time | relevance | path

Searched defs:StructDef (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/tools/vocab/gen/
H A Dgenerate_property_definitions.go10 func generatePropertyDefinitions(t *defs.PropertyType, this *defs.StructDef, i *defs.InterfaceDef, …
28 func generateNaturalLanguageMap(t *defs.PropertyType, this *defs.StructDef, i *defs.InterfaceDef) (…
132 func generateAnyDefinitions(t *defs.PropertyType, this *defs.StructDef, i *defs.InterfaceDef) (fd […
140 func generateFunctionalAnyDefinition(t *defs.PropertyType, this *defs.StructDef, i *defs.InterfaceD…
199 func generateNonFunctionalAnyDefinition(t *defs.PropertyType, this *defs.StructDef, i *defs.Interfa…
316 func generateSingleTypeDefinitions(t *defs.PropertyType, this *defs.StructDef, i *defs.InterfaceDef…
324 func generateFunctionalSingleTypeDefinition(t *defs.PropertyType, this *defs.StructDef, i *defs.Int…
443 func generateNonFunctionalSingleTypeDefinition(t *defs.PropertyType, this *defs.StructDef, i *defs.…
592 func generateMultiTypeDefinitions(t *defs.PropertyType, this *defs.StructDef, i *defs.InterfaceDef,…
600 func generateFunctionalMultiTypeDefinition(t *defs.PropertyType, this *defs.StructDef, i *defs.Inte…
[all …]
H A Dgenerate_definitions.go119 func generateRemoveUnknownFunction(t *defs.Type, this *defs.StructDef) {
136 func generateHasUnknownFunction(t *defs.Type, this *defs.StructDef) {
156 func generateAddUnknownFunction(t *defs.Type, this *defs.StructDef) {
176 func generateDeserializeFunction(t *defs.Type, this *defs.StructDef, fragments []string) {
206 func generateSerializeFunction(t *defs.Type, this *defs.StructDef, fragments []string) {
240 func generateWithoutProperties(d *defs.Type, this *defs.StructDef, it *defs.InterfaceDef, m map[*de…
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/tools/streams/gen/
H A Das.go286 func generatePropertyHelpers(p *defs.PropertyType, this *defs.StructDef) {
297 func generateNaturalLanguageConvenience(p *defs.PropertyType, this *defs.StructDef) {
331 func generateFunctionalPropertyHelper(p *defs.PropertyType, this *defs.StructDef) {
350 func generateFunctionalIRI(p *defs.PropertyType, this *defs.StructDef) {
436 func generateFunctionalObjectLink(p *defs.PropertyType, this *defs.StructDef, hasMoreTypes bool) {
534 func generateFunctionalPropertyType(p *defs.PropertyType, this *defs.StructDef, ref *defs.Type, onl…
707 func generateFunctionalPropertyAny(p *defs.PropertyType, this *defs.StructDef) {
744 func generateNonFunctionalPropertyHelper(p *defs.PropertyType, this *defs.StructDef) {
763 func generateNonFunctionalIRI(p *defs.PropertyType, this *defs.StructDef) {
892 func generateNonFunctionalObjectLink(p *defs.PropertyType, this *defs.StructDef, hasMoreTypes bool)…
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/tools/defs/
H A Dcode.go19 type StructDef struct { struct
20 Typename string
21 M []*StructMember
22 F []*MemberFunctionDef
23 Compose []*StructDef
24 Comment string
27 func (s *StructDef) Generate() string {
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dbinio.h60 typedef struct StructDef StructDef; typedef
235 struct StructDef { struct
236 int references; /* reference counter */
237 Operations *ops; /* virtual function table */
238 Operations *dataOps; /* virtual functions for an instance */
240 long size; /* size of an instance of this data structure */
264 StructDef *model; /* memory equivalent of disk StructDef argument
282 PLUG_API StructDef charStruct; argument
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/include/flatbuffers/
H A Didl.h270 struct StructDef : public Definition { struct
271 StructDef() in StructDef() argument
279 void PadLastField(size_t min_align) { in PadLastField()
288 SymbolTable<FieldDef> fields;
290 bool fixed; // If it's struct, not a table.
291 bool predecl; // If it's used before it was defined.
292 bool sortbysize; // Whether fields come in the declaration or size order.
293 bool has_key; // It has a key field.
294 size_t minalign; // What the whole object needs to be aligned to.
295 size_t bytesize; // Size if fixed.
[all …]
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/include/flatbuffers/
H A Didl.h283 struct StructDef : public Definition { struct
284 StructDef() in StructDef() argument
292 void PadLastField(size_t min_align) { in PadLastField()
303 SymbolTable<FieldDef> fields;
305 bool fixed; // If it's struct, not a table.
306 bool predecl; // If it's used before it was defined.
307 bool sortbysize; // Whether fields come in the declaration or size order.
308 bool has_key; // It has a key field.
309 size_t minalign; // What the whole object needs to be aligned to.
310 size_t bytesize; // Size if fixed.
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/field/
H A DStructDef.java53 public final class StructDef<T> { class
77 private StructDef(Class<T> clazz) { in StructDef() method in StructDef
81 private StructDef(Class<T> clazz, StructDef<? super T> superClass) { in StructDef() method in StructDef
85 private StructDef(Class<T> clazz, StructDef<? super T> superClass, boolean isAbstract) { in StructDef() method in StructDef
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/flatbuffers/include/flatbuffers/
H A Didl.h286 struct StructDef : public Definition { struct
287 StructDef() in StructDef() argument
295 void PadLastField(size_t min_align) { in PadLastField()
306 SymbolTable<FieldDef> fields;
308 bool fixed; // If it's struct, not a table.
309 bool predecl; // If it's used before it was defined.
310 bool sortbysize; // Whether fields come in the declaration or size order.
311 bool has_key; // It has a key field.
312 size_t minalign; // What the whole object needs to be aligned to.
313 size_t bytesize; // Size if fixed.
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/include/flatbuffers/
H A Didl.h286 struct StructDef : public Definition { struct
287 StructDef() in StructDef() function
295 void PadLastField(size_t min_align) { in PadLastField()
306 SymbolTable<FieldDef> fields;
308 bool fixed; // If it's struct, not a table.
309 bool predecl; // If it's used before it was defined.
310 bool sortbysize; // Whether fields come in the declaration or size order.
311 bool has_key; // It has a key field.
312 size_t minalign; // What the whole object needs to be aligned to.
313 size_t bytesize; // Size if fixed.
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/tools/apidiff/delta/
H A Ddelta.go255 type StructDef struct { struct
256 Fields map[string]Signature `json:"fields"`
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go255 type StructDef struct { struct
256 Fields map[string]Signature `json:"fields"`
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/include/flatbuffers/
H A Didl.h309 struct StructDef : public Definition { struct
310 StructDef() in StructDef() function
318 void PadLastField(size_t min_align) { in PadLastField()
329 SymbolTable<FieldDef> fields;
331 bool fixed; // If it's struct, not a table.
332 bool predecl; // If it's used before it was defined.
333 bool sortbysize; // Whether fields come in the declaration or size order.
334 bool has_key; // It has a key field.
335 size_t minalign; // What the whole object needs to be aligned to.
336 size_t bytesize; // Size if fixed.
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/flatbuffers/
H A Didl.h321 struct StructDef : public Definition { struct
322 StructDef() in StructDef() argument
330 void PadLastField(size_t min_align) { in PadLastField()
341 SymbolTable<FieldDef> fields;
343 bool fixed; // If it's struct, not a table.
344 bool predecl; // If it's used before it was defined.
345 bool sortbysize; // Whether fields come in the declaration or size order.
346 bool has_key; // It has a key field.
347 size_t minalign; // What the whole object needs to be aligned to.
348 size_t bytesize; // Size if fixed.
[all …]
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/include/flatbuffers/
H A Didl.h321 struct StructDef : public Definition { struct
322 StructDef() in StructDef() function
330 void PadLastField(size_t min_align) { in PadLastField()
341 SymbolTable<FieldDef> fields;
343 bool fixed; // If it's struct, not a table.
344 bool predecl; // If it's used before it was defined.
345 bool sortbysize; // Whether fields come in the declaration or size order.
346 bool has_key; // It has a key field.
347 size_t minalign; // What the whole object needs to be aligned to.
348 size_t bytesize; // Size if fixed.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/include/flatbuffers/
H A Didl.h321 struct StructDef : public Definition { struct
322 StructDef() in StructDef() argument
330 void PadLastField(size_t min_align) { in PadLastField()
341 SymbolTable<FieldDef> fields;
343 bool fixed; // If it's struct, not a table.
344 bool predecl; // If it's used before it was defined.
345 bool sortbysize; // Whether fields come in the declaration or size order.
346 bool has_key; // It has a key field.
347 size_t minalign; // What the whole object needs to be aligned to.
348 size_t bytesize; // Size if fixed.
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/flatbuffers/
H A Didl.h321 struct StructDef : public Definition { struct
322 StructDef() in StructDef() function
330 void PadLastField(size_t min_align) { in PadLastField()
341 SymbolTable<FieldDef> fields;
343 bool fixed; // If it's struct, not a table.
344 bool predecl; // If it's used before it was defined.
345 bool sortbysize; // Whether fields come in the declaration or size order.
346 bool has_key; // It has a key field.
347 size_t minalign; // What the whole object needs to be aligned to.
348 size_t bytesize; // Size if fixed.
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/include/flatbuffers/
H A Didl.h309 struct StructDef : public Definition { struct
310 StructDef() in StructDef() function
318 void PadLastField(size_t min_align) { in PadLastField()
329 SymbolTable<FieldDef> fields;
331 bool fixed; // If it's struct, not a table.
332 bool predecl; // If it's used before it was defined.
333 bool sortbysize; // Whether fields come in the declaration or size order.
334 bool has_key; // It has a key field.
335 size_t minalign; // What the whole object needs to be aligned to.
336 size_t bytesize; // Size if fixed.
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/flatbuffers/
H A Didl.h321 struct StructDef : public Definition { struct
322 StructDef() in StructDef() function
330 void PadLastField(size_t min_align) { in PadLastField()
341 SymbolTable<FieldDef> fields;
343 bool fixed; // If it's struct, not a table.
344 bool predecl; // If it's used before it was defined.
345 bool sortbysize; // Whether fields come in the declaration or size order.
346 bool has_key; // It has a key field.
347 size_t minalign; // What the whole object needs to be aligned to.
348 size_t bytesize; // Size if fixed.
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/include/flatbuffers/
H A Didl.h353 struct StructDef : public Definition { struct
354 StructDef() in StructDef() function
362 void PadLastField(size_t min_align) { in PadLastField()
373 SymbolTable<FieldDef> fields;
375 bool fixed; // If it's struct, not a table.
376 bool predecl; // If it's used before it was defined.
377 bool sortbysize; // Whether fields come in the declaration or size order.
378 bool has_key; // It has a key field.
379 size_t minalign; // What the whole object needs to be aligned to.
380 size_t bytesize; // Size if fixed.
[all …]
/dports/databases/postgis32/postgis-3.2.0/deps/flatgeobuf/include/flatbuffers/
H A Didl.h353 struct StructDef : public Definition { struct
354 StructDef() in StructDef() argument
362 void PadLastField(size_t min_align) { in PadLastField()
373 SymbolTable<FieldDef> fields;
375 bool fixed; // If it's struct, not a table.
376 bool predecl; // If it's used before it was defined.
377 bool sortbysize; // Whether fields come in the declaration or size order.
378 bool has_key; // It has a key field.
379 size_t minalign; // What the whole object needs to be aligned to.
380 size_t bytesize; // Size if fixed.
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/include/flatbuffers/
H A Didl.h353 struct StructDef : public Definition { struct
354 StructDef() in StructDef() argument
362 void PadLastField(size_t min_align) { in PadLastField()
373 SymbolTable<FieldDef> fields;
375 bool fixed; // If it's struct, not a table.
376 bool predecl; // If it's used before it was defined.
377 bool sortbysize; // Whether fields come in the declaration or size order.
378 bool has_key; // It has a key field.
379 size_t minalign; // What the whole object needs to be aligned to.
380 size_t bytesize; // Size if fixed.
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/
H A Ddelta.go299 type StructDef struct { struct
300 Fields map[string]Signature `json:"fields"`
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/tools/internal/delta/
H A Ddelta.go293 type StructDef struct { struct
294 Fields map[string]Signature `json:"fields"`
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/tools/internal/delta/
H A Ddelta.go293 type StructDef struct { struct
294 Fields map[string]Signature `json:"fields"`

12