Searched defs:Get (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dpointer.h294 //! Get the parsing error offset in code unit.
297 //! Get the parsing error code.
305 //! Get the token array (const version only).
308 //! Get the number of tokens.
457 ValueType* Get(ValueType& root) const { function in class:GenericPointer
487 const ValueType* Get(const ValueType& root) const { return Get(const_cast<ValueType&>(root)); } function in class:GenericPointer
496 Similar to Get(), but if the specified value do not exists, it creates all parents and clone the default value.
1045 return pointer.Get(root);
1050 return pointer.Get(roo
[all...]

Completed in 13 milliseconds