Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flatbuffers/src/
Darray.rs54 pub fn as_ptr(&self) -> *const u8 { in as_ptr() method
/third_party/boost/boost/spirit/home/classic/phoenix/
Dbinders.hpp409 struct as_ptr { struct
411 typedef T* pointer_type;
413 static T* get(T& ref) in get()
419 struct as_ptr<T*> { struct
421 typedef T* pointer_type;
423 static T* get(T* ptr) in get()