Searched defs:json_string (Results 1 – 13 of 13) sorted by relevance
38 std::string json_string; in SerializeInternal() local65 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) { in ReadFileToString()107 std::string json_string; in Deserialize() local
13 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string) in JSONStringValueSerializer()44 const base::StringPiece& json_string) in JSONStringValueDeserializer()
658 std::string json_string(json, sizeof(json)); in TEST() local
149 std::string json_string = config_->config_store_->LoadSettings(kConfigName); in LoadState() local280 std::string json_string; in Save() local
38 const std::string& json_string, in LoadJsonDict()
167 std::string json_string; in ReloadSettings() local
54 def __init__(self, json_string): argument
635 std::string json_string(json, sizeof(json)); in TEST() local
137 std::string json_string = delegate_->GetSupportedFormats(); in AndroidVideoCapturer() local
433 def json_string(self, policy_value): member in EnterprisePolicyTest
321 def _setup_lab_status(self, json_string): argument
916 v8::Local<v8::String> json_string = in TEST() local
2656 MaybeLocal<Value> JSON::Parse(Isolate* v8_isolate, Local<String> json_string) { in Parse()2671 Local<Value> JSON::Parse(Local<String> json_string) { in Parse()