Home
last modified time | relevance | path

Searched refs:SetToNull (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/mojo/public/cpp/base/
Dshared_memory_mojom_traits.h23 static void SetToNull(base::ReadOnlySharedMemoryRegion* region); in COMPONENT_EXPORT()
35 static void SetToNull(base::UnsafeSharedMemoryRegion* region); in COMPONENT_EXPORT()
47 static void SetToNull(base::WritableSharedMemoryRegion* region); in COMPONENT_EXPORT()
Dshared_memory_mojom_traits.cc22 SetToNull(base::ReadOnlySharedMemoryRegion* region) { in SetToNull() function in mojo::StructTraits::mojom::ReadOnlySharedMemoryRegionDataView::ReadOnlySharedMemoryRegion
53 SetToNull(base::UnsafeSharedMemoryRegion* region) { in SetToNull() function in mojo::StructTraits::mojom::UnsafeSharedMemoryRegionDataView::UnsafeSharedMemoryRegion
84 SetToNull(base::WritableSharedMemoryRegion* region) { in SetToNull() function in mojo::StructTraits::mojom::WritableSharedMemoryRegionDataView::WritableSharedMemoryRegion
Dref_counted_memory_mojom_traits.h26 static void SetToNull(scoped_refptr<base::RefCountedMemory>* out); in COMPONENT_EXPORT()
Dfile_mojom_traits.h19 static void SetToNull(base::File* file) { *file = base::File(); } in COMPONENT_EXPORT()
Dref_counted_memory_mojom_traits.cc28 SetToNull(scoped_refptr<base::RefCountedMemory>* out) { in SetToNull() function in mojo::StructTraits::mojom::RefCountedMemoryDataView::RefCountedMemory
/external/libchrome/mojo/public/cpp/bindings/
Dmap_traits_stl.h27 static void SetToNull(std::map<K, V, Compare>* output) {
78 static void SetToNull(std::unordered_map<K, V>* output) {
Dstring_traits_stl.h21 static void SetToNull(std::string* output) {
Dstring_traits_string_piece.h24 static void SetToNull(base::StringPiece* output) {
Dstring_traits_wtf.h17 static void SetToNull(WTF::String* output);
Darray_traits_wtf_vector.h22 static void SetToNull(WTF::Vector<U, InlineCapacity>* output) {
Dmap_traits_wtf_hash_map.h26 static void SetToNull(WTF::HashMap<K, V>* output) {
Darray_traits_stl.h25 static void SetToNull(std::vector<T>* output) {
DREADME.md1387 `IsNull` and `SetToNull` methods. See
/external/libchrome/mojo/public/cpp/bindings/lib/
Dserialization_util.h51 static char Test(decltype(U::SetToNull) *);
65 Traits::SetToNull(output); in CallSetToNullIfExists()
Dstring_traits_wtf.cc46 void StringTraits<WTF::String>::SetToNull(WTF::String* output) { in SetToNull() function in mojo::StringTraits::String
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl_traits.h147 static void SetToNull(std::unique_ptr<int>* data) { data->reset(); }
164 static void SetToNull(std::unique_ptr<test::UnionWithTraitsBase>* data) {
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dunion_traits_declaration.tmpl7 static void SetToNull({{mojom_type}}Ptr* output) { output->reset(); }
Dstruct_traits_declaration.tmpl7 static void SetToNull({{mojom_type}}Ptr* output) { output->reset(); }