Classes | Public Types | Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
Json::Value Class Reference

Represents a JSON value. More...

#include <json.h>

Classes

struct  CommentInfo
 
class  CZString
 
union  ValueHolder
 

Public Types

typedef Json::ArrayIndex ArrayIndex
 
typedef Json::ArrayIndex ArrayIndex
 
typedef ValueConstIterator const_iterator
 
typedef ValueConstIterator const_iterator
 
typedef Json::Int Int
 
typedef Json::Int Int
 
typedef Json::Int64 Int64
 
typedef Json::Int64 Int64
 
typedef ValueIterator iterator
 
typedef ValueIterator iterator
 
typedef Json::LargestInt LargestInt
 
typedef Json::LargestInt LargestInt
 
typedef Json::LargestUInt LargestUInt
 
typedef Json::LargestUInt LargestUInt
 
typedef std::vector< std::string > Members
 
typedef std::vector< std::string > Members
 
typedef std::map< CZString, ValueObjectValues
 
typedef std::map< CZString, ValueObjectValues
 
typedef Json::UInt UInt
 
typedef Json::UInt UInt
 
typedef Json::UInt64 UInt64
 
typedef Json::UInt64 UInt64
 

Public Member Functions

Valueappend (const Value &value)
 Append value to array at the end. More...
 
Valueappend (const Value &value)
 Append value to array at the end. More...
 
bool asBool () const
 
bool asBool () const
 
const char * asCString () const
 Embedded zeroes could cause you trouble! More...
 
const char * asCString () const
 Embedded zeroes could cause you trouble! More...
 
double asDouble () const
 
double asDouble () const
 
float asFloat () const
 
float asFloat () const
 
Int asInt () const
 
Int asInt () const
 
Int64 asInt64 () const
 
Int64 asInt64 () const
 
LargestInt asLargestInt () const
 
LargestInt asLargestInt () const
 
LargestUInt asLargestUInt () const
 
LargestUInt asLargestUInt () const
 
std::string asString () const
 Embedded zeroes are possible. More...
 
std::string asString () const
 Embedded zeroes are possible. More...
 
UInt asUInt () const
 
UInt asUInt () const
 
UInt64 asUInt64 () const
 
UInt64 asUInt64 () const
 
iterator begin ()
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator begin () const
 
void clear ()
 
void clear ()
 
int compare (const Value &other) const
 
int compare (const Value &other) const
 
Value constdemand (char const *begin, char const *end)
 
Value constdemand (char const *begin, char const *end)
 
bool empty () const
 Return true if empty array, empty object, or null; otherwise, false. More...
 
bool empty () const
 Return true if empty array, empty object, or null; otherwise, false. More...
 
iterator end ()
 
iterator end ()
 
const_iterator end () const
 
const_iterator end () const
 
Value constfind (char const *begin, char const *end) const
 
Value constfind (char const *begin, char const *end) const
 
Value get (ArrayIndex index, const Value &defaultValue) const
 
Value get (ArrayIndex index, const Value &defaultValue) const
 
Value get (const char *begin, const char *end, const Value &defaultValue) const
 
Value get (const char *begin, const char *end, const Value &defaultValue) const
 
Value get (const char *key, const Value &defaultValue) const
 
Value get (const char *key, const Value &defaultValue) const
 
Value get (const std::string &key, const Value &defaultValue) const
 
Value get (const std::string &key, const Value &defaultValue) const
 
std::string getComment (CommentPlacement placement) const
 Include delimiters and embedded newlines. More...
 
std::string getComment (CommentPlacement placement) const
 Include delimiters and embedded newlines. More...
 
Members getMemberNames () const
 Return a list of the member names. More...
 
Members getMemberNames () const
 Return a list of the member names. More...
 
size_t getOffsetLimit () const
 
size_t getOffsetLimit () const
 
size_t getOffsetStart () const
 
size_t getOffsetStart () const
 
bool getString (char const **begin, char const **end) const
 
bool getString (char const **begin, char const **end) const
 
bool hasComment (CommentPlacement placement) const
 
bool hasComment (CommentPlacement placement) const
 
bool isArray () const
 
bool isArray () const
 
bool isBool () const
 
bool isBool () const
 
bool isConvertibleTo (ValueType other) const
 
bool isConvertibleTo (ValueType other) const
 
bool isDouble () const
 
bool isDouble () const
 
bool isInt () const
 
bool isInt () const
 
bool isInt64 () const
 
bool isInt64 () const
 
bool isIntegral () const
 
bool isIntegral () const
 
bool isMember (const char *begin, const char *end) const
 Same as isMember(std::string const& key)const. More...
 
bool isMember (const char *begin, const char *end) const
 Same as isMember(std::string const& key)const. More...
 
bool isMember (const char *key) const
 
bool isMember (const char *key) const
 
bool isMember (const std::string &key) const
 
bool isMember (const std::string &key) const
 
bool isNull () const
 
bool isNull () const
 
bool isNumeric () const
 
bool isNumeric () const
 
bool isObject () const
 
bool isObject () const
 
bool isString () const
 
bool isString () const
 
bool isUInt () const
 
bool isUInt () const
 
bool isUInt64 () const
 
bool isUInt64 () const
 
bool isValidIndex (ArrayIndex index) const
 Return true if index < size(). More...
 
bool isValidIndex (ArrayIndex index) const
 Return true if index < size(). More...
 
bool operator! () const
 Return isNull() More...
 
bool operator! () const
 Return isNull() More...
 
bool operator!= (const Value &other) const
 
bool operator!= (const Value &other) const
 
bool operator< (const Value &other) const
 Compare payload only, not comments etc. More...
 
bool operator< (const Value &other) const
 Compare payload only, not comments etc. More...
 
