Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_cpp.cpp1082 std::string UnionUnPackSignature(const EnumDef &enum_def, bool inclass) { in UnionUnPackSignature()
1089 std::string UnionPackSignature(const EnumDef &enum_def, bool inclass) { in UnionPackSignature()
1106 std::string TablePackSignature(const StructDef &struct_def, bool inclass, in TablePackSignature()
1116 std::string TableUnPackSignature(const StructDef &struct_def, bool inclass, in TableUnPackSignature()
1124 std::string TableUnPackToSignature(const StructDef &struct_def, bool inclass, in TableUnPackToSignature()
/external/python/cpython3/Python/
Derrors.c399 PyObject *inclass = NULL; in _PyErr_NormalizeException() local