Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h110 std::string FileDescriptorToBase64(const FileDescriptor* descriptor);
Dcsharp_reflection_class.cc177 std::string base64 = FileDescriptorToBase64(file_); in WriteDescriptor()
Dcsharp_helpers.cc496 std::string FileDescriptorToBase64(const FileDescriptor* descriptor) { in FileDescriptorToBase64() function