• Home
  • Raw
  • Download

Lines Matching refs:kIndexStackTop

116   const StringPiece key = ReadString(kIndexStackTop);  in HandleExternalCallback()
131 const StringPiece key = ReadString(kIndexStackTop); in HandleAndroidCallback()
215 const StringPiece key_str = ReadString(kIndexStackTop); in HandleUserRestrictionsCallback()
332 const StringPiece url = ReadString(kIndexStackTop); in HandleUrlHost()
365 const StringPiece input = ReadString(kIndexStackTop); in HandleHash()
382 if (lua_type(state_, kIndexStackTop) != LUA_TSTRING) { in LookupModelStringResource()
386 const StringPiece resource_name = ReadString(kIndexStackTop); in LookupModelStringResource()
412 switch (lua_type(state_, kIndexStackTop)) { in HandleAndroidStringResources()
414 resource_id = Read<int>(/*index=*/kIndexStackTop); in HandleAndroidStringResources()
417 const StringPiece resource_name_str = ReadString(kIndexStackTop); in HandleAndroidStringResources()
517 result.title_without_entity = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
519 result.title_with_entity = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
521 result.description = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
524 Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
526 result.action = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
528 result.data = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
530 result.type = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
532 result.flags = Read<int>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
534 result.package_name = Read<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
536 result.request_code = Read<int>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
538 result.category = ReadVector<std::string>(/*index=*/kIndexStackTop); in ReadRemoteActionTemplateResult()
551 if (lua_type(state_, kIndexStackTop) != LUA_TTABLE) { in ReadExtras()
553 << lua_type(state_, kIndexStackTop); in ReadExtras()
563 if (lua_type(state_, kIndexStackTop) != LUA_TTABLE) { in ReadExtras()
565 << lua_type(state_, kIndexStackTop); in ReadExtras()
576 name = Read<std::string>(/*index=*/kIndexStackTop); in ReadExtras()
578 value = Variant(Read<int>(/*index=*/kIndexStackTop)); in ReadExtras()
580 value = Variant(Read<int64>(/*index=*/kIndexStackTop)); in ReadExtras()
582 value = Variant(Read<float>(/*index=*/kIndexStackTop)); in ReadExtras()
584 value = Variant(Read<bool>(/*index=*/kIndexStackTop)); in ReadExtras()
586 value = Variant(Read<std::string>(/*index=*/kIndexStackTop)); in ReadExtras()
588 value = Variant(ReadVector<std::string>(/*index=*/kIndexStackTop)); in ReadExtras()
590 value = Variant(ReadVector<float>(/*index=*/kIndexStackTop)); in ReadExtras()
592 value = Variant(ReadVector<int>(/*index=*/kIndexStackTop)); in ReadExtras()
613 if (lua_type(state_, kIndexStackTop) != LUA_TTABLE) { in ReadRemoteActionTemplates()
615 << lua_type(state_, kIndexStackTop); in ReadRemoteActionTemplates()
623 if (lua_type(state_, kIndexStackTop) != LUA_TTABLE) { in ReadRemoteActionTemplates()
625 << lua_type(state_, kIndexStackTop); in ReadRemoteActionTemplates()