/external/flatbuffers/src/ |
D | idl_gen_go.cpp | 160 auto &struct_def = **it; in generateStructs() local 192 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass() 308 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer() 366 void InitializeExisting(const StructDef &struct_def, std::string *code_ptr) { in InitializeExisting() 378 void GenTableAccessor(const StructDef &struct_def, std::string *code_ptr) { in GenTableAccessor() 394 void GetVectorLen(const StructDef &struct_def, const FieldDef &field, in GetVectorLen() 406 void GetUByteSlice(const StructDef &struct_def, const FieldDef &field, in GetUByteSlice() 418 void GetScalarFieldOfStruct(const StructDef &struct_def, in GetScalarFieldOfStruct() 433 void GetScalarFieldOfTable(const StructDef &struct_def, const FieldDef &field, in GetScalarFieldOfTable() 455 void GetStructFieldOfStruct(const StructDef &struct_def, in GetStructFieldOfStruct() [all …]
|
D | idl_gen_python.cpp | 198 return UnionType(enum_def, imports, [this](const StructDef &struct_def) { in UnionObjectType() 204 return UnionType(enum_def, imports, [this](const StructDef &struct_def) { in UnionType() 290 void GenerateObjectStub(std::stringstream &stub, const StructDef *struct_def, in GenerateObjectStub() 327 void GenerateStructStub(std::stringstream &stub, const StructDef *struct_def, in GenerateStructStub() 444 void StructBuilderArgs(const StructDef &struct_def, const std::string prefix, in StructBuilderArgs() 462 const StructDef *struct_def, in GenerateStructBuilderStub() 479 const StructDef *struct_def, in GenerateTableBuilderStub() 632 void BeginClass(const StructDef &struct_def, std::string *code_ptr) const { in BeginClass() argument 661 void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer() 695 void InitializeExisting(const StructDef &struct_def, in InitializeExisting() [all …]
|
D | idl_gen_lobster.cpp | 109 void GenStructAccessor(const StructDef &struct_def, const FieldDef &field, in GenStructAccessor() 219 void GenTableBuilders(const StructDef &struct_def, std::string *code_ptr) { in GenTableBuilders() 269 void GenStructPreDecl(const StructDef &struct_def, std::string *code_ptr) { in GenStructPreDecl() 277 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() 324 void StructBuilderArgs(const StructDef &struct_def, const char *nameprefix, in StructBuilderArgs() 346 void StructBuilderBody(const StructDef &struct_def, const char *nameprefix, in StructBuilderBody() 368 void GenStructBuilder(const StructDef &struct_def, std::string *code_ptr) { in GenStructBuilder() 397 auto &struct_def = **it; in generate() local 402 auto &struct_def = **it; in generate() local
|
D | idl_gen_cpp.cpp | 369 auto &struct_def = *parser_.root_struct_def_; in generate_bfbs_embed() local 461 for (const auto &struct_def : parser_.structs_.vec) { in generate() local 496 for (const auto &struct_def : parser_.structs_.vec) { in generate() local 512 for (const auto &struct_def : parser_.structs_.vec) { in generate() local 529 for (const auto &struct_def : parser_.structs_.vec) { in generate() local 535 for (const auto &struct_def : parser_.structs_.vec) { in generate() local 541 for (const auto &struct_def : parser_.structs_.vec) { in generate() local 566 for (const auto &struct_def : parser_.structs_.vec) { in generate() local 576 auto &struct_def = *parser_.root_struct_def_; in generate() local 870 std::string WrapNativeNameInNameSpace(const StructDef &struct_def, in WrapNativeNameInNameSpace() [all …]
|
D | idl_gen_php.cpp | 58 auto &struct_def = **it; in GenerateStructs() local 102 static void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass() 140 static void NewRootTypeFromBuffer(const StructDef &struct_def, in NewRootTypeFromBuffer() 161 static void InitializeExisting(const StructDef &struct_def, in InitializeExisting() 332 void GetMemberOfVectorOfStruct(const StructDef &struct_def, in GetMemberOfVectorOfStruct() 448 static void StructBuilderArgs(const StructDef &struct_def, in StructBuilderArgs() 470 static void StructBuilderBody(const StructDef &struct_def, in StructBuilderBody() 495 static void GetStartOfTable(const StructDef &struct_def, in GetStartOfTable() 641 void GetEndOffsetOnTable(const StructDef &struct_def, std::string *code_ptr) { in GetEndOffsetOnTable() 681 void GenStructAccessor(const StructDef &struct_def, const FieldDef &field, in GenStructAccessor() [all …]
|
D | idl_gen_swift.cpp | 192 const auto &struct_def = **it; in generate() local 201 const auto &struct_def = **it; in generate() local 223 void GenStructReader(const StructDef &struct_def) { in GenStructReader() 310 void BuildStructConstructor(const StructDef &struct_def) { in BuildStructConstructor() 338 void GenMutableStructReader(const StructDef &struct_def) { in GenMutableStructReader() 380 void GenerateStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenerateStructArgs() 418 void GenTable(const StructDef &struct_def) { in GenTable() 437 void GenTableAccessors(const StructDef &struct_def) { in GenTableAccessors() 458 void GenObjectHeader(const StructDef &struct_def) { in GenObjectHeader() 496 void GenTableWriter(const StructDef &struct_def) { in GenTableWriter() [all …]
|
D | idl_gen_dart.cpp | 193 auto &struct_def = **it; in GenerateStructs() local 427 void GenStruct(const StructDef &struct_def, in GenStruct() 503 const StructDef &struct_def, in GenStructObjectAPI() 557 const StructDef &struct_def, in GenStructObjectAPIUnpack() 604 const StructDef &struct_def, in GenStructObjectAPIPack() 647 const StructDef &struct_def, in GenImplementationGetters() 762 void GenReader(const StructDef &struct_def, const std::string &reader_name, in GenReader() 787 const StructDef &struct_def, in GenBuilder() 806 const StructDef &struct_def, in StructBuilderBody() 849 const StructDef &struct_def, in TableBuilderBody() [all …]
|
D | idl_gen_csharp.cpp | 168 auto &struct_def = **it; in generate() local 290 std::string GenOffsetConstruct(const StructDef &struct_def, in GenOffsetConstruct() 469 std::string GetObjectConstructor(flatbuffers::StructDef &struct_def, in GetObjectConstructor() 479 std::string GenGetterForLookupByKey(flatbuffers::StructDef &struct_def, in GenGetterForLookupByKey() 514 void GenStructArgs(const StructDef &struct_def, std::string *code_ptr, in GenStructArgs() 550 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody() 620 std::string GenKeyGetter(flatbuffers::StructDef &struct_def, in GenKeyGetter() 632 void GetStartOfTableVerifier(const StructDef &struct_def, in GetStartOfTableVerifier() 783 void GenTableVerifier(const StructDef &struct_def, std::string *code_ptr) { in GenTableVerifier() 803 void GenStructVerifier(const StructDef &struct_def, std::string *code_ptr) { in GenStructVerifier() [all …]
|
D | idl_gen_kotlin_kmp.cpp | 106 auto &struct_def = **it; in generate() local 487 void GenStructArgs(const StructDef &struct_def, CodeWriter &writer, in GenStructArgs() 510 void GenStructBody(const StructDef &struct_def, CodeWriter &writer, in GenStructBody() 549 bool StructHasUnsignedField(StructDef &struct_def) { in StructHasUnsignedField() 564 void GenStructOffsetAlias(StructDef &struct_def, CodeWriter &writer) const { in GenStructOffsetAlias() 596 void GenStruct(StructDef &struct_def, CodeWriter &writer, in GenStruct() 695 void GenerateLookupByKey(FieldDef *key_field, StructDef &struct_def, in GenerateLookupByKey() 753 void GenerateFinishSizePrefixed(StructDef &struct_def, in GenerateFinishSizePrefixed() 767 void GenerateFinishStructBuffer(StructDef &struct_def, in GenerateFinishStructBuffer() 782 void GenerateEndStructMethod(StructDef &struct_def, CodeWriter &writer, in GenerateEndStructMethod() [all …]
|
D | idl_gen_kotlin.cpp | 104 auto &struct_def = **it; in generate() local 418 void GenStructArgs(const StructDef &struct_def, CodeWriter &writer, in GenStructArgs() 441 void GenStructBody(const StructDef &struct_def, CodeWriter &writer, in GenStructBody() 486 void GenStruct(StructDef &struct_def, CodeWriter &writer, in GenStruct() 579 void GenerateLookupByKey(FieldDef *key_field, StructDef &struct_def, in GenerateLookupByKey() 640 void GenerateFinishSizePrefixed(StructDef &struct_def, in GenerateFinishSizePrefixed() 653 void GenerateFinishStructBuffer(StructDef &struct_def, in GenerateFinishStructBuffer() 667 void GenerateEndStructMethod(StructDef &struct_def, CodeWriter &writer, in GenerateEndStructMethod() 811 void GenerateStartStructMethod(StructDef &struct_def, CodeWriter &code, in GenerateStartStructMethod() 823 void GenerateTableCreator(StructDef &struct_def, CodeWriter &writer, in GenerateTableCreator() [all …]
|
D | idl_gen_ts.cpp | 233 auto &struct_def = **it; in generateStructs() local 607 void GenStructArgs(import_set &imports, const StructDef &struct_def, in GenStructArgs() 626 void GenStructBody(const StructDef &struct_def, std::string *body, in GenStructBody() 735 void GenerateRootAccessor(StructDef &struct_def, std::string *code_ptr, in GenerateRootAccessor() 756 void GenerateFinisher(StructDef &struct_def, std::string *code_ptr, in GenerateFinisher() 829 std::string GenSymbolExpression(const StructDef &struct_def, in GenSymbolExpression() 1123 std::string GenStructMemberValueTS(const StructDef &struct_def, in GenStructMemberValueTS() 1162 void GenObjApi(const Parser &parser, StructDef &struct_def, in GenObjApi() 1540 static bool CanCreateFactoryMethod(const StructDef &struct_def) { in CanCreateFactoryMethod() 1553 void GenStruct(const Parser &parser, StructDef &struct_def, in GenStruct() [all …]
|
D | idl_gen_java.cpp | 144 auto &struct_def = **it; in generate() local 534 void GenStructArgs(const StructDef &struct_def, std::string &code, in GenStructArgs() 564 void GenStructBody(const StructDef &struct_def, std::string &code, in GenStructBody() 672 void GenStruct(StructDef &struct_def, std::string &code, in GenStruct() 1297 void GenVectorAccessObject(StructDef &struct_def, std::string &code) const { in GenVectorAccessObject() 1476 StructDef &struct_def, std::string &code, const IDLOptions &opts, in GenPackUnPack_ObjectAPI() 1862 void GenStructPackDecl_ObjectAPI(const StructDef &struct_def, in GenStructPackDecl_ObjectAPI() 1943 void GenStructPackCall_ObjectAPI(const StructDef &struct_def, in GenStructPackCall_ObjectAPI() 2065 void GenStruct_ObjectAPI(const StructDef &struct_def, in GenStruct_ObjectAPI()
|
D | idl_gen_rust.cpp | 463 const auto &struct_def = **it; in GenerateOneFile() local 474 const auto &struct_def = **it; in GenerateOneFile() local 487 auto &struct_def = *parser_.root_struct_def_; in GenerateOneFile() local 1582 void GenFullyQualifiedNameGetter(const StructDef &struct_def, in GenFullyQualifiedNameGetter() 1612 void ForAllTableFields(const StructDef &struct_def, in ForAllTableFields() 1637 void GenTable(const StructDef &struct_def) { in GenTable() 2405 void GenRootTableFuncs(const StructDef &struct_def) { in GenRootTableFuncs() 2586 void ForAllStructFields(const StructDef &struct_def, in ForAllStructFields() 2607 void GenStruct(const StructDef &struct_def) { in GenStruct()
|
D | idl_gen_fbs.cpp | 132 static bool ProtobufIdSanityCheck(const StructDef &struct_def, in ProtobufIdSanityCheck() 187 const StructDef &struct_def, IDLOptions::ProtoIdGapAction gap_action, in MapProtoIdsToFieldsId() 332 StructDef &struct_def = **it; in GenerateFBS() local
|
D | idl_parser.cpp | 875 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name, in AddField() 899 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() 1438 void Parser::SerializeStruct(const StructDef &struct_def, const Value &val) { in SerializeStruct() 1443 const StructDef &struct_def, const Value &val) { in SerializeStruct() 1453 const StructDef *struct_def, F body) { in ParseTableDelimiters() 1492 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable() 2242 auto struct_def = LookupStruct(name); in LookupCreateStruct() local 2637 auto &struct_def = *LookupCreateStruct(name, true, true); in StartStruct() local 2653 StructDef *struct_def, const char *suffix, in CheckClash() 2759 StructDef *struct_def; in ParseDecl() local [all …]
|
D | idl_gen_text.cpp | 377 const StructDef &struct_def, in GenerateTextImpl() 397 auto struct_def = parser.LookupStruct(table_name); in GenTextFromTable() local
|
D | code_generators.cpp | 50 auto &struct_def = **it; in JavaCSharpMakeRule() local
|
/external/crosvm/bit_field/bit_field_derive/ |
D | bit_field_derive.rs | 344 let struct_def = get_struct_def(vis, name, &fields); in bitfield_struct_impl() localVariable
|
/external/mesa3d/src/microsoft/compiler/ |
D | dxil_internal.h | 61 } struct_def; member
|
/external/rust/cxx/macro/src/ |
D | expand.rs | 178 let struct_def = quote_spanned! {span=> in expand_struct() localVariable
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 219 StructDef *struct_def; // only set if t or element == BASE_TYPE_STRUCT member
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
D | expand.rs | 177 let struct_def = quote_spanned! {span=> in expand_struct() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
D | expand.rs | 177 let struct_def = quote_spanned! {span=> in expand_struct() localVariable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 14976 static const GLchar *struct_def = "struct BasicStructure {\n" in getTypeDefinition() local
|