Home
last modified time | relevance | path

Searched refs:map_state (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Diterator.hpp87 set_state(map_state(state)); in iterator()
112 std::size_t map_state(char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::iterator
115 ? unique_functor_type::map_state(*this, statename) in map_state()
Dfunctor.hpp267 map_state(MultiPass const& mp, char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::functor
/third_party/boost/libs/spirit/test/lex/
Dtest.hpp66 std::size_t stateid = lex.map_state(state); in test()
/third_party/boost/boost/spirit/home/lex/qi/
Dstate_switcher.hpp81 std::size_t state = it.map_state(statename); in set_lexer_state()
/third_party/boost/boost/spirit/home/lex/lexer/
Dlexer.hpp401 std::size_t map_state(char_type const* state) in map_state() function in boost::spirit::lex::lexer
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c92 if (attr.map_state != IsUnmapped) { in X11_IsWindowMapped()
294 if (attrib.map_state != IsUnmapped) { in SetupWindowData()
969 } while (attr.map_state != IsViewable); in X11_SetWindowBordered()
/third_party/flutter/glfw/src/
Dx11_window.c2023 return wa.map_state == IsViewable; in _glfwPlatformWindowVisible()
/third_party/quickjs/
Dquickjs.c913 struct JSMapState *map_state; /* JS_CLASS_MAP..JS_CLASS_WEAKSET */ member
45878 s = p->u.map_state; in js_map_finalizer()
45905 s = p->u.map_state; in js_map_mark()