Home
last modified time | relevance | path

Searched refs:set_ctype (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h2446 void set_ctype(::google::protobuf::FieldOptions_CType value);
6682 inline void FieldOptions::set_ctype(::google::protobuf::FieldOptions_CType value) { in set_ctype() function
Ddescriptor.pb.cc10223 set_ctype(static_cast< ::google::protobuf::FieldOptions_CType >(value)); in MergePartialFromCodedStream()
10548 set_ctype(from.ctype()); in MergeFrom()
10640 void FieldOptions::set_ctype(::google::protobuf::FieldOptions_CType value) { in set_ctype() function in google::protobuf::FieldOptions
Ddescriptor_unittest.cc2348 options->set_ctype(FieldOptions::CORD); in TEST_F()