Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc676 source_code_info.Swap(file->mutable_source_code_info()); in Parse()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc7724 proto.mutable_source_code_info()->add_location(); in TEST_F()
Ddescriptor.pb.h845 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* mutable_source_code_info();
7258 inline PROTOBUF_NAMESPACE_ID::SourceCodeInfo* FileDescriptorProto::mutable_source_code_info() { in mutable_source_code_info() function
Ddescriptor.cc2083 proto->mutable_source_code_info()->CopyFrom(*source_code_info_); in CopySourceCodeInfoTo()