Home
last modified time | relevance | path

Searched refs:kTypeKey (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp31 constexpr char kTypeKey[] = "Type"; variable
42 const CPDF_Object* type_obj = dictionary->GetDirectObjectFor(kTypeKey); in IsSignatureDictionary()
308 (parent_dict->KeyExist(kTypeKey) || parent_dict->KeyExist(kFTKey))) { in DecryptObjectTree()
/external/libtextclassifier/actions/
Dlua-utils.cc28 static constexpr const char* kTypeKey = "type"; variable
263 lua_setfield(env->state(), /*idx=*/-2, kTypeKey); in PushAction()
285 } else if (key.Equals(kTypeKey)) { in ReadAction()