OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastValue_
(Results
1 - 2
of
2
) sorted by null
/external/jsoncpp/include/json/
reader.h
238
Value*
lastValue_
;
/external/jsoncpp/src/lib_json/
json_reader.cpp
81
lastValue_
(), commentsBefore_(), features_(Features::all()),
86
lastValue_
(), commentsBefore_(), features_(features), collectComments_() {
123
lastValue_
= 0;
218
lastValue_
= ¤tValue();
360
assert(
lastValue_
!= 0);
361
lastValue_
->setComment(std::string(begin, end), placement);
Completed in 62 milliseconds