HomeSort by relevance Sort by last modified time
    Searched refs:owns_value (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/json/
json.h 43 bool owns_value; member in struct:grpc_json
74 * in any of the objects of that tree, unless the boolean, owns_value,
92 grpc_json_type type, bool owns_value);
json.cc 52 if (json->owns_value) {
82 grpc_json_type type, bool owns_value) {
85 child->owns_value = owns_value;

Completed in 125 milliseconds