Searched refs:prototype_ (Results 1 – 4 of 4) sorted by relevance
65 const Message* prototype_; member in google::protobuf::DynamicMessageTest102 prototype_ = factory_.GetPrototype(descriptor_); in SetUp()129 EXPECT_EQ(prototype_->GetDescriptor(), descriptor_); in TEST_F()134 EXPECT_EQ(prototype_, factory_.GetPrototype(descriptor_)); in TEST_F()140 reflection_tester.ExpectClearViaReflection(*prototype_); in TEST_F()148 Message* message = prototype_->New(GetParam() ? &arena : NULL); in TEST_P()261 Message* message = prototype_->New(GetParam() ? &arena : NULL); in TEST_P()276 Message* message = prototype_->New(&arena); in TEST_F()
68 prototype_ = MessageFactory::generated_factory()->GetPrototype(d); in Fixture()74 const Message* prototype_; member in Fixture
219 prototype_(prototype) { in PrototypePropertyDependency()223 .equals(prototype_)); in PrototypePropertyDependency()231 function->instance_prototype() == *prototype_.object(); in IsValid()251 return base::hash_combine(h(function_), h(prototype_)); in Hash()257 prototype_.equals(zat->prototype_); in Equals()261 const ObjectRef prototype_; member in v8::internal::compiler::__anon82456ba40211::PrototypePropertyDependency
2212 def PrototypeInst : NVPTXInst<(outs), (ins i32imm:$val), ", prototype_$val;",