Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_rust.cpp1121 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
1125 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
1143 const auto typname = GetTypeBasic(type.VectorType()); in TableBuilderArgsDefnType() local
1147 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsDefnType() local
1151 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
1155 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
1265 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsAddFuncType() local
1270 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsAddFuncType() local
1278 const auto typname = GetTypeBasic(type.VectorType()); in TableBuilderArgsAddFuncType() local
1287 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsAddFuncType() local
[all …]
/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c50 sizeof_error(const char* fatname, const char* typname, in sizeof_error()
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c69 sizeof_error(const char* fatname, const char* typname, in sizeof_error()