Home
last modified time | relevance | path

Searched refs:value_prototype (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.cc1124 const Message* value_prototype = factory.GetPrototype(value_descriptor); in ConsumeAnyValue() local
1125 if (value_prototype == nullptr) { in ConsumeAnyValue()
1128 std::unique_ptr<Message> value(value_prototype->New()); in ConsumeAnyValue()
/external/v8/src/compiler/
Djs-typed-lowering.cc1269 Node* value_prototype = effect = graph()->NewNode( in ReduceJSHasInPrototypeChain() local
1275 value_prototype, jsgraph()->NullConstant()); in ReduceJSHasInPrototypeChain()
1286 value_prototype, prototype); in ReduceJSHasInPrototypeChain()
1296 vloop->ReplaceInput(1, value_prototype); in ReduceJSHasInPrototypeChain()