Home
last modified time | relevance | path

Searched refs:type_obj (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp42 const CPDF_Object* type_obj = dictionary->GetDirectObjectFor(kTypeKey); in IsSignatureDictionary() local
43 if (!type_obj) in IsSignatureDictionary()
44 type_obj = dictionary->GetDirectObjectFor(kFTKey); in IsSignatureDictionary()
45 return type_obj && type_obj->GetString() == kSignTypeValue; in IsSignatureDictionary()
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_info.py148 type_string, type_obj = self.ctx.info.arg_types[
150 anno.setanno(arg_node, 'type', type_obj)
/external/python/cpython3/Modules/_sha3/
Dsha3module.c488 #define SHA3_TYPE(type_obj, type_name, type_doc, type_methods) \ argument
489 static PyTypeObject type_obj = { \