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

/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_manager.cc278 extension_range = location_requests_.equal_range(extension_id); local
280 for (LocationRequestMap::iterator it = extension_range.first;
281 it != extension_range.second;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h639 // repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
643 inline const ::google::protobuf::DescriptorProto_ExtensionRange& extension_range(int index) const;
647 extension_range() const;
2925 // repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
2932 inline const ::google::protobuf::DescriptorProto_ExtensionRange& DescriptorProto::extension_range(int index) const { function in class:google::protobuf::DescriptorProto
2942 DescriptorProto::extension_range() const { function in class:google::protobuf::DescriptorProto
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h670 // repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
674 inline const ::google::protobuf::DescriptorProto_ExtensionRange& extension_range(int index) const;
678 extension_range() const;
3439 // repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
3446 inline const ::google::protobuf::DescriptorProto_ExtensionRange& DescriptorProto::extension_range(int index) const { function in class:google::protobuf::DescriptorProto
3456 DescriptorProto::extension_range() const { function in class:google::protobuf::DescriptorProto

Completed in 76 milliseconds