Searched defs:DoNothing (Results 1 - 7 of 7) sorted by relevance

/external/libchrome/base/
H A Dbind_helpers.cc11 void DoNothing() { function in namespace:base
/external/libweave/third_party/chromium/base/
H A Dbind_helpers.cc11 void DoNothing() { function in namespace:base
/external/webrtc/webrtc/base/
H A Dkeep_ref_until_done.h23 static inline void DoNothing(const scoped_refptr<T>& object) {} function in namespace:rtc::impl
31 return rtc::Bind(&impl::DoNothing<ObjectT>, scoped_refptr<ObjectT>(object));
37 return rtc::Bind(&impl::DoNothing<ObjectT>, object);
/external/libbrillo/brillo/dbus/
H A Dasync_event_sequencer.cc56 void DoNothing(bool /* success */) { function in namespace:brillo::dbus_utils::__anon8903
67 return base::Bind(&DoNothing);
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h36 DoNothing, enumerator in enum:clang::ento::objc_retain::ArgEffect
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc240 void DoNothing() {} function in namespace:google::protobuf
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp659 ArgEffect ReceiverEff = DoNothing,
666 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
671 DoNothing, MayEscape);
904 case DoNothing:
985 ModifiableSummaryTemplate->setReceiverEffect(DoNothing);
1089 DoNothing, DoNothing);
1096 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
658 getPersistentSummary(RetEffect RetEff, ArgEffect ReceiverEff = DoNothing, ArgEffect DefaultEff = MayEscape) argument
[all...]

Completed in 571 milliseconds