Home
last modified time | relevance | path

Searched refs:ConstructDeletedValue (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dwtf_hash_util.h100 static void ConstructDeletedValue(mojo::StructPtr<T>& slot, bool) {
101 mojo::internal::StructPtrWTFHelper<T>::ConstructDeletedValue(slot);
121 static void ConstructDeletedValue(mojo::InlinedStructPtr<T>& slot, bool) {
122 mojo::internal::InlinedStructPtrWTFHelper<T>::ConstructDeletedValue(slot);
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h243 static void ConstructDeletedValue(mojo::StructPtr<Struct>& slot) { in ConstructDeletedValue() function
262 static void ConstructDeletedValue(mojo::InlinedStructPtr<Struct>& slot) { in ConstructDeletedValue() function
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Denum_macros.tmpl129 static void ConstructDeletedValue({{enum_name}}& slot, bool) {