Home
last modified time | relevance | path

Searched defs:model_type (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/browser/extensions/value_store/
Dcef_value_store_factory.cc50 ModelType model_type) { in AddValueStore()
63 ModelType model_type) { in DeleteSettings()
135 ModelType model_type, in CreateSettingsStore()
151 ModelType model_type, in DeleteSettings()
157 ModelType model_type, in HasSettings()
/third_party/cef/libcef/browser/extensions/api/storage/
Dsync_value_store_cache.cc83 ValueStoreFactory::ModelType model_type = in GetStorage() local
/third_party/boost/boost/geometry/strategies/geographic/
Denvelope.hpp50 typedef Spheroid model_type; typedef in boost::geometry::strategy::envelope::geographic
Denvelope_segment.hpp40 typedef Spheroid model_type; typedef in boost::geometry::strategy::envelope::geographic_segment
Ddisjoint_segment_box.hpp59 typedef Spheroid model_type; typedef
Dazimuth.hpp40 typedef Spheroid model_type; typedef in boost::geometry::strategy::azimuth::geographic
Ddistance.hpp81 typedef Spheroid model_type; typedef in boost::geometry::strategy::distance::geographic
/third_party/boost/boost/geometry/srs/projections/
Dspar.hpp535 typedef SpheroidOrSphere model_type; typedef
627 template <typename T> struct model_type struct
629 typedef void type;
637 template <typename T> struct model_type struct
640 typedef typename spar::ellps<E>::model_type type;
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_ell_set.hpp178 typedef typename traits_type::template model_type<T>::type model_type; in apply() typedef