HomeSort by relevance Sort by last modified time
    Searched refs:kTypeKey (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/actions/
lua-utils.cc 28 static constexpr const char* kTypeKey = "type";
263 lua_setfield(env->state(), /*idx=*/-2, kTypeKey);
285 } else if (key.Equals(kTypeKey)) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_crypto_handler.cpp 31 constexpr char kTypeKey[] = "Type";
42 const CPDF_Object* type_obj = dictionary->GetDirectObjectFor(kTypeKey);
308 (parent_dict->KeyExist(kTypeKey) || parent_dict->KeyExist(kFTKey))) {

Completed in 3646 milliseconds