HomeSort by relevance Sort by last modified time
    Searched full:scopers (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/crypto/
scoped_nss_types.h 31 // Define some convenient scopers around NSS pointers.
  /external/chromium_org/components/search_engines/
keyword_web_data_service.h 45 // If multiple scopers are in-scope simultaneously, batch mode will only be
  /external/chromium_org/tools/gn/
tokenizer_unittest.cc 110 TokenExpectation scopers[] = { local
118 EXPECT_TRUE(CheckTokenizer("{[ ]} ()", scopers));
  /external/chromium_org/base/memory/
scoped_ptr.h 5 // Scopers help you manage ownership of a pointer, helping you easily manage a
36 // These scopers also implement part of the functionality of C++11 unique_ptr
37 // in that they are "movable but not copyable." You can use the scopers in
65 // when invoking TakesOwnership(), the code will not compile because scopers
scoped_ptr_unittest.cc 552 // reinitialize the empty scopers to ensure that each one is deleting
  /external/chromium_org/third_party/webrtc/base/
scoped_ptr.h 11 // Scopers help you manage ownership of a pointer, helping you easily manage the
42 // These scopers also implement part of the functionality of C++11 unique_ptr
43 // in that they are "movable but not copyable." You can use the scopers in
71 // when invoking TakesOwnership(), the code will not compile because scopers
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
scoped_ptr.h 13 // Scopers help you manage ownership of a pointer, helping you easily manage the
44 // These scopers also implement part of the functionality of C++11 unique_ptr
45 // in that they are "movable but not copyable." You can use the scopers in
73 // when invoking TakesOwnership(), the code will not compile because scopers
  /external/chromium_org/base/
callback_internal.h 130 // Parameter traits for movable-but-not-copyable scopers.
  /external/chromium_org/chrome/browser/
chrome_browser_application_mac.mm 480 // gets latched to always return |YES|. Since scopers are used to
482 // sidestep scopers is setjmp/longjmp (see above). The following
488 // uncaught exception is thrown, it will throw past all of the scopers.

Completed in 545 milliseconds