Searched refs:GetStringASCII (Results 1 – 5 of 5) sorted by relevance
92 if (!test->GetStringASCII("test_case_name", &test_data.test_case_name)) in ReadTestNamesFromFile()95 if (!test->GetStringASCII("test_name", &test_data.test_name)) in ReadTestNamesFromFile()98 if (!test->GetStringASCII("file", &test_data.file)) in ReadTestNamesFromFile()
309 return value ?? MarshalUtils.GetStringASCII(valueBytes);356 return new Entry(key, MarshalUtils.GetStringASCII(valueBytes), null); in CreateUnsafe()
70 public static string GetStringASCII(byte[] bytes) in GetStringASCII() method in Grpc.Core.Internal.MarshalUtils
472 bool GetStringASCII(StringPiece path, std::string* out_value) const;
873 bool DictionaryValue::GetStringASCII(StringPiece path, in GetStringASCII() function in base::DictionaryValue