Searched defs:scoper (Results 1 – 11 of 11) sorted by relevance
40 ScopedMachVM scoper(address, size); in TEST() local80 ScopedMachVM scoper(address, size); in TEST() local106 ScopedMachVM scoper(address, base::GetPageSize()); in TEST() local142 ScopedMachVM scoper(address + 2 * base::GetPageSize(), base::GetPageSize()); in TEST() local168 ScopedMachVM scoper(address + 3 * base::GetPageSize(), in TEST() local189 ScopedMachVM scoper; in TEST() local224 ScopedMachVM scoper; in TEST() local
12 void OnWatcherSignaled(std::unique_ptr<MessagePipeScoperBase> scoper, in OnWatcherSignaled()32 std::unique_ptr<MessagePipeScoperBase> scoper) { in StartWatchingPipe()
374 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local424 bssl::UniquePtr<uint8_t> scoper(out_buf); in TEST() local456 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local491 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local526 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local569 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local615 bssl::UniquePtr<uint8_t> scoper(storage); in ExpectBerConvert() local804 bssl::UniquePtr<uint8_t> scoper(storage); in TEST() local878 bssl::UniquePtr<uint8_t> scoper(out); in TEST() local889 bssl::UniquePtr<uint8_t> scoper(out); in TEST() local[all …]
373 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local415 bssl::UniquePtr<uint8_t> scoper(out_buf); in TEST() local447 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local482 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local517 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local560 bssl::UniquePtr<uint8_t> scoper(buf); in TEST() local606 bssl::UniquePtr<uint8_t> scoper(storage); in ExpectBerConvert() local779 bssl::UniquePtr<uint8_t> scoper(storage); in TEST() local852 bssl::UniquePtr<uint8_t> scoper(out); in TEST() local942 bssl::UniquePtr<uint8_t> scoper(out); in TEST() local
431 inline internal::PassedWrapper<T> Passed(T&& scoper) { in Passed()435 inline internal::PassedWrapper<T> Passed(T* scoper) { in Passed()
268 T PassThru(T scoper) { in PassThru()
127 RequestScoper scoper; in testTransferNonHttpRequest_closeable() field in TransferRequestIntegrationTest.Data
152 explicit PassedWrapper(T&& scoper) in PassedWrapper()
253 T PassThru(T scoper) { in PassThru()
401 private Builder scoper(Scoper scoper) { in scoper() argument