Home
last modified time | relevance | path

Searched defs:modify (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Dmodify.hpp69 struct modify struct
71 typedef void proto_is_callable_;
77 struct result<This(Tag, Modifiers)>
95 operator()(Tag tag, Modifiers modifiers) const in operator ()()
102 op(Tag /*tag*/, Modifiers modifiers, mpl::false_) const in op()
109 op(Tag tag, Modifiers modifiers, mpl::true_) const in op()
/third_party/cef/libcef/common/
Dvalue_base.h191 #define CEF_VALUE_VERIFY_RETURN_VOID_EX(object, modify) \ argument
198 #define CEF_VALUE_VERIFY_RETURN_VOID(modify) \ argument
201 #define CEF_VALUE_VERIFY_RETURN_EX(object, modify, error_val) \ argument
208 #define CEF_VALUE_VERIFY_RETURN(modify, error_val) \ argument
376 inline bool VerifyAccess(bool modify) { in VerifyAccess()
399 explicit AutoLock(CefValueBase* impl, bool modify) in AutoLock()
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dring_proxy.hpp38 struct modify struct
42 struct modify<true> struct
45 static inline void push_back(Ring& ring, Point const& point) in push_back()
62 struct modify<false> struct
65 static inline void push_back(Ring& /*ring*/, Point const& /*point*/) in push_back()
/third_party/flutter/skia/tools/android/
Dupload_to_android.py113 def modify(self): member in Modifier
124 def modify(self): member in FetchModifier
172 def modify(self): member in AndroidLegacyFlagModifier
/third_party/skia/tools/android/
Dupload_to_android.py115 def modify(self): member in Modifier
126 def modify(self): member in FetchModifier
174 def modify(self): member in AndroidLegacyFlagModifier
/third_party/boost/libs/multi_array/test/
Dgenerative_tests.hpp234 void modify(Array&) const { } in modify() function
239 void modify(Array& A) const { in modify() function
251 void modify(Array& A) const { in modify() function
259 void modify(Array& A) const { in modify() function
/third_party/python/Tools/scripts/
Dwin_add2path.py20 def modify(): function
Dmailerdaemon.py166 def parsedir(dir, modify): argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_hue_sat_map.h165 const HSBModify &modify) in SetDelta()
Ddng_hue_sat_map.cpp170 const HSBModify &modify) in SetDeltaKnownWriteable()
Ddng_camera_profile.cpp383 dng_hue_sat_map::HSBModify modify; in FingerprintHueSatMap() local
884 dng_hue_sat_map::HSBModify modify; in ReadHueSatMap() local
/third_party/python/Lib/
Dselectors.py138 def modify(self, fileobj, events, data=None): member in BaseSelector
255 def modify(self, fileobj, events, data=None): member in _BaseSelectorImpl
376 def modify(self, fileobj, events, data=None): member in _PollLikeSelector
/third_party/boost/libs/python/test/
Dshared_ptr.hpp32 static void modify(shared_ptr<T>& x) in modify() function
/third_party/uboot/u-boot-2020.01/disk/
Dpart_iso.h55 unsigned char modify[17]; /* modification date */ member
93 unsigned char modify[17]; /* modification date */ member
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dsdp.c204 GST_START_TEST (modify) in GST_START_TEST() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DContext.cpp92 void Broadcaster<Listener>::modify(F &&f) in modify() function in __anon9e038ef20111::Broadcaster
/third_party/glib/gio/tests/
Dgdbus-testserver.c647 gboolean modify; in handle_method_call() local
/third_party/boost/boost/multi_index/
Dsequenced_index.hpp423 bool modify(iterator position,Modifier mod) in modify() function in boost::multi_index::detail::sequenced_index
444 bool modify(iterator position,Modifier mod,Rollback back_) in modify() function in boost::multi_index::detail::sequenced_index
Drandom_access_index.hpp472 bool modify(iterator position,Modifier mod) in modify() function in boost::multi_index::detail::random_access_index
493 bool modify(iterator position,Modifier mod,Rollback back_) in modify() function in boost::multi_index::detail::random_access_index
Dhashed_index.hpp433 bool modify(iterator position,Modifier mod) in modify() function in boost::multi_index::detail::hashed_index
454 bool modify(iterator position,Modifier mod,Rollback back_) in modify() function in boost::multi_index::detail::hashed_index
/third_party/boost/boost/multi_index/detail/
Dord_index_impl.hpp452 bool modify(iterator position,Modifier mod) in modify() function in boost::multi_index::detail::ordered_index_impl
473 bool modify(iterator position,Modifier mod,Rollback back_) in modify() function in boost::multi_index::detail::ordered_index_impl
/third_party/flutter/skia/tests/
DDeferredDisplayListTest.cpp94 void modify(int i) { in modify() function in SurfaceParameters
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java160 public Builder modify() { in modify() method in JSON
/third_party/skia/tests/
DDeferredDisplayListTest.cpp114 bool modify(int i) { in modify() function in SurfaceParameters
/third_party/python/Tools/clinic/
Dclinic.py2657 def modify(self): member in CConverter