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

/external/chromium_org/third_party/bintrees/bintrees/
H A Dstack.c32 stack_push(node_stack_t *stack, node_t *node) function
/external/chromium_org/v8/src/
H A Djson-stringifier.h542 Result stack_push = StackPush(object); local
543 if (stack_push != SUCCESS) return stack_push;
624 Result stack_push = StackPush(object); local
625 if (stack_push != SUCCESS) return stack_push;

Completed in 161 milliseconds