Home
last modified time | relevance | path

Searched refs:temp_message (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/widelands/widelands-build21/src/game_io/
H A Dgame_loader.cc145 for (const auto& temp_message : messages) { in load_game() local
146 const std::unique_ptr<Message>& message = temp_message.second; in load_game()
147 const MessageId message_id = temp_message.first; in load_game()
/dports/games/widelands/widelands-build21/src/map_io/
H A Dmap_players_messages_packet.cc159 for (const auto& temp_message : messages) { in write() local
160 message_saver.add(temp_message.first); in write()
161 const Message& message = *temp_message.second; in write()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/benchmarks/php/
H A DPhpBenchmark.php39 foreach ($args as &$temp_message) {
40 $temp_message->serializeToString();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/benchmarks/php/
H A DPhpBenchmark.php39 foreach ($args as &$temp_message) {
40 $temp_message->serializeToString();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/conflicts/
H A Dmodule_info_util.cc56 HCRYPTMSG temp_message = nullptr; in GetSubjectNameInFile() local
61 nullptr, &temp_store, &temp_message, nullptr); in GetSubjectNameInFile()
63 message.reset(temp_message); in GetSubjectNameInFile()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dpanels.cpp617 std::string temp_message; in temp_delta_string() local
633 temp_message.clear(); in temp_delta_string()
641 return temp_message; in temp_delta_string()
646 std::string temp_message; in temp_delta_arrows() local
657 temp_message = " ↑↑↑"; in temp_delta_arrows()
660 temp_message = " ↑↑"; in temp_delta_arrows()
663 temp_message = " ↑"; in temp_delta_arrows()
666 temp_message = "-"; in temp_delta_arrows()
669 temp_message = " ↓"; in temp_delta_arrows()
672 temp_message = " ↓↓"; in temp_delta_arrows()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dpanels.cpp617 std::string temp_message; in temp_delta_string() local
633 temp_message.clear(); in temp_delta_string()
641 return temp_message; in temp_delta_string()
646 std::string temp_message; in temp_delta_arrows() local
657 temp_message = " ↑↑↑"; in temp_delta_arrows()
660 temp_message = " ↑↑"; in temp_delta_arrows()
663 temp_message = " ↑"; in temp_delta_arrows()
666 temp_message = "-"; in temp_delta_arrows()
669 temp_message = " ↓"; in temp_delta_arrows()
672 temp_message = " ↓↓"; in temp_delta_arrows()
[all …]
/dports/chinese/phpbb-tw/phpBB2/
H A Dsearch.php918 $temp_message = ''; variable
924 $temp_message .= substr($message, $end_html + 1, $grab_length);
964 $temp_message .= $hold_string;
975 $temp_message .= substr($message, $end_html + 1, $grab_length);
977 $message = trim($temp_message);
/dports/www/phpbb/phpBB2/
H A Dsearch.php918 $temp_message = ''; variable
924 $temp_message .= substr($message, $end_html + 1, $grab_length);
964 $temp_message .= $hold_string;
975 $temp_message .= substr($message, $end_html + 1, $grab_length);
977 $message = trim($temp_message);
/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/
H A Ddicom_network.c1605 Acr_Message temp_message; in write_data_tf() local
1665 temp_message = acr_create_message(); in write_data_tf()
1666 acr_message_add_group_list(temp_message, ((command_group != NULL) ? in write_data_tf()
1670 temp_message = message; in write_data_tf()
1674 status = acr_output_message(dicom_afp, temp_message); in write_data_tf()
1678 if (temp_message != message) { in write_data_tf()
1679 acr_message_reset(temp_message); in write_data_tf()
1680 acr_delete_message(temp_message); in write_data_tf()
/dports/cad/cura/Cura-58bae31/cura/UI/
H A DPrintInformation.py426 temp_message = {}
430 temp_message[key] = 0
433 self._onPrintDurationMessage(build_plate, temp_message, temp_material_amounts)
/dports/games/widelands/widelands-build21/src/scripting/
H A Dlua_game.cc193 for (const auto& temp_message : p.messages()) { in get_messages() local
195 to_lua<LuaMessage>(L, new LuaMessage(player_number(), temp_message.first)); in get_messages()
213 for (const auto& temp_message : p.messages()) { in get_inbox() local
214 if (temp_message.second->status() == Message::Status::kArchived) { in get_inbox()
219 to_lua<LuaMessage>(L, new LuaMessage(player_number(), temp_message.first)); in get_inbox()
/dports/games/widelands/widelands-build21/src/wui/
H A Dgame_message_menu.cc291 for (const auto& temp_message : mq) { in think() local
292 MessageId const id = temp_message.first; in think()
293 const Message& message = *temp_message.second; in think()
/dports/games/jfsw/jfsw-c434002/src/
H A Dconsole.c350 char temp_message[256],command_str[256]; in CON_ProcessUserCommand() local
352 strcpy(temp_message,MessageInputString); in CON_ProcessUserCommand()
353 sscanf(Bstrlwr(temp_message),"%s", command_str); // Get the base command type in CON_ProcessUserCommand()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dconsole.cpp351 char temp_message[256],command_str[256]; in CON_ProcessUserCommand() local
353 strcpy(temp_message,MessageInputString); in CON_ProcessUserCommand()
354 sscanf(Bstrlwr(temp_message),"%s", command_str); // Get the base command type in CON_ProcessUserCommand()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dgenerated_message_reflection.cc426 Message* temp_message; in SwapOneofField() local
450 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
516 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dgenerated_message_reflection.cc426 Message* temp_message; in SwapOneofField() local
450 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
516 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dgenerated_message_reflection.cc426 Message* temp_message; in SwapOneofField() local
450 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
516 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dgenerated_message_reflection.cc426 Message* temp_message; in SwapOneofField() local
450 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
516 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dgenerated_message_reflection.cc426 Message* temp_message; in SwapOneofField() local
450 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
516 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc426 Message* temp_message; in SwapOneofField() local
450 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
516 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dgenerated_message_reflection.cc426 Message* temp_message; in SwapOneofField() local
450 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
516 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dgenerated_message_reflection.cc671 Message* temp_message = nullptr; in SwapOneofField() local
695 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
758 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
795 Message* temp_message = in UnsafeShallowSwapOneofField() local
806 UnsafeArenaSetAllocatedMessage(message2, temp_message, field1); in UnsafeShallowSwapOneofField()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc498 Message* temp_message = nullptr; in SwapOneofField() local
522 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
585 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc466 Message* temp_message = NULL; in SwapOneofField() local
490 temp_message = ReleaseMessage(message1, field1); in SwapOneofField()
556 SetAllocatedMessage(message2, temp_message, field1); in SwapOneofField()

12