Home
last modified time | relevance | path

Searched defs:static_ (Results 1 – 15 of 15) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/impl/
Dstatic.hpp42 struct static_ struct
47 struct destructor
55 struct default_ctor
66 typedef T value_type;
67 typedef typename boost::call_traits<T>::reference reference;
68 typedef typename boost::call_traits<T>::const_reference const_reference;
70 static_(Tag = Tag()) in static_() argument
75 operator reference() in operator reference()
80 operator const_reference() const in operator const_reference()
85 reference get() in get()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
DImportDeclaration.java45 private boolean static_; field in ImportDeclaration
131 public void setStatic(boolean static_) { in setStatic()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
DImportDeclaration.java46 private boolean static_; field in ImportDeclaration
180 public ImportDeclaration setStatic(boolean static_) { in setStatic()
/external/flatbuffers/tests/keyword_test/keyword_test/
Dkeywords_in_union_generated.rs30 pub const static_: Self = Self(1); constant
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dconjure_static_switch_lexer.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
Dconjure_static_lexer.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dconjure_static_switch_lexer.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
Dconjure_static_lexer.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
/external/sdv/vsomeip/third_party/boost/spirit/example/lex/static_lexer/
Dword_count_lexer_static.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
Dword_count_static.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dstatic_lexer.hpp28 namespace static_ namespace
/external/clang/test/CodeGenCXX/
Dmangle-exprs.cpp56 void static_(typename enable_if< O <= static_cast<unsigned>(4) >::type* = 0) { in static_() function
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/
Dhpack_encoder_test.cc271 const HpackEntry* static_; member in spdy::__anondf30141d0111::HpackEncoderTest
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/
Dhpack_encoder_test.cc271 const HpackEntry* static_; member in spdy::__anonef2967390111::HpackEncoderTest
/external/rust/android-crates-io/crates/pdl-compiler/src/
Danalyzer.rs80 pub fn static_(&self) -> Option<usize> { in static_() method