Searched refs:json_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
H A DBlinkGCPluginConsumer.cpp72 json_(0) {
96 json_ = JsonWriter::from(instance_.createOutputFile(
107 if (!err && json_) {
108 json_->OpenList();
110 json_ = 0;
123 if (json_) {
124 json_->CloseList();
125 delete json_;
126 json_ = 0;
573 if (!json_)
637 JsonWriter* json_; member in class:DumpEdgeVisitor
[all...]
H A DBlinkGCPluginConsumer.h90 JsonWriter* json_; member in class:BlinkGCPluginConsumer
/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc101 json_(),
159 p_ = json_ = StringPiece(coerced, leftover_.size());
161 p_ = json_ = leftover_;
184 p_ = json_ = chunk;
724 const char* json_start = json_.data();
727 std::min(p_start + kContextLength, json_start + json_.size());
H A Djson_stream_parser.h216 StringPiece json_; member in class:google::protobuf::util::converter::JsonStreamParser

Completed in 173 milliseconds