Searched defs:stringBuilder (Results 1 – 6 of 6) sorted by relevance
158 StringBuilder stringBuilder = new StringBuilder(); in serializeEvents() local
233 std::string stringBuilder; in GetStructSamplerNameFromTypedNode() local378 ImmutableStringBuilder stringBuilder(prefix.length() + kHexSize + 1); in extractFieldSamplers() local400 ImmutableStringBuilder stringBuilder(prefix.length() + field->name().length() + 1); in extractFieldSamplersImpl() local
2447 StringBuilder stringBuilder = new StringBuilder(bytes.size() * 2); in encodeHex() local
562 private static void getChars(BytesTrie.Entry entry, StringBuilder stringBuilder) { in getChars()
563 private static void getChars(BytesTrie.Entry entry, StringBuilder stringBuilder) { in getChars()
1098 …Writer::JsonWriter(const ALLOCATION_CALLBACKS& allocationCallbacks, StringBuilder& stringBuilder) : in JsonWriter()