Searched defs:CreateSharedString (Results 1 – 4 of 4) sorted by relevance
603 Offset<String> CreateSharedString(const char *str, size_t len) { in CreateSharedString() function632 Offset<String> CreateSharedString(const flatbuffers::string_view str) { in CreateSharedString() function642 Offset<String> CreateSharedString(const char *str) { in CreateSharedString() function652 Offset<String> CreateSharedString(const std::string &str) { in CreateSharedString() function663 Offset<String> CreateSharedString(const String *str) { in CreateSharedString() function
341 func (b *Builder) CreateSharedString(s string) UOffsetT { func
424 def CreateSharedString(self, s, encoding='utf-8', errors='strict'): member in Builder
771 public StringOffset CreateSharedString(string s) in CreateSharedString() method in Google.FlatBuffers.FlatBufferBuilder