Searched refs:string_field (Results 1 - 4 of 4) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | ps.c | 502 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() function 645 char *out = string_field(tb, field); in show_ps() 873 // end of toybuf for output conversion in string_field(). Other than that, in get_ps() 1233 memccpy(toybuf, string_field(ta, field), 0, 2048); in ksort() 1235 ret = strcmp(toybuf, string_field(tb, field)); in ksort() 1371 int len = strlen(string_field(tbsort[i], field)); in ps_main() 1581 run[1+stridx("RTtZ", *string_field(mix.tb[i], &field))]++; in top_common() 1646 field->len, string_field(&tb, field)); in top_common()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 459 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() function 602 char *out = string_field(tb, field); in show_ps() 830 // end of toybuf for output conversion in string_field(). Other than that, in get_ps() 1190 memccpy(toybuf, string_field(ta, field), 0, 2048); in ksort() 1192 ret = strcmp(toybuf, string_field(tb, field)); in ksort() 1437 run[1+stridx("RTtZ", *string_field(mix.tb[i], &field))]++; in top_common() 1499 field->len, string_field(&tb, field)); in top_common()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena_unittest.cc | 893 const FieldDescriptor* string_field = desc->FindFieldByName("oneof_string"); in TEST() local 898 refl->SetString(message, string_field, "Test value"); in TEST()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | reflection_test.py | 2054 string_field = message2.str 2055 self.assertTrue(unicode_decode_failed or type(string_field) is bytes)
|
Completed in 15 milliseconds