bool operator<= (const Value &other) const
 
bool operator<= (const Value &other) const
 
Valueoperator= (Value other)
 
Valueoperator= (Value other)
 
bool operator== (const Value &other) const
 
bool operator== (const Value &other) const
 
bool operator> (const Value &other) const
 
bool operator> (const Value &other) const
 
bool operator>= (const Value &other) const
 
bool operator>= (const Value &other) const
 
Valueoperator[] (ArrayIndex index)
 
Valueoperator[] (ArrayIndex index)
 
const Valueoperator[] (ArrayIndex index) const
 
const Valueoperator[] (ArrayIndex index) const
 
Valueoperator[] (const char *key)
 
Valueoperator[] (const char *key)
 
const Valueoperator[] (const char *key) const
 
const Valueoperator[] (const char *key) const
 
Valueoperator[] (const StaticString &key)
 Access an object value by name, create a null member if it does not exist. More...
 
Valueoperator[] (const StaticString &key)
 Access an object value by name, create a null member if it does not exist. More...
 
Valueoperator[] (const std::string &key)
 
Valueoperator[] (const std::string &key)
 
const Valueoperator[] (const std::string &key) const
 
const Valueoperator[] (const std::string &key) const
 
Valueoperator[] (int index)
 
Valueoperator[] (int index)
 
const Valueoperator[] (int index) const
 
const Valueoperator[] (int index) const
 
bool removeIndex (ArrayIndex i, Value *removed)
 Remove the indexed array element. More...
 
bool removeIndex (ArrayIndex i, Value *removed)
 Remove the indexed array element. More...
 
bool removeMember (const char *begin, const char *end, Value *removed)
 Same as removeMember(std::string const& key, Value* removed) More...
 
bool removeMember (const char *begin, const char *end, Value *removed)
 Same as removeMember(std::string const& key, Value* removed) More...
 
Value removeMember (const char *key)
 Remove and return the named member. More...
 
Value removeMember (const char *key)
 Remove and return the named member. More...
 
bool removeMember (const char *key, Value *removed)
 
bool removeMember (const char *key, Value *removed)
 
Value removeMember (const std::string &key)
 
Value removeMember (const std::string &key)
 
bool removeMember (std::string const &key, Value *removed)
 Remove the named map member. More...
 
bool removeMember (std::string const &key, Value *removed)
 Remove the named map member. More...
 
void resize (ArrayIndex size)
 
void resize (ArrayIndex size)
 
void setComment (const char *comment, CommentPlacement placement)
 
void setComment (const char *comment, CommentPlacement placement)
 
void setComment (const char *comment, size_t len, CommentPlacement placement)
 Comments must be //... or /* ... *‍/. More...
 
void setComment (const char *comment, size_t len, CommentPlacement placement)
 Comments must be //... or /* ... *‍/. More...
 
void setComment (const std::string &comment, CommentPlacement placement)
 Comments must be //... or /* ... *‍/. More...
 
void setComment (const std::string &comment, CommentPlacement placement)
 Comments must be //... or /* ... *‍/. More...
 
void setOffsetLimit (size_t limit)
 
void setOffsetLimit (size_t limit)
 
void setOffsetStart (size_t start)
 
void setOffsetStart (size_t start)
 
ArrayIndex size () const
 Number of values in array or object. More...
 
ArrayIndex size () const
 Number of values in array or object. More...
 
void swap (Value &other)
 Swap everything. More...
 
void swap (Value &other)
 Swap everything. More...
 
void swapPayload (Value &other)
 Swap values but leave comments and source offsets in place. More...
 
void swapPayload (Value &other)
 Swap values but leave comments and source offsets in place. More...
 
std::string toStyledString () const
 
std::string toStyledString () const
 
ValueType type () const
 
ValueType type () const
 
 Value (bool value)
 
 Value (bool value)
 
 Value (const char *begin, const char *end)
 Copy all, incl zeroes. More...
 
 Value (const char *begin, const char *end)
 Copy all, incl zeroes. More...
 
 Value (const char *value)
 Copy til first 0. (NULL causes to seg-fault.) More...
 
 Value (const char *value)
 Copy til first 0. (NULL causes to seg-fault.) More...
 
 Value (const StaticString &value)
 Constructs a value from a static string. More...
 
 Value (const StaticString &value)
 Constructs a value from a static string. More...
 
 Value (const std::string &value)
 Copy data() til size(). Embedded zeroes too. More...
 
 Value (const std::string &value)
 Copy data() til size(). Embedded zeroes too. More...
 
 Value (const Value &other)
 Deep copy. More...
 
 Value (const Value &other)
 Deep copy. More...
 
 Value (double value)
 
 Value (double value)
 
 Value (Int value)
 
 Value (Int value)
 
 Value (Int64 value)
 
 Value (Int64 value)
 
 Value (UInt value)
 
 Value (UInt value)
 
 Value (UInt64 value)
 
 Value (UInt64 value)
 
 Value (ValueType type=nullValue)
 Create a default Value of the given type. More...
 
 Value (ValueType type=nullValue)
 Create a default Value of the given type. More...
 
 ~Value ()
 
 ~Value ()
 

Static Public Attributes

static const Int maxInt = Int(UInt(-1) / 2)
 Maximum signed int value that can be stored in a Json::Value. More...
 
static const Int64 maxInt64
 Maximum signed 64 bits int value that can be stored in a Json::Value. More...
 
static const LargestInt maxLargestInt = LargestInt(LargestUInt(-1) / 2)
 Maximum signed integer value that can be stored in a Json::Value. More...
 
static const LargestUInt maxLargestUInt = LargestUInt(-1)
 Maximum unsigned integer value that can be stored in a Json::Value. More...
 
