Home
last modified time | relevance | path

Searched refs:source_code_info (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc143 file_descriptor_proto.source_code_info().location_size() > 0; in Generate()
Dparser.cc425 SourceCodeInfo source_code_info; in Parse() local
426 source_code_info_ = &source_code_info; in Parse()
465 source_code_info.Swap(file->mutable_source_code_info()); in Parse()
Dparser_unittest.cc1662 const SourceCodeInfo& source_info = file_.source_code_info(); in Parse()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h417 inline const ::google::protobuf::SourceCodeInfo& source_code_info() const;
420 inline void set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info);
3361 inline const ::google::protobuf::SourceCodeInfo& FileDescriptorProto::source_code_info() const { in source_code_info() function
3377 …riptorProto::set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info) { in set_allocated_source_code_info() argument
3379 source_code_info_ = source_code_info; in set_allocated_source_code_info()
3380 if (source_code_info) { in set_allocated_source_code_info()
Ddescriptor.pb.cc1371 9, this->source_code_info(), output); in SerializeWithCachedSizes()
1467 9, this->source_code_info(), target); in SerializeWithCachedSizesToArray()
1521 this->source_code_info()); in ByteSize()
1629 …mutable_source_code_info()->::google::protobuf::SourceCodeInfo::MergeFrom(from.source_code_info()); in MergeFrom()
Ddescriptor.proto80 optional SourceCodeInfo source_code_info = 9; field
Ddescriptor_unittest.cc5483 const SourceCodeInfo& info = file_desc_proto.source_code_info(); in TEST_F()
Ddescriptor.cc3352 info->CopyFrom(proto.source_code_info()); in BuildFile()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto80 optional SourceCodeInfo source_code_info = 9; field