Searched refs:set_source_file (Results 1 – 12 of 12) sorted by relevance
33 extern void set_source_file(const char *name);42 set_source_file(file); in read_source_policy()62 set_source_file(file); in read_source_policy()
43 void set_source_file(const char *name);284 #line[ ]1[ ]\"[^\n]*\" { set_source_file(yytext+9); }349 void set_source_file(const char *name)
95 metadata.set_source_file(frame->file_name); in AttachLocationToMetadata()
92 annotation->set_source_file(file_path); in AddAnnotation()
670 annotation.set_source_file("file.proto"); in TEST()
413 value.set_source_file(source_file.cast<std::string>());
701 annotation.set_source_file(descriptor->file()->name()); in Payload()
6307 void set_source_file(const std::string& value);6308 void set_source_file(std::string&& value);6309 void set_source_file(const char* value);6310 void set_source_file(const char* value, size_t size);11776 inline void GeneratedCodeInfo_Annotation::set_source_file(const std::string& value) { in set_source_file() function11781 inline void GeneratedCodeInfo_Annotation::set_source_file(std::string&& value) { in set_source_file() function11787 inline void GeneratedCodeInfo_Annotation::set_source_file(const char* value) { in set_source_file() function11794 inline void GeneratedCodeInfo_Annotation::set_source_file(const char* value, in set_source_file() function
14999 set_source_file(from.source_file()); in MergeFrom()
418 metadata.set_source_file(file_line_col_loc.getFilename().str()); in CreateOpMetadataFromLocation()
5129 metadata->set_source_file(*source_file); in ParseMetadata()
9176 pub fn set_source_file(&mut self, v: ::std::string::String) { in set_source_file() method