static const UInt maxUInt = UInt(-1)
 Maximum unsigned int value that can be stored in a Json::Value. More...
 
static const UInt64 maxUInt64
 Maximum unsigned 64 bits int value that can be stored in a Json::Value. More...
 
static const Int minInt = Int(~(UInt(-1) / 2))
 Minimum signed int value that can be stored in a Json::Value. More...
 
static const Int64 minInt64
 Minimum signed 64 bits int value that can be stored in a Json::Value. More...
 
static const LargestInt minLargestInt = LargestInt(~(LargestUInt(-1) / 2))
 Minimum signed integer value that can be stored in a Json::Value. More...
 
static const Valuenull = reinterpret_cast<const Value&>(kNullRef)
 We regret this reference to a global instance; prefer the simpler Value(). More...
 
static const ValuenullRef = null
 

Private Member Functions

void initBasic (ValueType type, bool allocated=false)
 
void initBasic (ValueType type, bool allocated=false)
 
ValueresolveReference (const char *key)
 
ValueresolveReference (const char *key)
 
ValueresolveReference (const char *key, const char *end)
 
ValueresolveReference (const char *key, const char *end)
 

Private Attributes

unsigned int allocated_: 1
 
CommentInfocomments_
 
size_t limit_
 
size_t start_
 
ValueType type_: 8
 
union Json::Value::ValueHolder value_
 

Friends

class ValueIteratorBase
 

Detailed Description

Represents a JSON value.

This class is a discriminated union wrapper that can represents a:

The type of the held value is represented by a ValueType and can be obtained using type().

Values of an objectValue or arrayValue can be accessed using operator[]() methods. Non-const methods will automatically create the a nullValue element if it does not exist. The sequence of an arrayValue will be automatically resized and initialized with nullValue. resize() can be used to enlarge or truncate an arrayValue.

The get() methods can be used to obtain default value in the case the required element does not exist.

It is possible to iterate over the list of a objectValue values using the getMemberNames() method.

Note
Value string-length fit in size_t, but keys must be < 2^30. (The reason is an implementation detail.) A #CharReader will raise an exception if a bound is exceeded to avoid security holes in your app, but the Value API does not check bounds. That is the responsibility of the caller.

Definition at line 547 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

Member Typedef Documentation

◆ ArrayIndex [1/2]

typedef Json::ArrayIndex Json::Value::ArrayIndex

◆ ArrayIndex [2/2]

typedef Json::ArrayIndex Json::Value::ArrayIndex

◆ const_iterator [1/2]

typedef ValueConstIterator Json::Value::const_iterator

◆ const_iterator [2/2]

typedef ValueConstIterator Json::Value::const_iterator

◆ Int [1/2]

typedef Json::Int Json::Value::Int

◆ Int [2/2]

typedef Json::Int Json::Value::Int

◆ Int64 [1/2]

typedef Json::Int64 Json::Value::Int64

◆ Int64 [2/2]

typedef Json::Int64 Json::Value::Int64

◆ iterator [1/2]

typedef ValueIterator Json::Value::iterator

◆ iterator [2/2]

typedef ValueIterator Json::Value::iterator

◆ LargestInt [1/2]

typedef Json::LargestInt Json::Value::LargestInt

◆ LargestInt [2/2]

typedef Json::LargestInt Json::Value::LargestInt

◆ LargestUInt [1/2]

typedef Json::LargestUInt Json::Value::LargestUInt

◆ LargestUInt [2/2]

typedef Json::LargestUInt Json::Value::LargestUInt

◆ Members [1/2]

typedef std::vector<std::string> Json::Value::Members

◆ Members [2/2]

typedef std::vector<std::string> Json::Value::Members

◆ ObjectValues [1/2]

typedef std::map<CZString, Value> Json::Value::ObjectValues

◆ ObjectValues [2/2]

typedef std::map<CZString, Value> Json::Value::ObjectValues

◆ UInt [1/2]

typedef Json::UInt Json::Value::UInt

◆ UInt [2/2]

typedef Json::UInt Json::Value::UInt

◆ UInt64 [1/2]

typedef Json::UInt64 Json::Value::UInt64

◆ UInt64 [2/2]

typedef Json::UInt64 Json::Value::UInt64

Constructor & Destructor Documentation

◆ Value() [1/24]

Value::Value ( ValueType  type = nullValue)

Create a default Value of the given type.

This is a very useful constructor. To create an empty array, pass arrayValue. To create an empty object, pass objectValue. Another Value can then be set to this one by assignment. This is useful since clear() and resize() will not alter types.

Examples:
Json::Value null_value; // null
Json::Value arr_value(Json::arrayValue); // []
Json::Value obj_value(Json::objectValue); // {}

Definition at line 2717 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ Value() [2/24]

Value::Value ( Int  value)

◆ Value() [3/24]

Value::Value ( UInt  value)

◆ Value() [4/24]

Json::Value::Value ( Int64  value)

◆ Value() [5/24]

Json::Value::Value ( UInt64  value)

◆ Value() [6/24]

Value::Value ( double  value)

◆ Value() [7/24]

Value::Value ( const char *  value)

Copy til first 0. (NULL causes to seg-fault.)

Definition at line 2769 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ Value() [8/24]

Value::Value ( const char *  begin,
const char *  end 
)

Copy all, incl zeroes.

Definition at line 2774 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ Value() [9/24]

Value::Value ( const StaticString value)

Constructs a value from a static string.

Like other value string constructor but do not duplicate the string for internal storage. The given string must remain alive after the call to this constructor.

Note
This works only for null-terminated strings. (We cannot change the size of this class, so we have nowhere to store the length, which might be computed later for various operations.)

