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.cc1027 const Message* value_prototype = factory.GetPrototype(value_descriptor); in ConsumeAnyValue() local
1028 if (value_prototype == NULL) { in ConsumeAnyValue()
1031 google::protobuf::scoped_ptr<Message> value(value_prototype->New()); in ConsumeAnyValue()
/external/v8/src/compiler/
Djs-typed-lowering.cc1270 Node* value_prototype = effect = graph()->NewNode( in ReduceJSHasInPrototypeChain() local
1276 value_prototype, jsgraph()->NullConstant()); in ReduceJSHasInPrototypeChain()
1287 value_prototype, prototype); in ReduceJSHasInPrototypeChain()
1297 vloop->ReplaceInput(1, value_prototype); in ReduceJSHasInPrototypeChain()