Searched refs:GetString (Results 151 - 175 of 296) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/p2p/base/
H A Dturnport.cc917 set_realm(realm_attr->GetString());
926 set_nonce(nonce_attr->GetString());
1139 port_->set_realm(realm_attr->GetString());
1148 port_->set_nonce(nonce_attr->GetString());
1180 port_->set_realm(realm_attr->GetString());
1188 port_->set_nonce(nonce_attr->GetString());
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h509 test_case_name_stream.GetString().c_str(),
510 test_name_stream.GetString().c_str(),
/external/libchrome/base/trace_event/
H A Dtrace_event_argument.cc273 SetStringWithCopiedName(name, string_value->GetString());
327 AppendString(string_value->GetString());
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h509 test_case_name_stream.GetString().c_str(),
510 test_name_stream.GetString().c_str(),
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h509 test_case_name_stream.GetString().c_str(),
510 test_name_stream.GetString().c_str(),
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_font.cpp378 CFX_ByteString bsEncoding = pEncoding->GetString();
414 (*pCharNames)[cur_code] = pName->GetString();
/external/pdfium/core/fpdfdoc/
H A Ddoc_tagged.cpp361 CFX_ByteString class_name = pC->GetString();
387 return pAttr->GetString();
/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs554 String result = CodedOutputStream.Utf8Encoding.GetString(buffer, bufferPos, length);
559 return CodedOutputStream.Utf8Encoding.GetString(ReadRawBytes(length), 0, length);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h508 test_case_name_stream.GetString().c_str(),
509 test_name_stream.GetString().c_str(),
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp153 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string.");
349 hr = familyNames->GetString(0, familyName.get(), familyNameLen+1);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h509 test_case_name_stream.GetString().c_str(),
510 test_name_stream.GetString().c_str(),
/external/v8/src/ast/
H A Dast-value-factory.h361 const AstRawString* GetString(Handle<String> literal);
415 AstRawString* GetString(uint32_t hash, bool is_one_byte,
/external/clang/include/clang/Lex/
H A DLiteralSupport.h226 StringRef GetString() const { function in class:clang::StringLiteralParser
/external/dng_sdk/source/
H A Ddng_xmp.h115 bool GetString (const char *ns,
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc203 return m.GetString();
225 return msg.GetString();
323 GTEST_LOG_(FATAL) << error.GetString();
573 DeathTest::set_last_death_test_message(buffer.GetString());
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc1187 EXPECT_TRUE(ParseNaturalNumber(msg.GetString(), &result));
1194 EXPECT_TRUE(ParseNaturalNumber(msg2.GetString(), &signed_result));
1201 EXPECT_TRUE(ParseNaturalNumber(msg3.GetString(), &int_result));
1208 EXPECT_TRUE(ParseNaturalNumber(msg4.GetString(), &uint_result));
/external/googletest/googletest/src/
H A Dgtest-death-test.cc214 return m.GetString();
236 return msg.GetString();
336 GTEST_LOG_(FATAL) << error.GetString();
586 DeathTest::set_last_death_test_message(buffer.GetString());
H A Dgtest.cc981 std::string Message::GetString() const { function in class:testing::Message
1358 return msg.GetString();
2004 const std::string user_msg_string = user_msg.GetString();
2138 return word_list.GetString();
2245 RecordProperty(key, value_message.GetString().c_str());
2342 return new std::string(message.GetString());
2362 return message.GetString();
2577 errors.GetString().c_str());
2856 << test_part_result.message()).GetString();
3514 return m.GetString();
[all...]
/external/googletest/googletest/test/
H A Dgtest-death-test_test.cc1249 EXPECT_TRUE(ParseNaturalNumber(msg.GetString(), &result));
1256 EXPECT_TRUE(ParseNaturalNumber(msg2.GetString(), &signed_result));
1263 EXPECT_TRUE(ParseNaturalNumber(msg3.GetString(), &int_result));
1270 EXPECT_TRUE(ParseNaturalNumber(msg4.GetString(), &uint_result));
/external/libchrome/base/json/
H A Djson_value_converter_unittest.cc55 if (!dict->GetString("val", result))
/external/libchrome/base/test/
H A Dtrace_event_analyzer.cc47 if (!dictionary->GetString("ph", &phase_str)) {
82 if (!dictionary->GetString("cat", &category)) {
86 if (!dictionary->GetString("name", &name)) {
94 if (require_id && !dictionary->GetString("id", &id)) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc214 return m.GetString();
236 return msg.GetString();
336 GTEST_LOG_(FATAL) << error.GetString();
586 DeathTest::set_last_death_test_message(buffer.GetString());
H A Dgtest.cc981 std::string Message::GetString() const { function in class:testing::Message
1358 return msg.GetString();
2004 const std::string user_msg_string = user_msg.GetString();
2138 return word_list.GetString();
2245 RecordProperty(key, value_message.GetString().c_str());
2342 return new std::string(message.GetString());
2362 return message.GetString();
2577 errors.GetString().c_str());
2856 << test_part_result.message()).GetString();
3516 return m.GetString();
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc165 return m.GetString();
187 return msg.GetString();
285 GTEST_LOG_(FATAL) << error.GetString();
537 DeathTest::set_last_death_test_message(buffer.GetString());
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc165 return m.GetString();
187 return msg.GetString();
285 GTEST_LOG_(FATAL) << error.GetString();
535 DeathTest::set_last_death_test_message(buffer.GetString());

Completed in 955 milliseconds

1234567891011>>