Example of usage:

static StaticString foo("some text");
Json::Value aValue(foo);

Definition at line 2786 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ Value() [10/24]

Value::Value ( const std::string &  value)

Copy data() til size(). Embedded zeroes too.

Definition at line 2780 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ Value() [11/24]

Value::Value ( bool  value)

◆ Value() [12/24]

Value::Value ( const Value other)

◆ ~Value() [1/2]

Value::~Value ( )

◆ Value() [13/24]

Json::Value::Value ( ValueType  type = nullValue)

Create a default Value of the given type.

This is a very useful constructor. To create an empty array, pass arrayValue. To create an empty object, pass objectValue. Another Value can then be set to this one by assignment. This is useful since clear() and resize() will not alter types.

Examples:
Json::Value null_value; // null
Json::Value arr_value(Json::arrayValue); // []
Json::Value obj_value(Json::objectValue); // {}

◆ Value() [14/24]

Json::Value::Value ( Int  value)

◆ Value() [15/24]

Json::Value::Value ( UInt  value)

◆ Value() [16/24]

Json::Value::Value ( Int64  value)

◆ Value() [17/24]

Json::Value::Value ( UInt64  value)

◆ Value() [18/24]

Json::Value::Value ( double  value)

◆ Value() [19/24]

Json::Value::Value ( const char *  value)

Copy til first 0. (NULL causes to seg-fault.)

◆ Value() [20/24]

Json::Value::Value ( const char *  begin,
const char *  end 
)

Copy all, incl zeroes.

◆ Value() [21/24]

Json::Value::Value ( const StaticString value)

Constructs a value from a static string.

Like other value string constructor but do not duplicate the string for internal storage. The given string must remain alive after the call to this constructor.

Note
This works only for null-terminated strings. (We cannot change the size of this class, so we have nowhere to store the length, which might be computed later for various operations.)

Example of usage:

static StaticString foo("some text");
Json::Value aValue(foo);

◆ Value() [22/24]

Json::Value::Value ( const std::string &  value)

Copy data() til size(). Embedded zeroes too.

◆ Value() [23/24]

Json::Value::Value ( bool  value)

◆ Value() [24/24]

Json::Value::Value ( const Value other)

Deep copy.

◆ ~Value() [2/2]

Value::~Value ( )

Member Function Documentation

◆ append() [1/2]

Value & Value::append ( const Value value)

Append value to array at the end.

Equivalent to jsonvalue[jsonvalue.size()] = value;

Definition at line 3478 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ append() [2/2]

Value& Json::Value::append ( const Value value)

Append value to array at the end.

Equivalent to jsonvalue[jsonvalue.size()] = value;

◆ asBool() [1/2]

bool Value::asBool ( ) const

◆ asBool() [2/2]

bool Json::Value::asBool ( ) const

◆ asCString() [1/2]

const char * Value::asCString ( ) const

Embedded zeroes could cause you trouble!

Definition at line 3009 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ asCString() [2/2]

const char* Json::Value::asCString ( ) const

Embedded zeroes could cause you trouble!

◆ asDouble() [1/2]

double Value::asDouble ( ) const

◆ asDouble() [2/2]

double Json::Value::asDouble ( ) const

◆ asFloat() [1/2]

float Value::asFloat ( ) const

◆ asFloat() [2/2]

float Json::Value::asFloat ( ) const

◆ asInt() [1/2]

Value::Int Value::asInt ( ) const

◆ asInt() [2/2]

Int Json::Value::asInt ( ) const

◆ asInt64() [1/2]

Int64 Json::Value::asInt64 ( ) const

◆ asInt64() [2/2]

Int64 Json::Value::asInt64 ( ) const

◆ asLargestInt() [1/2]

LargestInt Value::asLargestInt ( ) const

◆ asLargestInt() [2/2]

LargestInt Json::Value::asLargestInt ( ) const

◆ asLargestUInt() [1/2]

LargestUInt Value::asLargestUInt ( ) const

◆ asLargestUInt() [2/2]

LargestUInt Json::Value::asLargestUInt ( ) const

◆ asString() [1/2]

std::string Json::Value::asString ( ) const

Embedded zeroes are possible.

◆ asString() [2/2]

std::string Value::asString ( ) const

Embedded zeroes are possible.

Definition at line 3028 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ asUInt() [1/2]

Value::UInt Value::asUInt ( ) const

◆ asUInt() [2/2]

UInt Json::Value::asUInt ( ) const

◆ asUInt64() [1/2]

UInt64 Json::Value::asUInt64 ( ) const

◆ asUInt64() [2/2]

UInt64 Json::Value::asUInt64 ( ) const

◆ begin() [1/4]

iterator Json::Value::begin ( )

◆ begin() [2/4]

iterator Json::Value::begin ( )

◆ begin() [3/4]

Value::iterator Value::begin ( ) const

◆ begin() [4/4]

const_iterator Json::Value::begin ( ) const

◆ clear() [1/2]

void Value::clear ( )

Remove all object members and array elements.

Precondition
type() is arrayValue, objectValue, or nullValue
Postcondition
type() is unchanged

Definition at line 3297 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ clear() [2/2]

void Json::Value::clear ( )

Remove all object members and array elements.

Precondition
type() is arrayValue, objectValue, or nullValue
Postcondition
type() is unchanged

◆ compare() [1/2]

int Json::Value::compare ( const Value other) const

◆ compare() [2/2]

int Value::compare ( const Value other) const

◆ demand() [1/2]

Value const* Json::Value::demand ( char const begin,
char const end 
)

Most general and efficient version of object-mutators.

Note
As stated elsewhere, behavior is undefined if (end-begin) >= 2^30
Returns
non-zero, but JSON_ASSERT if this is neither object nor nullValue.

