Lines Matching refs:reflection
28 std::vector<flatbuffers::Offset<reflection::Field>> fields = { in TestEntityDataSchema()
29 reflection::CreateField( in TestEntityDataSchema()
33 reflection::CreateType(schema_builder, in TestEntityDataSchema()
34 /*base_type=*/reflection::String), in TestEntityDataSchema()
37 reflection::CreateField( in TestEntityDataSchema()
41 reflection::CreateType(schema_builder, in TestEntityDataSchema()
42 /*base_type=*/reflection::String), in TestEntityDataSchema()
45 reflection::CreateField( in TestEntityDataSchema()
49 reflection::CreateType(schema_builder, in TestEntityDataSchema()
50 /*base_type=*/reflection::String), in TestEntityDataSchema()
53 std::vector<flatbuffers::Offset<reflection::Enum>> enums; in TestEntityDataSchema()
54 std::vector<flatbuffers::Offset<reflection::Object>> objects = { in TestEntityDataSchema()
55 reflection::CreateObject( in TestEntityDataSchema()
60 schema_builder.Finish(reflection::CreateSchema( in TestEntityDataSchema()