Home
last modified time | relevance | path

Searched refs:num_strings (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_join_benchmark.cc28 const int num_strings = state.range(1); in BM_Join2_Strings() local
30 const std::vector<std::string> v(num_strings, s); in BM_Join2_Strings()
81 const int num_strings = state.range(1); in BM_JoinStreamable() local
82 const std::vector<std::string> v(num_strings, std::string(string_len, 'x')); in BM_JoinStreamable()
H A Dnumbers_benchmark.cc163 // Returns a vector of `num_strings` strings. Each string represents a
166 std::vector<std::string> MakeFloatStrings(int num_strings, int num_digits) { in MakeFloatStrings() argument
172 std::vector<std::string> float_strings(num_strings); in MakeFloatStrings()
207 const int num_strings = state.range(0); in BM_SimpleAtof() local
210 MakeFloatStrings(num_strings, num_digits); in BM_SimpleAtof()
237 const int num_strings = state.range(0); in BM_SimpleAtod() local
240 MakeFloatStrings(num_strings, num_digits); in BM_SimpleAtod()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c694 for ( idx = 1; idx < cff->num_strings; idx++ ) in FT_LOCAL_DEF()
709 if ( cff->num_strings ) in FT_LOCAL_DEF()
711 FT_Byte* s1 = cff->strings[cff->num_strings - 1]; in FT_LOCAL_DEF()
717 FT_TRACE4(( " %5d ", cff->num_strings + 390 )); in FT_LOCAL_DEF()
H A Dcffload.c654 return ( element < font->num_strings ) in cff_index_get_string()
2343 font->num_strings = string_index.count; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcfftypes.h372 FT_UInt num_strings; member

Completed in 10 milliseconds