◆ demand() [2/2]

Value const* Json::Value::demand ( char const begin,
char const end 
)

Most general and efficient version of object-mutators.

Note
As stated elsewhere, behavior is undefined if (end-begin) >= 2^30
Returns
non-zero, but JSON_ASSERT if this is neither object nor nullValue.

◆ empty() [1/2]

bool Value::empty ( ) const

Return true if empty array, empty object, or null; otherwise, false.

Definition at line 3288 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ empty() [2/2]

bool Json::Value::empty ( ) const

Return true if empty array, empty object, or null; otherwise, false.

◆ end() [1/4]

iterator Json::Value::end ( )

◆ end() [2/4]

iterator Json::Value::end ( )

◆ end() [3/4]

Value::iterator Value::end ( ) const

◆ end() [4/4]

const_iterator Json::Value::end ( ) const

◆ find() [1/2]

Value const* Json::Value::find ( char const begin,
char const end 
) const

Most general and efficient version of isMember()const, get()const, and operator[]const

Note
As stated elsewhere, behavior is undefined if (end-begin) >= 2^30

◆ find() [2/2]

Value const * Value::find ( char const begin,
char const end 
) const

Most general and efficient version of isMember()const, get()const, and operator[]const

Note
As stated elsewhere, behavior is undefined if (end-begin) >= 2^30

Definition at line 3430 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ get() [1/8]

Value Json::Value::get ( ArrayIndex  index,
const Value defaultValue 
) const

If the array contains at least index+1 elements, returns the element value, otherwise returns defaultValue.

◆ get() [2/8]

Value Value::get ( ArrayIndex  index,
const Value defaultValue 
) const

If the array contains at least index+1 elements, returns the element value, otherwise returns defaultValue.

Definition at line 3423 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ get() [3/8]

Value Json::Value::get ( const char *  begin,
const char *  end,
const Value defaultValue 
) const

Return the member named key if it exist, defaultValue otherwise.

Note
deep copy
key may contain embedded nulls.

◆ get() [4/8]

Value Value::get ( const char *  begin,
const char *  end,
const Value defaultValue 
) const

Return the member named key if it exist, defaultValue otherwise.

Note
deep copy
key may contain embedded nulls.

Definition at line 3480 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ get() [5/8]

Value Json::Value::get ( const char *  key,
const Value defaultValue 
) const

Return the member named key if it exist, defaultValue otherwise.

Note
deep copy

◆ get() [6/8]

Value Value::get ( const char *  key,
const Value defaultValue 
) const

Return the member named key if it exist, defaultValue otherwise.

Note
deep copy

Definition at line 3485 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ get() [7/8]

Value Json::Value::get ( const std::string &  key,
const Value defaultValue 
) const

Return the member named key if it exist, defaultValue otherwise.

Note
deep copy
Parameters
keymay contain embedded nulls.

◆ get() [8/8]

Value Value::get ( const std::string &  key,
const Value defaultValue 
) const

Return the member named key if it exist, defaultValue otherwise.

Note
deep copy
Parameters
keymay contain embedded nulls.

Definition at line 3489 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ getComment() [1/2]

std::string Value::getComment ( CommentPlacement  placement) const

Include delimiters and embedded newlines.

Definition at line 3743 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ getComment() [2/2]

std::string Json::Value::getComment ( CommentPlacement  placement) const

Include delimiters and embedded newlines.

◆ getMemberNames() [1/2]

Value::Members Value::getMemberNames ( ) const

Return a list of the member names.

If null, return an empty list.

Precondition
type() is objectValue or nullValue
Postcondition
if type() was nullValue, it remains nullValue

Definition at line 3582 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ getMemberNames() [2/2]

Members Json::Value::getMemberNames ( ) const

Return a list of the member names.

If null, return an empty list.

Precondition
type() is objectValue or nullValue
Postcondition
if type() was nullValue, it remains nullValue

◆ getOffsetLimit() [1/2]

size_t Value::getOffsetLimit ( ) const

◆ getOffsetLimit() [2/2]

size_t Json::Value::getOffsetLimit ( ) const

◆ getOffsetStart() [1/2]

size_t Json::Value::getOffsetStart ( ) const

◆ getOffsetStart() [2/2]

size_t Value::getOffsetStart ( ) const

◆ getString() [1/2]

bool Json::Value::getString ( char const **  begin,
char const **  end 
) const

Get raw char* of string-value.

Returns
false if !string. (Seg-fault if str or end are NULL.)

◆ getString() [2/2]

bool Value::getString ( char const **  begin,
char const **  end 
) const

Get raw char* of string-value.

Returns
false if !string. (Seg-fault if str or end are NULL.)

Definition at line 3019 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ hasComment() [1/2]

bool Value::hasComment ( CommentPlacement  placement) const

◆ hasComment() [2/2]

bool Json::Value::hasComment ( CommentPlacement  placement) const

◆ initBasic() [1/2]

void Json::Value::initBasic ( ValueType  type,
bool  allocated = false 
)
private

◆ initBasic() [2/2]

void Value::initBasic ( ValueType  type,
bool  allocated = false 
)
private

◆ isArray() [1/2]

bool Value::isArray ( ) const

◆ isArray() [2/2]

bool Json::Value::isArray ( ) const

◆ isBool() [1/2]

bool Value::isBool ( ) const

◆ isBool() [2/2]

bool Json::Value::isBool ( ) const

◆ isConvertibleTo() [1/2]

bool Value::isConvertibleTo ( ValueType  other) const

◆ isConvertibleTo() [2/2]

bool Json::Value::isConvertibleTo ( ValueType  other) const

◆ isDouble() [1/2]

