Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_rust.cpp770 const auto typname = GetTypeBasic(type); in TableBuilderArgsDefnType() local
774 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
778 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
787 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsDefnType() local
791 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsDefnType() local
797 const auto typname = GetTypeBasic(type.VectorType()); in TableBuilderArgsDefnType() local
806 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsDefnType() local
811 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
816 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
827 const auto typname = WrapInNameSpace(*type.enum_def) + \ in TableBuilderArgsDefnType() local
[all …]
/external/python/cpython2/Modules/
D_testcapimodule.c50 sizeof_error(const char* fatname, const char* typname, in sizeof_error()
/external/python/cpython3/Modules/
D_testcapimodule.c55 sizeof_error(const char* fatname, const char* typname, in sizeof_error()