Searched refs:shared_buffer (Results 1 – 5 of 5) sorted by relevance
87 scoped_refptr<PlatformSharedBuffer> shared_buffer; in Create() local89 shared_buffer = in Create()92 shared_buffer = in Create()95 if (!shared_buffer) in Create()98 *result = CreateInternal(std::move(shared_buffer)); in Create()104 const scoped_refptr<PlatformSharedBuffer>& shared_buffer, in CreateFromPlatformSharedBuffer() argument106 if (!shared_buffer) in CreateFromPlatformSharedBuffer()109 *result = CreateInternal(shared_buffer); in CreateFromPlatformSharedBuffer()149 scoped_refptr<PlatformSharedBuffer> shared_buffer( in Deserialize() local153 if (!shared_buffer) { in Deserialize()[all …]
53 const scoped_refptr<PlatformSharedBuffer>& shared_buffer,92 scoped_refptr<PlatformSharedBuffer> shared_buffer) { in CreateInternal() argument94 new SharedBufferDispatcher(std::move(shared_buffer))); in CreateInternal()98 scoped_refptr<PlatformSharedBuffer> shared_buffer);
301 MojoHandle shared_buffer; in TEST_F() local303 MojoCreateSharedBuffer(&options, 100, &shared_buffer)); in TEST_F()311 shared_buffer, in TEST_F()343 CHECK_EQ(MojoMapBuffer(shared_buffer, 0, 100, &buffer, in TEST_F()
50 handle<shared_buffer> f_shared_buffer;
53 handle<shared_buffer> f21;54 handle<shared_buffer>? f22;