bool Json::Value::isDouble ( ) const

◆ isDouble() [2/2]

bool Value::isDouble ( ) const

◆ isInt() [1/2]

bool Value::isInt ( ) const

◆ isInt() [2/2]

bool Json::Value::isInt ( ) const

◆ isInt64() [1/2]

bool Value::isInt64 ( ) const

◆ isInt64() [2/2]

bool Json::Value::isInt64 ( ) const

◆ isIntegral() [1/2]

bool Json::Value::isIntegral ( ) const

◆ isIntegral() [2/2]

bool Value::isIntegral ( ) const

◆ isMember() [1/6]

bool Value::isMember ( const char *  begin,
const char *  end 
) const

◆ isMember() [2/6]

bool Json::Value::isMember ( const char *  begin,
const char *  end 
) const

◆ isMember() [3/6]

bool Value::isMember ( const char *  key) const

Return true if the object has a member named key.

Note
'key' must be null-terminated.

Definition at line 3567 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ isMember() [4/6]

bool Json::Value::isMember ( const char *  key) const

Return true if the object has a member named key.

Note
'key' must be null-terminated.

◆ isMember() [5/6]

bool Value::isMember ( const std::string &  key) const

Return true if the object has a member named key.

Parameters
keymay contain embedded nulls.

Definition at line 3571 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ isMember() [6/6]

bool Json::Value::isMember ( const std::string &  key) const

Return true if the object has a member named key.

Parameters
keymay contain embedded nulls.

◆ isNull() [1/2]

bool Json::Value::isNull ( ) const

◆ isNull() [2/2]

bool Value::isNull ( ) const

◆ isNumeric() [1/2]

bool Value::isNumeric ( ) const

◆ isNumeric() [2/2]

bool Json::Value::isNumeric ( ) const

◆ isObject() [1/2]

bool Value::isObject ( ) const

◆ isObject() [2/2]

bool Json::Value::isObject ( ) const

◆ isString() [1/2]

bool Value::isString ( ) const

◆ isString() [2/2]

bool Json::Value::isString ( ) const

◆ isUInt() [1/2]

bool Value::isUInt ( ) const

◆ isUInt() [2/2]

bool Json::Value::isUInt ( ) const

◆ isUInt64() [1/2]

bool Json::Value::isUInt64 ( ) const

◆ isUInt64() [2/2]

bool Value::isUInt64 ( ) const

◆ isValidIndex() [1/2]

bool Json::Value::isValidIndex ( ArrayIndex  index) const

Return true if index < size().

◆ isValidIndex() [2/2]

bool Value::isValidIndex ( ArrayIndex  index) const

Return true if index < size().

Definition at line 3428 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator!() [1/2]

bool Value::operator! ( ) const

◆ operator!() [2/2]

bool Json::Value::operator! ( ) const

Return isNull()

◆ operator!=() [1/2]

bool Value::operator!= ( const Value other) const

◆ operator!=() [2/2]

bool Json::Value::operator!= ( const Value other) const

◆ operator<() [1/2]

bool Value::operator< ( const Value other) const

Compare payload only, not comments etc.

Definition at line 2911 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator<() [2/2]

bool Json::Value::operator< ( const Value other) const

Compare payload only, not comments etc.

◆ operator<=() [1/2]

bool Json::Value::operator<= ( const Value other) const

◆ operator<=() [2/2]

bool Value::operator<= ( const Value other) const

◆ operator=() [1/2]

Value & Value::operator= ( Value  other)

Deep copy, then swap(other).

Note
Over-write existing comments. To preserve comments, use swapPayload().

Definition at line 2879 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator=() [2/2]

Value& Json::Value::operator= ( Value  other)

Deep copy, then swap(other).

Note
Over-write existing comments. To preserve comments, use swapPayload().

◆ operator==() [1/2]

bool Value::operator== ( const Value other) const

◆ operator==() [2/2]

bool Json::Value::operator== ( const Value other) const

◆ operator>() [1/2]

bool Value::operator> ( const Value other) const

◆ operator>() [2/2]

bool Json::Value::operator> ( const Value other) const

◆ operator>=() [1/2]

bool Value::operator>= ( const Value other) const

◆ operator>=() [2/2]

bool Json::Value::operator>= ( const Value other) const

◆ operator[]() [1/18]

Value & Value::operator[] ( ArrayIndex  index)

Access an array element (zero based index ). If the array contains less than index element, then null value are inserted in the array so that its size is index+1. (You may need to say 'value[0u]' to get your compiler to distinguish this from the operator[] which takes a string.)

Definition at line 3331 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator[]() [2/18]

Value& Json::Value::operator[] ( ArrayIndex  index)

Access an array element (zero based index ). If the array contains less than index element, then null value are inserted in the array so that its size is index+1. (You may need to say 'value[0u]' to get your compiler to distinguish this from the operator[] which takes a string.)

◆ operator[]() [3/18]

const Value& Json::Value::operator[] ( ArrayIndex  index) const

Access an array element (zero based index ) (You may need to say 'value[0u]' to get your compiler to distinguish this from the operator[] which takes a string.)

◆ operator[]() [4/18]

const Value & Value::operator[] ( ArrayIndex  index) const

Access an array element (zero based index ) (You may need to say 'value[0u]' to get your compiler to distinguish this from the operator[] which takes a string.)

Definition at line 3354 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator[]() [5/18]

Value & Value::operator[] ( const char *  key)

Access an object value by name, create a null member if it does not exist.

Note
Because of our implementation, keys are limited to 2^30 -1 chars. Exceeding that will cause an exception.

Definition at line 3454 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator[]() [6/18]

Value& Json::Value::operator[] ( const char *  key)

