Searched refs:cpptype (Results 1 – 8 of 8) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | cast.h | 490 : typeinfo(get_type_info(type_info)), cpptype(&type_info) { } in type_caster_generic() 493 : typeinfo(typeinfo), cpptype(typeinfo ? typeinfo->cpptype : nullptr) { } in type_caster_generic() 514 if (instance_type && same_type(*instance_type->cpptype, *tinfo->cpptype)) 545 std::string type_name(tinfo->cpptype->name()); 565 std::string type_name(tinfo->cpptype->name()); 646 || (cpptype && !same_type(*cpptype, *foreign_typeinfo->cpptype))) in try_load_foreign_module_local() 730 if (auto gtype = get_global_type_info(*typeinfo->cpptype)) { in load_impl() 758 const std::type_info *cpptype = nullptr; variable
|
D | pybind11.h | 1097 tinfo->cpptype = rec.type; in PYBIND11_NAMESPACE_BEGIN()
|
/external/python/pybind11/include/pybind11/detail/ |
D | class.h | 210 auto tindex = std::type_index(*tinfo->cpptype); in pybind11_meta_dealloc() 285 if (c.first == tinfo->cpptype) { in traverse_offset_bases()
|
D | internals.h | 130 const std::type_info *cpptype; member
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 1700 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField() argument 1704 if (field->cpp_type() != cpptype) in MutableRawRepeatedField() 1706 "MutableRawRepeatedField", cpptype); in MutableRawRepeatedField() 1724 FieldDescriptor::CppType cpptype, in GetRawRepeatedField() argument 1728 if (field->cpp_type() != cpptype) in GetRawRepeatedField() 1730 cpptype); in GetRawRepeatedField()
|
D | extension_set_unittest.cc | 809 #define TEST_REPEATED_EXTENSIONS_SPACE_USED(type, cpptype, value) \ in TEST() argument 813 int min_expected_size = sizeof(RepeatedField<cpptype>) + base_size; \ in TEST() 830 sizeof(cpptype) * \ in TEST()
|
D | message.h | 852 FieldDescriptor::CppType cpptype, int ctype,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1883 #define UPB_CPP_CASTS(cname, cpptype) \ 1886 inline cpptype *down_cast<cpptype *, Def>(Def * def) { \ 1890 inline cpptype *dyn_cast<cpptype *, Def>(Def * def) { \ 1894 inline const cpptype *down_cast<const cpptype *, const Def>( \ 1899 inline const cpptype *dyn_cast<const cpptype *, const Def>(const Def *def) { \ 1903 inline const cpptype *down_cast<const cpptype *, Def>(Def * def) { \ 1907 inline const cpptype *dyn_cast<const cpptype *, Def>(Def * def) { \ 1912 #define UPB_CPP_CASTS(cname, cpptype) 1918 #define UPB_DEF_CASTS(lower, upper, cpptype) \ 1933 UPB_CPP_CASTS(lower, cpptype)
|