Home
last modified time | relevance | path

Searched refs:facets_ (Results 1 – 22 of 22) sorted by relevance

/dports/www/wsdlpull/wsdlpull-1.24/src/schemaparser/
H A DSimpleType.cpp62 facets_["length"] = LENGTH; in SimpleType()
63 facets_["minLength"]= MINLEN; in SimpleType()
64 facets_["maxLength"]= MAXLEN; in SimpleType()
65 facets_["enumeration"]= ENUM; in SimpleType()
66 facets_["whiteSpace"]= WSP; in SimpleType()
67 facets_["pattern"]= PATTERN; in SimpleType()
68 facets_["maxInclusive"]= MAXINC; in SimpleType()
69 facets_["maxExclusive"]= MAXEX; in SimpleType()
71 facets_["minExclusive"]= MINEX; in SimpleType()
88 int facetType=facets_[facet]; in isvalidFacet()
[all …]
H A DSimpleType.h129 std::map<std::string,int> facets_; variable
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/composite/
H A Daspect.hpp257 , facets_() in composite_aspect()
282 register_facets_property(this->property_handlers(),"facet",facets_,default_, factory_facets); in composite_aspect()
304 for(const auto& f : boost::adaptors::reverse(facets_)) { in recalculate()
321 for (const typesafe_aspect_ptr<T> f : facets_) { in to_config()
335 pos = facets_.size(); in add_facet()
345 facets_.insert(facets_.begin()+pos+j,b); in add_facet()
354 bool b = !facets_.empty(); in delete_all_facets()
355 facets_.clear(); in delete_all_facets()
361 for(aspect_ptr a : facets_) { in find_active()
370 typesafe_aspect_vector<T> facets_; member in ai::composite_aspect
/dports/devel/xsd/xsd-4.1.0.a11+dep/libxsd-frontend/xsd-frontend/semantic-graph/
H A Delements.hxx660 return facets_.empty (); in facet_empty()
666 return facets_.begin (); in facet_begin()
672 return facets_.end (); in facet_end()
678 return facets_.find (name); in facet_find()
684 facets_[name] = value; in facet_insert()
690 return facets_; in facets()
694 Facets facets_; member in XSDFrontend::SemanticGraph::Restricts
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
231 facets_(N), in __imp()
238 facets_ = locale::classic().__locale_->facets_; in __imp()
282 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
285 facets_ = other.facets_; in __imp()
296 : facets_(N), in __imp()
299 facets_ = other.facets_; in __imp()
367 : facets_(N), in __imp()
370 facets_ = other.facets_; in __imp()
437 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
231 facets_(N), in __imp()
238 facets_ = locale::classic().__locale_->facets_; in __imp()
282 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
285 facets_ = other.facets_; in __imp()
296 : facets_(N), in __imp()
299 facets_ = other.facets_; in __imp()
367 : facets_(N), in __imp()
370 facets_ = other.facets_; in __imp()
437 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/src/
H A Dlocale.cpp195 facets_(N), in __imp()
231 facets_(N), in __imp()
238 facets_ = locale::classic().__locale_->facets_; in __imp()
282 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
285 facets_ = other.facets_; in __imp()
296 : facets_(N), in __imp()
299 facets_ = other.facets_; in __imp()
367 : facets_(N), in __imp()
370 facets_ = other.facets_; in __imp()
437 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
231 facets_(N), in __imp()
238 facets_ = locale::classic().__locale_->facets_; in __imp()
282 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
285 facets_ = other.facets_; in __imp()
296 : facets_(N), in __imp()
299 facets_ = other.facets_; in __imp()
367 : facets_(N), in __imp()
370 facets_ = other.facets_; in __imp()
437 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
237 facets_(N), in __imp()
244 facets_ = locale::classic().__locale_->facets_; in __imp()
294 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
297 facets_ = other.facets_; in __imp()
308 : facets_(N), in __imp()
311 facets_ = other.facets_; in __imp()
385 : facets_(N), in __imp()
388 facets_ = other.facets_; in __imp()
461 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
237 facets_(N), in __imp()
244 facets_ = locale::classic().__locale_->facets_; in __imp()
294 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
297 facets_ = other.facets_; in __imp()
308 : facets_(N), in __imp()
311 facets_ = other.facets_; in __imp()
385 : facets_(N), in __imp()
388 facets_ = other.facets_; in __imp()
461 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/src/
H A Dlocale.cpp195 facets_(N), in __imp()
231 facets_(N), in __imp()
238 facets_ = locale::classic().__locale_->facets_; in __imp()
282 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
285 facets_ = other.facets_; in __imp()
296 : facets_(N), in __imp()
299 facets_ = other.facets_; in __imp()
367 : facets_(N), in __imp()
370 facets_ = other.facets_; in __imp()
437 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
237 facets_(N), in __imp()
244 facets_ = locale::classic().__locale_->facets_; in __imp()
294 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
297 facets_ = other.facets_; in __imp()
308 : facets_(N), in __imp()
311 facets_ = other.facets_; in __imp()
385 : facets_(N), in __imp()
388 facets_ = other.facets_; in __imp()
461 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
237 facets_(N), in __imp()
244 facets_ = locale::classic().__locale_->facets_; in __imp()
294 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
297 facets_ = other.facets_; in __imp()
308 : facets_(N), in __imp()
311 facets_ = other.facets_; in __imp()
385 : facets_(N), in __imp()
388 facets_ = other.facets_; in __imp()
461 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
237 facets_(N), in __imp()
244 facets_ = locale::classic().__locale_->facets_; in __imp()
294 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
297 facets_ = other.facets_; in __imp()
308 : facets_(N), in __imp()
311 facets_ = other.facets_; in __imp()
385 : facets_(N), in __imp()
388 facets_ = other.facets_; in __imp()
461 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
237 facets_(N), in __imp()
244 facets_ = locale::classic().__locale_->facets_; in __imp()
294 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
297 facets_ = other.facets_; in __imp()
308 : facets_(N), in __imp()
311 facets_ = other.facets_; in __imp()
385 : facets_(N), in __imp()
388 facets_ = other.facets_; in __imp()
461 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libcxx/
H A Dlocale.cpp195 facets_(N), in __imp()
231 facets_(N), in __imp()
238 facets_ = locale::classic().__locale_->facets_; in __imp()
282 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
285 facets_ = other.facets_; in __imp()
296 : facets_(N), in __imp()
299 facets_ = other.facets_; in __imp()
367 : facets_(N), in __imp()
370 facets_ = other.facets_; in __imp()
437 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/src/
H A Dlocale.cpp195 facets_(N), in __imp()
237 facets_(N), in __imp()
244 facets_ = locale::classic().__locale_->facets_; in __imp()
294 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
297 facets_ = other.facets_; in __imp()
308 : facets_(N), in __imp()
311 facets_ = other.facets_; in __imp()
385 : facets_(N), in __imp()
388 facets_ = other.facets_; in __imp()
461 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/src/
H A Dlocale.cpp181 facets_(N), in __imp()
247 facets_(N), in __imp()
254 facets_ = locale::classic().__locale_->facets_; in __imp()
313 : facets_(max<size_t>(N, other.facets_.size())), in __imp()
316 facets_ = other.facets_; in __imp()
323 : facets_(N), in __imp()
326 facets_ = other.facets_; in __imp()
416 : facets_(N), in __imp()
419 facets_ = other.facets_; in __imp()
516 : facets_(max<size_t>(N, other.facets_.size()+1)), in __imp()
[all …]
/dports/math/polymake/polymake-4.5/apps/topaz/include/
H A Dhasse_diagram.h64 SimplicialClosure(const IncidenceMatrix<>& facets_) in SimplicialClosure() argument
65 : facets(facets_) in SimplicialClosure()
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/xsd/cxx/tree/
H A Dtree-source.cxx2184 : facets_ (facets) in FacetCollector()
2208 facets_[i->first] = i->second; in traverse()
2213 facets_[i->first] = i->second; in traverse()
2221 Facets& facets_; member
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/mesh/
H A Dmesh.h946 geo_debug_assert(f == NO_FACET || f < facets_.nb()); in set_adjacent_facet()
1006 MeshFacetsStore& facets_; variable
H A Dmesh.cpp440 facets_(mesh.facets) { in MeshFacetCornersStore()