Access an object value by name, create a null member if it does not exist.

Note
Because of our implementation, keys are limited to 2^30 -1 chars. Exceeding that will cause an exception.

◆ operator[]() [7/18]

const Value& Json::Value::operator[] ( const char *  key) const

Access an object value by name, returns null if there is no member with that name.

◆ operator[]() [8/18]

const Value & Value::operator[] ( const char *  key) const

Access an object value by name, returns null if there is no member with that name.

Definition at line 3441 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator[]() [9/18]

Value& Json::Value::operator[] ( const StaticString key)

Access an object value by name, create a null member if it does not exist.

If the object has no entry for that name, then the member name used to store the new entry is not duplicated. Example of use:

Json::Value object;
static const StaticString code("code");
object[code] = 1234;

◆ operator[]() [10/18]

Value & Value::operator[] ( const StaticString key)

Access an object value by name, create a null member if it does not exist.

If the object has no entry for that name, then the member name used to store the new entry is not duplicated. Example of use:

Json::Value object;
static const StaticString code("code");
object[code] = 1234;

Definition at line 3462 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator[]() [11/18]

Value& Json::Value::operator[] ( const std::string &  key)

Access an object value by name, create a null member if it does not exist.

Parameters
keymay contain embedded nulls.

◆ operator[]() [12/18]

Value & Value::operator[] ( const std::string &  key)

Access an object value by name, create a null member if it does not exist.

Parameters
keymay contain embedded nulls.

Definition at line 3458 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator[]() [13/18]

const Value& Json::Value::operator[] ( const std::string &  key) const

Access an object value by name, returns null if there is no member with that name.

Parameters
keymay contain embedded nulls.

◆ operator[]() [14/18]

Value const & Value::operator[] ( const std::string &  key) const

Access an object value by name, returns null if there is no member with that name.

Parameters
keymay contain embedded nulls.

Definition at line 3447 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator[]() [15/18]

Value& Json::Value::operator[] ( int  index)

Access an array element (zero based index ). If the array contains less than index element, then null value are inserted in the array so that its size is index+1. (You may need to say 'value[0u]' to get your compiler to distinguish this from the operator[] which takes a string.)

◆ operator[]() [16/18]

Value & Value::operator[] ( int  index)

Access an array element (zero based index ). If the array contains less than index element, then null value are inserted in the array so that its size is index+1. (You may need to say 'value[0u]' to get your compiler to distinguish this from the operator[] which takes a string.)

Definition at line 3347 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ operator[]() [17/18]

const Value& Json::Value::operator[] ( int  index) const

Access an array element (zero based index ) (You may need to say 'value[0u]' to get your compiler to distinguish this from the operator[] which takes a string.)

◆ operator[]() [18/18]

const Value & Value::operator[] ( int  index) const

Access an array element (zero based index ) (You may need to say 'value[0u]' to get your compiler to distinguish this from the operator[] which takes a string.)

Definition at line 3367 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ removeIndex() [1/2]

bool Json::Value::removeIndex ( ArrayIndex  i,
Value removed 
)

Remove the indexed array element.

O(n) expensive operations. Update 'removed' iff removed.

Returns
true iff removed (no exceptions)

◆ removeIndex() [2/2]

bool Value::removeIndex ( ArrayIndex  i,
Value removed 
)

Remove the indexed array element.

O(n) expensive operations. Update 'removed' iff removed.

Returns
true iff removed (no exceptions)

Definition at line 3532 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ removeMember() [1/10]

bool Value::removeMember ( const char *  begin,
const char *  end,
Value removed 
)

◆ removeMember() [2/10]

bool Json::Value::removeMember ( const char *  begin,
const char *  end,
Value removed 
)

◆ removeMember() [3/10]

Value Json::Value::removeMember ( const char *  key)

Remove and return the named member.

Do nothing if it did not exist.

Returns
the removed Value, or null.
Precondition
type() is objectValue or nullValue
Postcondition
type() is unchanged
Deprecated:

◆ removeMember() [4/10]

Value Value::removeMember ( const char *  key)

Remove and return the named member.

Do nothing if it did not exist.

Returns
the removed Value, or null.
Precondition
type() is objectValue or nullValue
Postcondition
type() is unchanged
Deprecated:

Definition at line 3516 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ removeMember() [5/10]

bool Json::Value::removeMember ( const char *  key,
Value removed 
)

◆ removeMember() [6/10]

bool Value::removeMember ( const char *  key,
Value removed 
)

◆ removeMember() [7/10]

Value Json::Value::removeMember ( const std::string &  key)

Same as removeMember(const char*)

Parameters
keymay contain embedded nulls.
Deprecated:

◆ removeMember() [8/10]

Value Value::removeMember ( const std::string &  key)

Same as removeMember(const char*)

Parameters
keymay contain embedded nulls.
Deprecated:

Definition at line 3527 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ removeMember() [9/10]

bool Value::removeMember ( std::string const key,
Value removed 
)

Remove the named map member.

Update 'removed' iff removed.

Parameters
keymay contain embedded nulls.
Returns
true iff removed (no exceptions)

Definition at line 3512 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ removeMember() [10/10]

bool Json::Value::removeMember ( std::string const key,
Value removed 
)

Remove the named map member.

Update 'removed' iff removed.

Parameters
keymay contain embedded nulls.
Returns
true iff removed (no exceptions)

◆ resize() [1/2]

void Json::Value::resize ( ArrayIndex  size)

Resize the array to size elements. New elements are initialized to null. May only be called on nullValue or arrayValue.

Precondition
type() is arrayValue or nullValue
Postcondition
type() is arrayValue

◆ resize() [2/2]

void Value::resize ( ArrayIndex  size)

