OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:json_pos_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/json/
json_reader.cc
85
: start_pos_(NULL),
json_pos_
(NULL), stack_depth_(0),
167
json_pos_
= start_pos_;
177
SetErrorCode(JSON_UNEXPECTED_DATA_AFTER_ROOT,
json_pos_
);
183
SetErrorCode(JSON_SYNTAX_ERROR,
json_pos_
);
201
SetErrorCode(JSON_TOO_MUCH_NESTING,
json_pos_
);
209
SetErrorCode(JSON_BAD_ROOT_ELEMENT_TYPE,
json_pos_
);
246
json_pos_
+= token.length;
259
json_pos_
+= token.length;
265
SetErrorCode(JSON_TRAILING_COMMA,
json_pos_
);
284
json_pos_
+= token.length
[
all
...]
json_reader.h
80
// A pointer into JSONReader::
json_pos_
that's the beginning of this token.
185
// Increments |
json_pos_
| past leading whitespace and comments.
188
// If |
json_pos_
| is at the start of a comment, eat it, otherwise, returns
192
// Checks if |
json_pos_
| matches str.
203
const wchar_t*
json_pos_
;
member in class:base::JSONReader
Completed in 652 milliseconds