Searched refs:convert_func (Results 1 – 3 of 3) sorted by relevance
/third_party/gn/src/base/json/ |
D | json_value_converter.h | 204 explicit ValueFieldConverter(ConvertFunc convert_func) in ValueFieldConverter() argument 205 : convert_func_(convert_func) {} in ValueFieldConverter() 223 explicit CustomFieldConverter(ConvertFunc convert_func) in CustomFieldConverter() argument 224 : convert_func_(convert_func) {} in CustomFieldConverter() 330 explicit RepeatedCustomValueConverter(ConvertFunc convert_func) in RepeatedCustomValueConverter() argument 331 : convert_func_(convert_func) {} in RepeatedCustomValueConverter() 415 bool (*convert_func)(std::string_view, FieldType*)) { in RegisterCustomField() 419 new internal::CustomFieldConverter<FieldType>(convert_func))); in RegisterCustomField() 425 bool (*convert_func)(const base::Value*, in RegisterCustomValueField() 430 new internal::ValueFieldConverter<FieldType>(convert_func))); in RegisterCustomValueField() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | ass_split.c | 187 static const ASSConvertFunc convert_func[] = { variable 321 convert_func[type](ptr, buf, len); in ass_split_section() 337 convert_func[type](ptr, buf, strcspn(buf, "\r\n")); in ass_split_section() 474 convert_func[type](ptr, buf, len); in ff_ass_split_dialog2()
|
/third_party/libsnd/src/ |
D | ogg_vorbis.c | 85 typedef int convert_func (SF_PRIVATE *psf, int, void *, int, int, float **) ; typedef 104 static sf_count_t vorbis_read_sample (SF_PRIVATE *psf, void *ptr, sf_count_t lens, convert_func *tr… 620 vorbis_read_sample (SF_PRIVATE *psf, void *ptr, sf_count_t lens, convert_func *transfn) in vorbis_read_sample()
|