/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/impl/ |
D | static.hpp | 42 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_;
|
D | grammar.ipp | 222 = 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 D | ImportDeclaration.java | 46 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 D | ImportDeclaration.java | 45 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 D | keywords_in_union_generated.rs | 20 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 D | com_github_javaparser_ast_ImportDeclaration.txt | 20 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/ |
D | static_lexer.hpp | 28 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 D | hpack_encoder_test.cc | 148 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/ |
D | lexer.hpp | 57 , boost::spirit::lex::lexertl::static_::lexer_conjure_static 63 , boost::spirit::lex::lexertl::static_::lexer_conjure_static_switch
|
D | conjure_static_lexer.hpp | 17 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/ |
D | lexer.hpp | 58 , boost::spirit::lex::lexertl::static_::lexer_conjure_static 64 , boost::spirit::lex::lexertl::static_::lexer_conjure_static_switch
|
D | conjure_static_lexer.hpp | 17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
|
D | conjure_static_switch_lexer.hpp | 17 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/ |
D | decoder.rs | 142 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()
|
D | encoder.rs | 236 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/ |
D | parser.rs | 146 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()
|
D | serializer.rs | 142 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 D | mangle-exprs.cpp | 56 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/ |
D | word_count_lexer_static.cpp | 60 token_type, lex::lexertl::static_::lexer_wcl in main()
|
D | word_count_static.cpp | 90 token_type, lex::lexertl::static_::lexer_wc in main()
|
D | word_count_lexer_static.hpp | 17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
|
D | word_count_static.hpp | 17 namespace boost { namespace spirit { namespace lex { namespace lexertl { namespace static_ { namespace
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/lex/ |
D | regression_matlib_switch.cpp | 34 boost::spirit::lex::lexertl::static_::lexer_matlib_switch in main()
|
D | regression_matlib_static.cpp | 34 boost::spirit::lex::lexertl::static_::lexer_matlib in main()
|
/aosp_15_r20/external/pigweed/docs/ |
H A D | size_optimizations.rst | 149 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_;
|