Searched refs:SubstitutionMode (Results 1 – 1 of 1) sorted by relevance
582 enum SubstitutionMode { kPlaceholder, kFormat }; enum633 SubstitutionMode mode0 = kFormat,634 SubstitutionMode mode1 = kFormat,635 SubstitutionMode mode2 = kFormat) {783 const char* GetSubstitute(int index, SubstitutionMode mode) { in GetSubstitute()