Home
last modified time | relevance | path

Searched defs:fileIdent (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/ts/reflection/
Dschema.ts260 const fileIdent = (this.fileIdent !== null ? builder.createString(this.fileIdent!) : 0); constant
Dschema.js44 fileIdent(optionalEncoding) { method in Schema
185 …constructor(objects = [], enums = [], fileIdent = null, fileExt = null, rootTable = null, services… argument
/third_party/flatbuffers/python/flatbuffers/reflection/
DSchema.py195 def SchemaAddFileIdent(builder, fileIdent): argument
198 def AddFileIdent(builder, fileIdent): argument
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/
DSchema.java45 public String fileIdent() { int o = __offset(8); return o != 0 ? __string(o + bb_pos) : null; } in fileIdent() method in Schema