Searched defs:UnboundQueue (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dunbound-queue-inl.h37 struct UnboundQueue<Record>::Node: public Malloced {
48 UnboundQueue<Record>::UnboundQueue() { function in class:v8::internal::UnboundQueue
55 UnboundQueue<Record>::~UnboundQueue() {
61 void UnboundQueue<Record>::DeleteFirst() {
69 void UnboundQueue<Record>::Dequeue(Record* rec) {
78 void UnboundQueue<Record>::Enqueue(const Record& rec) {
87 Record* UnboundQueue<Record>::Peek() {
/external/chromium_org/v8/src/
H A Dunbound-queue-inl.h39 struct UnboundQueue<Record>::Node: public Malloced {
50 UnboundQueue<Record>::UnboundQueue() { function in class:v8::internal::UnboundQueue
57 UnboundQueue<Record>::~UnboundQueue() {
63 void UnboundQueue<Record>::DeleteFirst() {
71 bool UnboundQueue<Record>::Dequeue(Record* rec) {
81 void UnboundQueue<Record>::Enqueue(const Record& rec) {
93 bool UnboundQueue<Record>::IsEmpty() const {
99 Record* UnboundQueue<Recor
[all...]

Completed in 86 milliseconds