Home
last modified time | relevance | path

Searched refs:static_ (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/impl/
Dstatic.hpp42 struct static_ struct
51 static_::get_address()->~value_type(); in ~destructor()
59 ::new (static_::get_address()) value_type(); in construct()
70 static_(Tag = Tag()) in static_() argument
111 typename static_<T, Tag>::storage_type static_<T, Tag>::data_;
115 once_flag static_<T, Tag>::constructed_ = BOOST_ONCE_INIT;
117 once_flag static_<T, Tag>::constructed_;
Dgrammar.ipp222 = static_<boost::thread_specific_ptr<ptr_t>,
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
H A DImportDeclaration.java46 private boolean static_; field in ImportDeclaration
52 static_ = false; in ImportDeclaration()
59 static_ = false; in ImportDeclaration()
139 return static_; in isStatic()
180 public ImportDeclaration setStatic(boolean static_) { in setStatic() argument
181 if (isEmptyImportDeclaration && static_) { in setStatic()
184 this.static_ = static_; in setStatic()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
H A DImportDeclaration.java45 private boolean static_; field in ImportDeclaration
101 return static_; in isStatic()
131 public void setStatic(boolean static_) { in setStatic() argument
132 this.static_ = static_; in setStatic()
/aosp_15_r20/external/flatbuffers/tests/keyword_test/keyword_test/
H A Dkeywords_in_union_generated.rs20 KeywordsInUnion::static_,
30 pub const static_: Self = Self(1); constant
37 Self::static_,
44 Self::static_ => Some("static_"), in variant_name()
122 Self::Static_(_) => KeywordsInUnion::static_, in keywords_in_union_type()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/expected_output/
H A Dcom_github_javaparser_ast_ImportDeclaration.txt20 Line 101) static_ ==> boolean
24 Line 132) this.static_ = static_ ==> boolean
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dstatic_lexer.hpp28 namespace static_ namespace
110 , typename LexerTables = static_::lexer
262 , typename LexerTables = static_::lexer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_encoder_test.cc148 static_(peer_.table_peer().GetFirstStaticEntry()), in HpackEncoderTest()
270 const HpackEntry* static_; member in spdy::__anond7cba6990111::HpackEncoderTest
406 headers[static_->name()] = static_->value(); in TEST_P()
415 headers[static_->name()] = static_->value(); in TEST_P()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dlexer.hpp57 , boost::spirit::lex::lexertl::static_::lexer_conjure_static
63 , boost::spirit::lex::lexertl::static_::lexer_conjure_static_switch
Dconjure_static_lexer.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dlexer.hpp58 , boost::spirit::lex::lexertl::static_::lexer_conjure_static
64 , boost::spirit::lex::lexertl::static_::lexer_conjure_static_switch
Dconjure_static_lexer.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
Dconjure_static_switch_lexer.hpp17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Ddecoder.rs142 self.shift += self.schema.field_size(field.key).static_().unwrap(); in add_bit_field()
183 let width = self.schema.field_size(field.key).static_().unwrap(); in add_bit_field()
317 self.schema.padded_size(field.key).or(self.schema.field_size(field.key).static_()) in payload_field_offset_from_end()
361 width.or_else(|| self.schema.total_size(decl.unwrap().key).static_()) in add_array_field()
Dencoder.rs236 let width = schema.field_size(field.key).static_().unwrap(); in encode_bit_field()
538 None => schema.decl_size(decl.unwrap().key).static_(), in encode_array_field()
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dparser.rs146 self.shift += self.schema.field_size(field.key).static_().unwrap(); in add_bit_field()
187 let width = self.schema.field_size(field.key).static_().unwrap(); in add_bit_field()
306 self.schema.padded_size(field.key).or(self.schema.field_size(field.key).static_()) in payload_field_offset_from_end()
349 match width.or_else(|| self.schema.total_size(decl.unwrap().key).static_()) { in add_array_field()
Dserializer.rs142 let width = self.schema.field_size(field.key).static_().unwrap(); in add_bit_field()
408 None => self.schema.decl_size(decl.unwrap().key).static_(), in add_array_field()
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp56 void static_(typename enable_if< O <= static_cast<unsigned>(4) >::type* = 0) { in static_() function
93 template void static_<4>(void*);
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/lex/static_lexer/
Dword_count_lexer_static.cpp60 token_type, lex::lexertl::static_::lexer_wcl in main()
Dword_count_static.cpp90 token_type, lex::lexertl::static_::lexer_wc in main()
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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/lex/
Dregression_matlib_switch.cpp34 boost::spirit::lex::lexertl::static_::lexer_matlib_switch in main()
Dregression_matlib_static.cpp34 boost::spirit::lex::lexertl::static_::lexer_matlib in main()
/aosp_15_r20/external/pigweed/docs/
H A Dsize_optimizations.rst149 new (&static_) T(std::forward<Ts>(ts)...);
152 T& get() { return reinterpret_cast<T&>(static_); }
155 std::aligned_storage_t<sizeof(T), alignof(T)> static_;

12