Home
last modified time | relevance | path

Searched refs:simple_type (Results 1 – 4 of 4) 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/protobuf/src/google/protobuf/util/internal/
Dutility.cc135 const string GetFullTypeWithUrl(StringPiece simple_type) { in GetFullTypeWithUrl() argument
136 return StrCat(kTypeServiceBaseUrl, "/", simple_type); in GetFullTypeWithUrl()
Dutility.h117 LIBPROTOBUF_EXPORT const string GetFullTypeWithUrl(StringPiece simple_type);
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.13842 * src/sh64/ffi.c (simple_type): Remove.