HomeSort by relevance Sort by last modified time
    Searched refs:GetResult (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender_unittest.cc 39 EXPECT_EQ(std::string("5,7,9-12,15,18-19"), builder.GetResult());
54 EXPECT_EQ(std::string("5-7,9-12,15,18-19"), builder.GetResult());
69 EXPECT_EQ(std::string("5,7,9-12,15,18-19,21"), builder.GetResult());
84 EXPECT_EQ(std::string("5,7-12,15,18-19"), builder.GetResult());
99 EXPECT_EQ(std::string("5,7,9-12,15-16,18-19"), builder.GetResult());
115 EXPECT_EQ(std::string("5,7,9-12,15-19"), builder.GetResult());
129 EXPECT_EQ(std::string("5-8,11-15"), builder.GetResult());
141 EXPECT_EQ(std::string("5,7,9,11,15,17,19"), builder.GetResult());
154 EXPECT_EQ(std::string("5-12"), builder.GetResult());
160 EXPECT_EQ(std::string("5"), builder.GetResult());
    [all...]
rtcp_sender.h 45 std::string GetResult();
rtcp_sender.cc 63 std::string NACKStringBuilder::GetResult() {
718 TRACE_STR_COPY(stringBuilder.GetResult().c_str()));
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_utf.cpp 85 return encoder.GetResult();
fx_basic_bstring.cpp 911 return decoder.GetResult();
fx_basic_wstring.cpp 363 return decoder.GetResult();
  /art/compiler/
elf_writer_quick.cc 73 std::vector<uint8_t>* GetResult() {
251 builder_->WriteSection(".gnu_debugdata", debug_info_task_->GetResult());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bidispl.h 87 virtual HRESULT WINAPI GetResult(HRESULT *phr) = 0;
99 HRESULT (WINAPI *GetResult)(IBidiRequest *This,HRESULT *phr);
113 #define IBidiRequest_GetResult(This,phr) (This)->lpVtbl->GetResult(This,phr)
shobjidl.h     [all...]
oledb.h     [all...]
  /external/v8/src/debug/
liveedit.cc 327 Handle<JSArray> GetResult() {
540 Handle<JSArray> GetResult() {
541 return array_writer_.GetResult();
572 return output.GetResult();
750 Handle<JSArray> GetResult() { return result_; }
893 return listener.GetResult();
    [all...]
  /bionic/tests/
gtest_main.cpp 137 TestResult GetResult() const { return result_; }
189 return test_list_[test_id].GetResult();
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 265 CFX_WideStringC GetResult() const { return m_Buffer.GetWideString(); }
281 CFX_ByteStringC GetResult() const { return m_Buffer.GetByteString(); }
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 400 HRESULT GetResult()
451 HRESULT res = Status->GetResult();
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 830 CFX_ByteStringC bsResult = encoder.GetResult();
    [all...]

Completed in 426 milliseconds