Searched refs:stringvalue (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/tools/skpbench/ |
D | _hardware.py | 70 def check(self, stringvalue): argument 71 typedvalue = self.value_type(stringvalue) 74 (self.name, stringvalue, str(self.min_value)), 78 (self.name, stringvalue, str(self.max_value)), 82 (self.name, stringvalue, str(self.exact_value)),
|
/third_party/skia/tools/skpbench/ |
D | _hardware.py | 70 def check(self, stringvalue): argument 71 typedvalue = self.value_type(stringvalue) 74 (self.name, stringvalue, str(self.min_value)), 78 (self.name, stringvalue, str(self.max_value)), 82 (self.name, stringvalue, str(self.exact_value)),
|
/third_party/cJSON/tests/ |
D | misc_tests.c | 621 const char *stringvalue = "valuestring could be changed safely"; in cjson_set_valuestring_to_object_should_not_leak_memory() local 625 cJSON *item1 = cJSON_CreateString(stringvalue); in cjson_set_valuestring_to_object_should_not_leak_memory()
|
/third_party/grpc/third_party/upb/upb/json/ |
D | printer.c | 1184 WRAPPER_SETHANDLERS(stringvalue, string, putstr_nokey) in WRAPPER_SETHANDLERS() 1274 WRAPPER(UPB_WELLKNOWN_STRINGVALUE, stringvalue); in printer_sethandlers()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 13575 WRAPPER_SETHANDLERS(stringvalue, string, putstr_nokey) in WRAPPER_SETHANDLERS() 13665 WRAPPER(UPB_WELLKNOWN_STRINGVALUE, stringvalue); in printer_sethandlers()
|