Home
last modified time | relevance | path

Searched refs:root_type (Results 1 – 12 of 12) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DSymmetry.h136 …nsor_symmetry_pre_analysis<internal::tensor_symmetry_num_indices<Gen...>::value, Gen...>::root_type
140 typedef typename internal::tensor_symmetry_pre_analysis<NumIndices, Gen...>::root_type Base;
229 typedef StaticSGroup<> root_type;
244 >::type root_type;
/external/e2fsprogs/misc/
De2initrd_helper.c45 static int root_type; variable
315 root_type++; in PRS()
392 if (root_type) in main()
/external/flatbuffers/tests/union_vector/
Dunion_vector.fbs23 root_type Movie;
/external/flatbuffers/samples/
Dmonster.fbs32 root_type Monster;
/external/flatbuffers/samples/android/jni/schemas/
Danimal.fbs22 root_type Animal;
/external/noto-fonts/emoji-compat/data/
Demoji_metadata.fbs34 root_type MetadataList;
/external/flatbuffers/docs/source/
DGrammar.md20 root\_decl = `root_type` ident `;`
DSchemas.md36 root_type Monster;
205 You can specify in a schema, similar to `root_type`, that you intend
DTutorial.md170 root_type Monster;
214 The last part of the `schema` is the `root_type`. The root type declares what
/external/flatbuffers/tests/
Dmonster_test.fbs77 root_type Monster;
/external/flatbuffers/reflection/
Dreflection.fbs89 root_type Schema;
/external/flatbuffers/src/
Didl_parser.cpp1951 auto root_type = attribute_; in DoParse() local
1953 ECHECK(ParseNamespacing(&root_type, nullptr)); in DoParse()
1954 if (!SetRootType(root_type.c_str())) in DoParse()
1955 return Error("unknown root type: " + root_type); in DoParse()