OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StructuredError
(Results
1 - 3
of
3
) sorted by null
/external/jsoncpp/include/json/
reader.h
42
struct
StructuredError
{
125
* \return A (possibly empty) vector of
StructuredError
objects. Currently
131
std::vector<
StructuredError
> getStructuredErrors() const;
/external/jsoncpp/src/lib_json/
json_reader.cpp
820
std::vector<Reader::
StructuredError
> Reader::getStructuredErrors() const {
821
std::vector<Reader::
StructuredError
> allErrors;
826
Reader::
StructuredError
structured;
/external/jsoncpp/src/test_lib_json/
main.cpp
[
all
...]
Completed in 560 milliseconds