Home
last modified time | relevance | path

Searched defs:create_vector (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/geometry/test/strategies/
Dspherical_side.cpp43 static inline Vector create_vector(Point1 const& p1, Point2 const& p2) in create_vector() function
/third_party/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs368 pub fn create_vector<'a: 'b, 'b, T: Push + Copy + 'b>( in create_vector() method