OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushback_limit_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
scanner-character-streams.cc
43
pushback_limit_
(NULL) {
57
if (
pushback_limit_
== NULL && buffer_cursor_ > buffer_) {
69
// and the start of the buffer (from buffer start to
pushback_limit_
)
71
// We NULL the
pushback_limit_
if pushing all the way back to the
74
if (
pushback_limit_
== NULL) {
76
pushback_limit_
= buffer_end_;
85
pushback_limit_
= NULL;
86
} else if (buffer_cursor_ <
pushback_limit_
) {
87
pushback_limit_
= buffer_cursor_;
95
if (
pushback_limit_
!= NULL)
[
all
...]
scanner-character-streams.h
57
const uc16*
pushback_limit_
;
member in class:v8::internal::BufferedUtf16CharacterStream
/external/v8/src/
scanner-character-streams.cc
43
pushback_limit_
(NULL) {
56
if (
pushback_limit_
== NULL && buffer_cursor_ > buffer_) {
68
// and the start of the buffer (from buffer start to
pushback_limit_
)
70
// We NULL the
pushback_limit_
if pushing all the way back to the
73
if (
pushback_limit_
== NULL) {
75
pushback_limit_
= buffer_end_;
84
pushback_limit_
= NULL;
85
} else if (buffer_cursor_ <
pushback_limit_
) {
86
pushback_limit_
= buffer_cursor_;
94
if (
pushback_limit_
!= NULL)
[
all
...]
scanner-character-streams.h
57
const uc16*
pushback_limit_
;
member in class:v8::internal::BufferedUtf16CharacterStream
Completed in 59 milliseconds