Home
last modified time | relevance | path

Searched defs:typname (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/src/
Didl_gen_rust.cpp1140 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
1144 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
1162 const auto typname = GetTypeBasic(type.VectorType()); in TableBuilderArgsDefnType() local
1166 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsDefnType() local
1170 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
1174 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
1284 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsAddFuncType() local
1289 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsAddFuncType() local
1297 const auto typname = GetTypeBasic(type.VectorType()); in TableBuilderArgsAddFuncType() local
1306 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsAddFuncType() local
[all …]
/external/python/cpython3/Modules/
D_testcapimodule.c71 sizeof_error(PyObject *self, const char* fatname, const char* typname, in sizeof_error()