Home
last modified time | relevance | path

Searched refs:scoper (Results 1 – 7 of 7) sorted by relevance

/external/guice/core/test/com/google/inject/
DBinderTestSuite.java121 for (final Scoper scoper : Scoper.values()) { in suite()
128 scoper.configure(abb); in suite()
131 .scoper(scoper) in suite()
139 scoper.configure(sbb); in suite()
142 .scoper(scoper) in suite()
150 scoper.configure(sbb); in suite()
153 .scoper(scoper) in suite()
161 scoper.configure(sbb); in suite()
164 .scoper(scoper) in suite()
173 scoper.configure(sbb); in suite()
[all …]
/external/libchrome/base/
Dbind_helpers.h269 explicit PassedWrapper(T&& scoper) in PassedWrapper() argument
270 : is_valid_(true), scoper_(std::move(scoper)) {} in PassedWrapper()
443 static inline internal::PassedWrapper<T> Passed(T&& scoper) {
444 return internal::PassedWrapper<T>(std::move(scoper));
447 static inline internal::PassedWrapper<T> Passed(T* scoper) {
448 return internal::PassedWrapper<T>(std::move(*scoper));
Dbind_unittest.cc255 T PassThru(T scoper) { in PassThru() argument
256 return scoper; in PassThru()
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc333 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local
375 bssl::UniquePtr<uint8_t> scoper(out_buf); in TEST() local
407 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local
442 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local
477 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local
520 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local
529 scoper.reset(buf); in TEST()
539 scoper.reset(buf); in TEST()
550 scoper.reset(buf); in TEST()
567 bssl::UniquePtr<uint8_t> scoper(out); in ExpectBerConvert() local
[all …]
/external/libchrome/base/memory/
Dscoped_vector_unittest.cc280 ScopedVector<T> PassThru(ScopedVector<T> scoper) { in PassThru() argument
281 return scoper; in PassThru()
/external/webrtc/webrtc/system_wrappers/source/
Dscoped_vector_unittest.cc277 explicit PassThru(ScopedVector<T> scoper) in PassThru() argument
278 : scoper_(scoper.DEPRECATED_Pass()) {} in PassThru()
/external/libmojo/mojo/edk/embedder/
DREADME.md122 // This is a scoper which encapsulates the intent to connect to another