Home
last modified time | relevance | path

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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc4783 const Descriptor* foreign_type = result.descriptor; in FindExtension() local
4789 for (int i = 0; i < foreign_type->extension_count(); i++) { in FindExtension()
4790 const FieldDescriptor* extension = foreign_type->extension(i); in FindExtension()
4794 extension->message_type() == foreign_type) { in FindExtension()
/external/v8/src/
Dbootstrapper.cc1529 Handle<Foreign> foreign_type = in InstallNatives() local
1535 foreign_type, in InstallNatives()