Home
last modified time | relevance | path

Searched refs:set_bool_value (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dstruct.pb.h266 void set_bool_value(bool value);
594 inline void Value::set_bool_value(bool value) { in set_bool_value() function
Dstruct.pb.cc909 set_bool_value(from.bool_value()); in MergeFrom()
1126 void Value::set_bool_value(bool value) { in set_bool_value() function in google::protobuf::Value
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1268 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()
1350 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()
Dprotostream_objectsource_test.cc861 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()