Searched refs:commentString (Results 1 – 7 of 7) sorted by relevance
115 jstring commentString = env->NewStringUTF((*vorbisComment).c_str()); in DECODER_FUNC() local116 env->CallBooleanMethod(commentList, arrayListAddMethod, commentString); in DECODER_FUNC()117 env->DeleteLocalRef(commentString); in DECODER_FUNC()
2 String /* with partial commentString /* with full comment */3
69 static String toString(MessageLite messageLite, String commentString) { in toString() argument71 buffer.append("# ").append(commentString); in toString()
430 type commentString string type432 func (s commentString) String() string { return string(s) }
340 comment := commentString(fmt.Sprintf("%d elided lines", numElided))