Searched refs:read_string (Results 1 – 5 of 5) sorted by relevance
27 static void read_string(SkStream* stream, SkString* string) { in read_string() function67 read_string(stream, &fFamilyName); in SkFontDescriptor()70 read_string(stream, &fFullName); in SkFontDescriptor()73 read_string(stream, &fPostscriptName); in SkFontDescriptor()
58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string() function266 alltypes.req_string.funcs.decode = &read_string; in check_alltypes()269 alltypes.req_bytes.funcs.decode = &read_string; in check_alltypes()381 alltypes.opt_string.funcs.decode = &read_string; in check_alltypes()384 alltypes.opt_bytes.funcs.decode = &read_string; in check_alltypes()
118 static char *read_string(void) in read_string() function330 sys = read_string(); in read_event_files()381 version = read_string(); in trace_report()
14 char *x = read_string(in), *y = new char[256], z[256]; in main()
145 inline char* read_string(izstream& zs) { in read_string() function