Home
last modified time | relevance | path

Searched refs:orig_show_command (Results 1 – 6 of 6) sorted by relevance

/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer_test.cc159 commands::Command orig_show_command, orig_hide_command; in TEST_F() local
160 orig_show_command.mutable_input()->set_type(commands::Input::SEND_COMMAND); in TEST_F()
161 orig_show_command.mutable_input()->set_id(1); in TEST_F()
162 orig_show_command.mutable_input()->mutable_command()->set_type( in TEST_F()
166 orig_show_command.mutable_output()->set_consumed(false); in TEST_F()
167 EXPECT_TRUE(orig_show_command.output().has_consumed()); in TEST_F()
168 EXPECT_FALSE(orig_show_command.output().consumed()); in TEST_F()
169 EXPECT_TRUE(orig_show_command.input().has_id()); in TEST_F()
170 orig_hide_command.CopyFrom(orig_show_command); in TEST_F()
176 show_command.CopyFrom(orig_show_command); in TEST_F()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer_test.cc159 commands::Command orig_show_command, orig_hide_command; in TEST_F() local
160 orig_show_command.mutable_input()->set_type(commands::Input::SEND_COMMAND); in TEST_F()
161 orig_show_command.mutable_input()->set_id(1); in TEST_F()
162 orig_show_command.mutable_input()->mutable_command()->set_type( in TEST_F()
166 orig_show_command.mutable_output()->set_consumed(false); in TEST_F()
167 EXPECT_TRUE(orig_show_command.output().has_consumed()); in TEST_F()
168 EXPECT_FALSE(orig_show_command.output().consumed()); in TEST_F()
169 EXPECT_TRUE(orig_show_command.input().has_id()); in TEST_F()
170 orig_hide_command.CopyFrom(orig_show_command); in TEST_F()
176 show_command.CopyFrom(orig_show_command); in TEST_F()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer_test.cc159 commands::Command orig_show_command, orig_hide_command; in TEST_F() local
160 orig_show_command.mutable_input()->set_type(commands::Input::SEND_COMMAND); in TEST_F()
161 orig_show_command.mutable_input()->set_id(1); in TEST_F()
162 orig_show_command.mutable_input()->mutable_command()->set_type( in TEST_F()
166 orig_show_command.mutable_output()->set_consumed(false); in TEST_F()
167 EXPECT_TRUE(orig_show_command.output().has_consumed()); in TEST_F()
168 EXPECT_FALSE(orig_show_command.output().consumed()); in TEST_F()
169 EXPECT_TRUE(orig_show_command.input().has_id()); in TEST_F()
170 orig_hide_command.CopyFrom(orig_show_command); in TEST_F()
176 show_command.CopyFrom(orig_show_command); in TEST_F()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer_test.cc159 commands::Command orig_show_command, orig_hide_command; in TEST_F() local
160 orig_show_command.mutable_input()->set_type(commands::Input::SEND_COMMAND); in TEST_F()
161 orig_show_command.mutable_input()->set_id(1); in TEST_F()
162 orig_show_command.mutable_input()->mutable_command()->set_type( in TEST_F()
166 orig_show_command.mutable_output()->set_consumed(false); in TEST_F()
167 EXPECT_TRUE(orig_show_command.output().has_consumed()); in TEST_F()
168 EXPECT_FALSE(orig_show_command.output().consumed()); in TEST_F()
169 EXPECT_TRUE(orig_show_command.input().has_id()); in TEST_F()
170 orig_hide_command.CopyFrom(orig_show_command); in TEST_F()
176 show_command.CopyFrom(orig_show_command); in TEST_F()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer_test.cc159 commands::Command orig_show_command, orig_hide_command; in TEST_F() local
160 orig_show_command.mutable_input()->set_type(commands::Input::SEND_COMMAND); in TEST_F()
161 orig_show_command.mutable_input()->set_id(1); in TEST_F()
162 orig_show_command.mutable_input()->mutable_command()->set_type( in TEST_F()
166 orig_show_command.mutable_output()->set_consumed(false); in TEST_F()
167 EXPECT_TRUE(orig_show_command.output().has_consumed()); in TEST_F()
168 EXPECT_FALSE(orig_show_command.output().consumed()); in TEST_F()
169 EXPECT_TRUE(orig_show_command.input().has_id()); in TEST_F()
170 orig_hide_command.CopyFrom(orig_show_command); in TEST_F()
176 show_command.CopyFrom(orig_show_command); in TEST_F()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer_test.cc159 commands::Command orig_show_command, orig_hide_command; in TEST_F() local
160 orig_show_command.mutable_input()->set_type(commands::Input::SEND_COMMAND); in TEST_F()
161 orig_show_command.mutable_input()->set_id(1); in TEST_F()
162 orig_show_command.mutable_input()->mutable_command()->set_type( in TEST_F()
166 orig_show_command.mutable_output()->set_consumed(false); in TEST_F()
167 EXPECT_TRUE(orig_show_command.output().has_consumed()); in TEST_F()
168 EXPECT_FALSE(orig_show_command.output().consumed()); in TEST_F()
169 EXPECT_TRUE(orig_show_command.input().has_id()); in TEST_F()
170 orig_hide_command.CopyFrom(orig_show_command); in TEST_F()
176 show_command.CopyFrom(orig_show_command); in TEST_F()
[all …]