Resize the array to size elements. New elements are initialized to null. May only be called on nullValue or arrayValue.

Precondition
type() is arrayValue or nullValue
Postcondition
type() is arrayValue

Definition at line 3313 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ resolveReference() [1/4]

Value & Value::resolveReference ( const char *  key)
private

◆ resolveReference() [2/4]

Value& Json::Value::resolveReference ( const char *  key)
private

◆ resolveReference() [3/4]

Value& Json::Value::resolveReference ( const char *  key,
const char *  end 
)
private

◆ resolveReference() [4/4]

Value & Value::resolveReference ( const char *  key,
const char *  end 
)
private

◆ setComment() [1/6]

void Value::setComment ( const char *  comment,
CommentPlacement  placement 
)

◆ setComment() [2/6]

void Json::Value::setComment ( const char *  comment,
CommentPlacement  placement 
)
Deprecated:
Always pass len.

◆ setComment() [3/6]

void Json::Value::setComment ( const char *  comment,
size_t  len,
CommentPlacement  placement 
)

Comments must be //... or /* ... *‍/.

◆ setComment() [4/6]

void Value::setComment ( const char *  comment,
size_t  len,
CommentPlacement  placement 
)

Comments must be //... or /* ... *‍/.

Definition at line 3721 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ setComment() [5/6]

void Json::Value::setComment ( const std::string &  comment,
CommentPlacement  placement 
)

Comments must be //... or /* ... *‍/.

◆ setComment() [6/6]

void Value::setComment ( const std::string &  comment,
CommentPlacement  placement 
)

Comments must be //... or /* ... *‍/.

Definition at line 3735 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ setOffsetLimit() [1/2]

void Json::Value::setOffsetLimit ( size_t  limit)

◆ setOffsetLimit() [2/2]

void Value::setOffsetLimit ( size_t  limit)

◆ setOffsetStart() [1/2]

void Json::Value::setOffsetStart ( size_t  start)

◆ setOffsetStart() [2/2]

void Value::setOffsetStart ( size_t  start)

◆ size() [1/2]

ArrayIndex Json::Value::size ( ) const

Number of values in array or object.

◆ size() [2/2]

ArrayIndex Value::size ( ) const

Number of values in array or object.

Definition at line 3265 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ swap() [1/2]

void Value::swap ( Value other)

◆ swap() [2/2]

void Json::Value::swap ( Value other)

Swap everything.

◆ swapPayload() [1/2]

void Json::Value::swapPayload ( Value other)

Swap values but leave comments and source offsets in place.

◆ swapPayload() [2/2]

void Value::swapPayload ( Value other)

Swap values but leave comments and source offsets in place.

Definition at line 2884 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.

◆ toStyledString() [1/2]

std::string Json::Value::toStyledString ( ) const

◆ toStyledString() [2/2]

std::string Value::toStyledString ( ) const

◆ type() [1/2]

ValueType Value::type ( ) const

◆ type() [2/2]

ValueType Json::Value::type ( ) const

Friends And Related Function Documentation

◆ ValueIteratorBase

Member Data Documentation

◆ allocated_

unsigned int Value::allocated_
private

◆ comments_

CommentInfo * Value::comments_
private

◆ limit_

size_t Value::limit_
private

◆ maxInt

const Int Value::maxInt = Int(UInt(-1) / 2)
static

Maximum signed int value that can be stored in a Json::Value.

Definition at line 575 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ maxInt64

static const Int64 Value::maxInt64
static

Maximum signed 64 bits int value that can be stored in a Json::Value.

Definition at line 583 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ maxLargestInt

const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2)
static

Maximum signed integer value that can be stored in a Json::Value.

Definition at line 568 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ maxLargestUInt

const LargestUInt Value::maxLargestUInt = LargestUInt(-1)
static

Maximum unsigned integer value that can be stored in a Json::Value.

Definition at line 570 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ maxUInt

const UInt Value::maxUInt = UInt(-1)
static

Maximum unsigned int value that can be stored in a Json::Value.

Definition at line 577 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ maxUInt64

static const UInt64 Value::maxUInt64
static

Maximum unsigned 64 bits int value that can be stored in a Json::Value.

Definition at line 585 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ minInt

const Int Value::minInt = Int(~(UInt(-1) / 2))
static

Minimum signed int value that can be stored in a Json::Value.

Definition at line 573 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ minInt64

static const Int64 Value::minInt64
static

Minimum signed 64 bits int value that can be stored in a Json::Value.

Definition at line 581 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ minLargestInt

const LargestInt Value::minLargestInt = LargestInt(~(LargestUInt(-1) / 2))
static

Minimum signed integer value that can be stored in a Json::Value.

Definition at line 566 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ null

const Value & Value::null = reinterpret_cast<const Value&>(kNullRef)
static

We regret this reference to a global instance; prefer the simpler Value().

Definition at line 563 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ nullRef

const Value & Value::nullRef = null
static

just a kludge for binary-compatibility; same as null

Definition at line 564 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.

◆ start_

size_t Value::start_
private

◆ type_

ValueType Value::type_
private

◆ value_

union Json::Value::ValueHolder Value::value_
private

The documentation for this class was generated from the following files:
foo
Definition: bloaty/third_party/googletest/googletest/test/googletest-output-test_.cc:546
Json::objectValue
@ objectValue
object value (collection of name/value pairs).
Definition: third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h:471
grpc_status._async.code
code
Definition: grpcio_status/grpc_status/_async.py:34
Json::arrayValue
@ arrayValue
array value (ordered list)
Definition: third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h:470
foo
int foo
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/statusor_test.cc:66
Json::Value
Represents a JSON value.
Definition: third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h:547


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:41