Searched refs:WriteBool (Results 1 – 12 of 12) sorted by relevance
110 pickle->WriteBool(emulate_greasemonkey()); in Pickle()111 pickle->WriteBool(match_all_frames()); in Pickle()112 pickle->WriteBool(is_incognito_enabled()); in Pickle()
20 if (!pickle->WriteBool(is_string)) in SerializeNPIdentifier()
475 pickle->WriteBool(form->ssl_valid); in SerializeValue()476 pickle->WriteBool(form->preferred); in SerializeValue()477 pickle->WriteBool(form->blacklisted_by_user); in SerializeValue()
72 EXPECT_TRUE(pickle.WriteBool(testbool1)); in TEST()73 EXPECT_TRUE(pickle.WriteBool(testbool2)); in TEST()
90 bool WriteBool(bool value) { in WriteBool() function
165 !p.WriteBool(false)) { in Serialize()
265 static inline Object** WriteBool(Object** p, bool b) { in WriteBool() function318 p = WriteBool(p, calls_eval_); in Serialize()
44 pickle->WriteBool(is_url); in WriteToPickle()
269 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
340 static void WriteBool (field_number, bool value, output);
4436 … ::google::protobuf::internal::WireFormatLite::WriteBool(10, this->java_multiple_files(), output); in SerializeWithCachedSizes()4441 … ::google::protobuf::internal::WireFormatLite::WriteBool(16, this->cc_generic_services(), output); in SerializeWithCachedSizes()4446 …::google::protobuf::internal::WireFormatLite::WriteBool(17, this->java_generic_services(), output); in SerializeWithCachedSizes()4451 … ::google::protobuf::internal::WireFormatLite::WriteBool(18, this->py_generic_services(), output); in SerializeWithCachedSizes()4837 …::google::protobuf::internal::WireFormatLite::WriteBool(1, this->message_set_wire_format(), output… in SerializeWithCachedSizes()4842 …::google::protobuf::internal::WireFormatLite::WriteBool(2, this->no_standard_descriptor_accessor()… in SerializeWithCachedSizes()5223 ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->packed(), output); in SerializeWithCachedSizes()5228 ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->deprecated(), output); in SerializeWithCachedSizes()6465 ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->is_extension(), output); in SerializeWithCachedSizes()
5514 reply_message_->WriteBool(success); in OnRedirectQueryComplete()