Searched refs:Pop (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp269 void Pop() { function in namespace:__anon1079
345 Pop();
353 Pop();
360 Pop();
366 Pop();
379 Pop();
384 Pop();
394 Pop();
400 Pop();
412 Pop();
[all...]
H A Ddecoding.cpp249 void Pop() { function in namespace:__anon1059
313 Pop();
329 Pop();
351 Pop();
364 Pop();
381 Pop();
405 Pop();
421 Pop();
431 Pop();
439 Pop();
[all...]
H A Dvalidating.cpp248 void Pop() { function in namespace:__anon1102
307 Pop();
323 Pop();
343 Pop();
355 Pop();
371 Pop();
395 Pop();
410 Pop();
420 Pop();
428 Pop();
[all...]
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dpath.cpp79 path.Pop();
85 path.Pop();
91 path.Pop();
102 path.Pop();
105 path.Pop();
121 path.Pop();
124 path.Pop();
127 path.Pop();
208 path.Pop();
250 path.Pop();
[all...]
/fuchsia/zircon/system/ulib/fuzz-utils/include/fuzz-utils/
H A Dpath.h48 void Pop();
78 // length by |Pop|.
/fuchsia/zircon/kernel/lib/hypervisor/include/hypervisor/
H A Dinterrupt_tracker.h44 zx_status_t Pop(uint32_t* vector) { function in class:hypervisor::InterruptTracker
/fuchsia/zircon/system/uapp/hid/
H A Dreport.cpp42 TAG(Pop);
/fuchsia/zircon/kernel/lib/fbl/
H A Darena.cpp165 void* Arena::Pool::Pop() {
249 allocation = data_.Pop();
264 Node* node = new (reinterpret_cast<void*>(control_.Pop())) Node{addr};
/fuchsia/zircon/kernel/lib/fbl/include/fbl/
H A Darena.h74 // is the size of object returned/accepted by Pop/Push.
80 void* Pop();
82 // Makes |p| available to be returned by future calls to Pop.
83 // |p| must be the pointer most recently returned by Pop, or
87 // Returns true if |addr| could have been returned by Pop and has
98 // Pop will only return values > |start| (besides nullptr).
102 // Pop will only return values <= |end|-|slot_size| (besides nullptr).
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dpath.cpp156 void Path::Pop() { function in class:fuzzing::Path
186 auto pop = fbl::MakeAutoCall([this]() { Pop(); });
H A Dfuzzer.cpp215 auto pop_prefix = fbl::MakeAutoCall([&out]() { out->Pop(); });
220 auto pop_package = fbl::MakeAutoCall([&out]() { out->Pop(); });
705 data_path_.Pop();
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dlock_class_state.h295 top = Pop();
317 LoopNode* Pop() { function in struct:lockdep::LockClassState::LoopDetector
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Dvcpu.cpp55 status = gich_state->interrupt_tracker.Pop(&vector);
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp705 zx_status_t status = local_apic_state->interrupt_tracker.Pop(&vector);

Completed in 140 milliseconds