Searched defs:SchemaTemplate (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
H A Dprotobuf_v8.cpp94 Persistent<FunctionTemplate> SchemaTemplate; member in namespace:protobuf_v8
535 SchemaTemplate = Persistent<FunctionTemplate>::New(FunctionTemplate::New(Schema::NewSchema));
536 SchemaTemplate->SetClassName(String::New("Schema"));
539 SchemaTemplate->InstanceTemplate()->SetInternalFieldCount(2);
540 SchemaTemplate->InstanceTemplate()->SetNamedPropertyHandler(Schema::GetType);
552 target->Set(String::New("Schema"), protobuf_v8::SchemaTemplate); member in class:protobuf_v8

Completed in 4 milliseconds