Home
last modified time | relevance | path

Searched refs:proto_string (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/api/
Denvironment.cc641 Local<String> proto_string = in InitializeContextRuntime() local
646 ->Delete(context, proto_string) in InitializeContextRuntime()
661 ->DefineProperty(context, proto_string, descriptor) in InitializeContextRuntime()
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc245 const string proto_string = is_proto3 ? "Proto3" : "Proto2"; in GetFieldForType() local
254 << " for " << proto_string.c_str(); in GetFieldForType()
275 const string proto_string = is_proto3 ? "Proto3" : "Proto2"; in GetFieldForMapType() local
279 << proto_string.c_str(); in GetFieldForMapType()
295 const string proto_string = is_proto3 ? "Proto3" : "Proto2"; in GetFieldForOneofType() local
298 << proto_string.c_str(); in GetFieldForOneofType()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h356 V(_, proto_string, "__proto__") \
Dbootstrapper.cc1648 isolate_, isolate_->initial_object_prototype(), factory->proto_string(), in InitializeGlobal()
/third_party/node/deps/v8/src/ast/
Dast.cc290 key->AsLiteral()->AsRawString() == ast_value_factory->proto_string()) { in ObjectLiteralProperty()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1153 SetPropertyReference(entry, roots.proto_string(), iter.GetCurrent()); in ExtractJSObjectReferences()