Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_rust.cpp772 const auto typname = GetTypeBasic(type); in TableBuilderArgsDefnType() local
776 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
780 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
789 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsDefnType() local
793 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsDefnType() local
799 const auto typname = GetTypeBasic(type.VectorType()); in TableBuilderArgsDefnType() local
808 const auto typname = WrapInNameSpace(*type.enum_def); in TableBuilderArgsDefnType() local
813 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
818 const auto typname = WrapInNameSpace(*type.struct_def); in TableBuilderArgsDefnType() local
829 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.c44 sizeof_error(const char* fatname, const char* typname, in sizeof_error()