Home
last modified time | relevance | path

Searched defs:objtype (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/providers/implementations/storemgmt/
Dfile_store_any2obj.c57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, in any2obj_decode_final()
244 #define MAKE_DECODER(fromtype, objtype) \ argument
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_spki2typespki.c59 int objtype = OSSL_OBJECT_PKEY; in spki2typespki_decode() local
Ddecode_epki2pki.c133 int objtype = OSSL_OBJECT_PKEY; in epki2pki_decode() local
Ddecode_pem2der.c141 int objtype = OSSL_OBJECT_UNKNOWN; in pem2der_decode() local
/third_party/grpc/src/core/lib/transport/
Dtransport.h176 #define GRPC_STREAM_REF_INIT(rc, ir, cb, cb_arg, objtype) \ argument
181 #define GRPC_STREAM_REF_INIT(rc, ir, cb, cb_arg, objtype) \ argument
/third_party/flatbuffers/src/
Didl_gen_swift.cpp1507 const auto objtype = GenType(field.value.type, true); in BuildObjectAPIConstructorBody() local
/third_party/python/Lib/test/
Dtest_descr.py4684 def __get__(self, obj, objtype=None): argument
Dtest_typing.py2734 def __get__(self, obj, objtype=None): argument