Home
last modified time | relevance | path

Searched refs:enums (Results 151 - 163 of 163) sorted by relevance

1234567

/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dwrite.rs1648 !out.types.structs.contains_key(ident) && !out.types.enums.contains_key(ident) in write_unique_ptr_common()
/third_party/rust/crates/cxx/gen/src/
H A Dwrite.rs1648 !out.types.structs.contains_key(ident) && !out.types.enums.contains_key(ident) in write_unique_ptr_common()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dwrite.rs1648 !out.types.structs.contains_key(ident) && !out.types.enums.contains_key(ident) in write_unique_ptr_common()
/third_party/openGLES/xml/
H A Dreg.py97 # GroupInfo - registry information about a group of related enums.
98 # enums - dictionary of enum names which are in the group
103 self.enums = {}
548 # Accumulate types, enums, function pointer typedefs, end function
760 # Create dictionary of registry enums from toplevel <enums> tags
762 # There are usually many <enums> tags in different namespaces, but
765 # Required <enums> attributes: 'name', 'value'
767 for enum in self.reg.findall('enums/enum'):
856 # Loop over types, enums, an
[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py108 # GroupInfo - registry information about a group of related enums.
109 # enums - dictionary of enum names which are in the group
114 self.enums = {}
559 # Accumulate types, enums, function pointer typedefs, end function
771 # Create dictionary of registry enums from toplevel <enums> tags
773 # There are usually many <enums> tags in different namespaces, but
776 # Required <enums> attributes: 'name', 'value'
778 for enum in self.reg.findall('enums/enum'):
867 # Loop over types, enums, an
[all...]
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py109 # GroupInfo - registry information about a group of related enums.
110 # enums - dictionary of enum names which are in the group
115 self.enums = {}
568 # Accumulate types, enums, function pointer typedefs, end function
780 # Create dictionary of registry enums from toplevel <enums> tags
782 # There are usually many <enums> tags in different namespaces, but
785 # Required <enums> attributes: 'name', 'value'
787 for enum in self.reg.findall('enums/enum'):
876 # Loop over types, enums, an
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dwrite.rs1648 !out.types.structs.contains_key(ident) && !out.types.enums.contains_key(ident) in write_unique_ptr_common()
/third_party/libabigail/src/
H A Dabg-reader.cc4434 enum_type_decl::enumerators enums; in build_enum_type_decl() local
4467 enums.push_back(enum_type_decl::enumerator(name, value)); in build_enum_type_decl()
4477 enums, linkage_name)); in build_enum_type_decl()
H A Dabg-dwarf-reader.cc2226 cerr << "resolving declaration only enums ..."; in read_debug_info_into_corpus()
4134 /// Getter for the map of declaration-only enums that are to be
4135 /// resolved to their definition enums by the end of the corpus
4138 /// @return a map of string -> vector of enums where the key is
4145 /// Getter for the map of declaration-only enums that are to be
4146 /// resolved to their definition enums by the end of the corpus
4149 /// @return a map of string -> vector of enums where the key is
4194 /// Walk the declaration-only enums that have been found during
4250 // So get the enums that might define the current in resolve_declaration_only_enums()
4252 const type_base_wptrs_type *enums in resolve_declaration_only_enums() local
[all...]
H A Dabg-ir.cc4932 /// sensitive types like enums, classes or unions. Those are compared
7644 /// Getter for the number of anonymous enums contained in this
7647 /// @return the number of anonymous enums contained in this scope.
13947 /// either class, union or enums.
13963 /// If the t1 (and t2) are classes/unions/enums from the same linux in types_defined_same_linux_kernel_corpus_public()
14142 // Look through decl-only types (classes, unions and enums) in get_canonical_type_for()
17835 /// @param enums the enumerators of this enum type.
17843 enumerators& enums, in enum_type_decl()
17855 priv_(new priv(underlying_type, enums)) in enum_type_decl()
17943 /// Test if two enums diffe
17840 enum_type_decl(const string& name, const location& locus, type_base_sptr underlying_type, enumerators& enums, const string& linkage_name, visibility vis) enum_type_decl() argument
[all...]
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs74 if !types.structs.contains_key(ident) && !types.enums.contains_key(ident) { in expand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp4635 /// emissionKind: FullDebug, enums: !1, retainedTypes: !2,
4650 OPTIONAL(enums, MDField, ); \
4665 runtimeVersion.Val, splitDebugFilename.Val, emissionKind.Val, enums.Val,
/third_party/libabigail/tests/lib/
H A Dcatch.hpp10575 std::vector<StringRef> parseEnums( StringRef enums );
10605 std::vector<StringRef> parseEnums( StringRef enums ) {
10606 auto enumValues = splitStringRef( enums, ',' );

Completed in 79 milliseconds

1234567