Home
last modified time | relevance | path

Searched refs:EscapeTrigraphs (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc199 "data", EscapeTrigraphs(CEscape(text_blob.substr(i, kBytesPerLine)))); in GenerateSource()
Dobjectivec_helpers.h60 string PROTOC_EXPORT EscapeTrigraphs(const string& to_escape);
Dobjectivec_helpers.cc356 string EscapeTrigraphs(const string& to_escape) { in EscapeTrigraphs() function
857 return "(NSData*)\"" + EscapeTrigraphs(CEscape(bytes)) + "\""; in DefaultValue()
859 return "@\"" + EscapeTrigraphs(CEscape(default_string)) + "\""; in DefaultValue()
Dobjectivec_message.cc562 "data", EscapeTrigraphs( in GenerateSource()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc722 EscapeTrigraphs(CEscape(field->default_value_string())) + in DefaultValue()
766 std::string EscapeTrigraphs(const std::string& to_escape) { in EscapeTrigraphs() function
Dcpp_helpers.h290 std::string EscapeTrigraphs(const std::string& to_escape);
Dcpp_file.cc857 EscapeTrigraphs(CEscape(file_data.substr(i, kBytesPerLine)))); in GenerateReflectionInitializationCode()