Home
last modified time | relevance | path

Searched refs:simple_type (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
Dffi.c46 simple_type (ffi_type *arg) in simple_type() function
53 return simple_type (arg->elements[0]); in simple_type()
64 type = simple_type (arg->elements[0]); in return_type()
90 type = simple_type (e); in return_type()
/external/libffi/src/sh/
Dffi.c46 simple_type (ffi_type *arg) in simple_type() function
53 return simple_type (arg->elements[0]); in simple_type()
64 type = simple_type (arg->elements[0]); in return_type()
90 type = simple_type (e); in return_type()
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc136 const std::string GetFullTypeWithUrl(StringPiece simple_type) { in GetFullTypeWithUrl() argument
137 return StrCat(kTypeServiceBaseUrl, "/", simple_type); in GetFullTypeWithUrl()
Dutility.h111 StringPiece simple_type);
/external/python/cffi/testing/cffi1/
Dtest_parse_c_type.py156 for simple_type, expected in [
166 assert parse(simple_type) == ['->', Prim(expected)]
/external/python/pybind11/include/pybind11/detail/
Dinternals.h143 bool simple_type : 1; member
/external/python/pybind11/include/pybind11/
Dpybind11.h1104 tinfo->simple_type = true; in PYBIND11_NAMESPACE_BEGIN()
1140 tinfo2->simple_type = false; in PYBIND11_NAMESPACE_BEGIN()
Dcast.h684 bool no_cpp_mi = typeinfo->simple_type; in load_impl()
/external/libffi/
DChangeLog.libffi-3.13842 * src/sh64/ffi.c (simple_type): Remove.
DChangeLog.old3850 * src/sh64/ffi.c (simple_type): Remove.
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.13842 * src/sh64/ffi.c (simple_type): Remove.