Searched refs:push_back (Results 51 - 75 of 143) sorted by relevance

123456

/fuchsia/zircon/system/ulib/fs/
H A Dblock-txn.cpp58 requests_.push_back(fbl::move(request));
/fuchsia/zircon/system/ulib/trace-reader/
H A Dreader.cpp447 out_arguments->push_back(Argument{fbl::move(name),
453 out_arguments->push_back(Argument{fbl::move(name),
459 out_arguments->push_back(Argument{fbl::move(name),
469 out_arguments->push_back(Argument{fbl::move(name),
479 out_arguments->push_back(Argument{fbl::move(name),
489 out_arguments->push_back(Argument{fbl::move(name),
501 out_arguments->push_back(
512 out_arguments->push_back(Argument{fbl::move(name),
522 out_arguments->push_back(Argument{fbl::move(name),
/fuchsia/zircon/system/utest/cobalt-client/
H A Dcollector_test.cpp44 entries_.push_back({.metric_id = metric_id,
392 observe_args.histograms.push_back(
394 observe_args.counters.push_back(
418 thread_ids.push_back(thread_id);
H A Dcounter_test.cpp125 thread_ids.push_back({});
189 thread_ids.push_back({});
318 thread_ids.push_back({});
413 thread_ids.push_back({});
H A Dtypes_internal_test.cpp131 thread_ids.push_back({});
/fuchsia/zircon/kernel/object/
H A Ddispatcher.cpp120 obs_to_remove.push_back(observers->erase(to_remove));
318 obs_to_remove->push_back(observers_.erase(to_remove));
H A Djob_dispatcher.cpp158 all_jobs_list_.push_back(this);
208 procs_.push_back(process.get());
221 jobs_.push_back(job.get());
H A Dport_dispatcher.cpp246 interrupt_packets_.push_back(port_packet);
274 packets_.push_back(port_packet);
425 eports_.push_back(fbl::move(AdoptRef(eport)));
H A Dchannel_dispatcher.cpp247 waiters_.push_back(waiter);
319 messages_.push_back(fbl::move(msg));
/fuchsia/zircon/system/ulib/cobalt-client/
H A Dhistogram.cpp92 buckets_.push_back(BaseCounter());
106 bucket_buffer_.push_back(bucket);
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dfuzzer.cpp120 inputs_.push_back(arg);
335 out->push_back("/system/bin/run");
337 out->push_back(target_.c_str());
342 out->push_back(fbl::StringPrintf("-%s=%s", key, val).c_str());
345 out->push_back(input);
739 inputs_.push_back("");
751 inputs_.push_back(data_path_.Join(artifact).c_str());
779 inputs_.push_back(data_path_.Join("corpus.prev").c_str());
/fuchsia/zircon/system/utest/fs-vnode/
H A Dlazy-dir-tests.cpp56 out_vector->push_back({content.id, content.name, V_TYPE_FILE});
69 contents_.push_back(fbl::move(content));
/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.cpp71 completed_reads_.push_back(std::move(transfer));
237 poll_fds_.push_back(pollfd{fd, events, 0});
258 poll_fds_.push_back(pollfd{socket_fd_.get(), POLLIN, 0});
378 poll_fds_.push_back(pollfd{client_fd, POLLIN, 0});
499 queued_ctrl_msgs_.push_back(msg);
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dfuchsia-run-test.cpp140 state->data.push_back({ sink_name, zx::vmo{vmo} });
246 fdio_actions.push_back(
264 fdio_actions.push_back(
267 fdio_actions.push_back(
464 it->files.push_back(DumpFile{name, dump_file});
/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp460 library_name.push_back((*iter)->location().data());
631 library_name.push_back(component->location().data());
665 using_.push_back(std::move(using_dir));
681 const_declarations_.push_back(std::make_unique<Const>(std::move(attributes), std::move(name),
705 enum_declarations_.push_back(
722 superinterfaces.push_back(std::move(superinterface_name));
770 interface_declarations_.push_back(
797 struct_declarations_.push_back(
838 table_declarations_.push_back(
857 union_declarations_.push_back(
[all...]
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Ddevice_context.cpp277 allocated_regions_.push_back(fbl::move(region), &ac);
334 allocated_regions_.push_back(fbl::move(region), &ac);
371 allocated_regions_.push_back(fbl::move(region), &ac);
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream-interface.cpp150 formats_.push_back(fbl::move(format));
300 format_map_.push_back({ range, fmt.alt_id(), fmt.ep_addr(), fmt.max_req_size() });
306 format_map_.push_back({ range, fmt.alt_id(), fmt.ep_addr(), fmt.max_req_size() });
H A Dusb-audio-device.cpp221 aud_stream_ifcs.push_back(fbl::move(ifc));
332 streams_.push_back(stream);
/fuchsia/zircon/kernel/arch/x86/
H A Dioport.cpp126 bitmap_freelist.push_back(fbl::unique_ptr<bitmap::RleBitmapElement>(new (&ac) bitmap::RleBitmapElement()));
/fuchsia/zircon/system/host/abigen/
H A Dgenerator.cpp100 category_map_[attr].push_back(&sc.name);
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp232 coll_.push_back(col);
276 fields_.push_back(field, &ac);
292 usages_.push_back(data);
386 stack_.push_back(table_, &ac);
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dthread_lock_state.h133 acquired_locks_.push_back(lock_entry);
/fuchsia/zircon/system/utest/fidl-compiler/
H A Dformatter_unittests.cpp69 lines.push_back(line);
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dtest-fuzzer.cpp90 args_.push_back(arg);
/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm-private.h59 bool push_back(uint32_t pslice) { function in class:fvm::SliceExtent
62 pslices_.push_back(pslice, &ac);

Completed in 274 milliseconds

123456