Home
last modified time | relevance | path

Searched refs:throwaway (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dcbs.c182 CBS throwaway; in cbs_get_any_asn1_element() local
185 out = &throwaway; in cbs_get_any_asn1_element()
296 CBS throwaway; in cbs_get_asn1() local
299 out = &throwaway; in cbs_get_asn1()
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface_unittest.cc2108 rtc::scoped_ptr<SessionDescriptionInterface> throwaway; in TEST_F() local
2109 ASSERT_TRUE(DoCreateOffer(throwaway.accept(), nullptr)); in TEST_F()
2147 rtc::scoped_ptr<SessionDescriptionInterface> throwaway; in TEST_F() local
2148 ASSERT_TRUE(DoCreateOffer(throwaway.accept(), nullptr)); in TEST_F()
2176 rtc::scoped_ptr<SessionDescriptionInterface> throwaway; in TEST_F() local
2177 ASSERT_TRUE(DoCreateOffer(throwaway.accept(), nullptr)); in TEST_F()
2222 rtc::scoped_ptr<SessionDescriptionInterface> throwaway; in TEST_F() local
2223 ASSERT_TRUE(DoCreateOffer(throwaway.accept(), nullptr)); in TEST_F()
/external/llvm/docs/
DAdvancedBuilds.rst56 compiler is a balance of optimization vs build time because it is a throwaway.