Searched defs:stringBox (Results 1 – 2 of 2) sorted by relevance
40 @Serializable data class BoxHolder(val stringBox: Box<String>, val intBox: Box<Int>) in serialize() constant in kotlinx.serialization.features.SchemaTest.BoxHolder
2947 auto stringBox = [](const char* label, std::string* str) { in drawImGui() local