Home
last modified time | relevance | path

Searched refs:stringvalue (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/tools/skpbench/
D_hardware.py70 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.py70 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/
Dmisc_tests.c621 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/
Dprinter.c1184 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/
Dupb.c13575 WRAPPER_SETHANDLERS(stringvalue, string, putstr_nokey) in WRAPPER_SETHANDLERS()
13665 WRAPPER(UPB_WELLKNOWN_STRINGVALUE, stringvalue); in printer_sethandlers()