Home
last modified time | relevance | path

Searched defs:cpptype (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/include/mlir/CAPI/
DWrap.h25 #define DEFINE_C_API_PTR_METHODS(name, cpptype) \ argument
31 #define DEFINE_C_API_METHODS(name, cpptype) \ argument
/external/llvm-project/polly/lib/External/isl/interface/
Dcpp.cc595 string classname, callback_name, cpptype; in print_persistent_callback_setter_prototype() local
1212 string cpptype = type2cpp(type); in print_method() local
2048 string cpptype = type2cpp(type); in print_method_header() local
/external/python/pybind11/include/pybind11/
Dcast.h758 const std::type_info *cpptype = nullptr; variable
/external/python/pybind11/include/pybind11/detail/
Dinternals.h130 const std::type_info *cpptype; member
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc1700 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField()
1724 FieldDescriptor::CppType cpptype, in GetRawRepeatedField()
Dextension_set_unittest.cc809 #define TEST_REPEATED_EXTENSIONS_SPACE_USED(type, cpptype, value) \ in TEST() argument