Home
last modified time | relevance | path

Searched defs:Declaration (Results 1 – 25 of 69) sorted by relevance

123

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DComponentStore.h49 struct Declaration { struct
63 std::map<std::string, Declaration> mDeclarations; argument
/external/angle/src/compiler/translator/
Dutil.h94 struct Declaration struct
100 // Returns a `Declaration` view of the given node, for declarator `index` of argument
/external/rust/android-crates-io/crates/linkme-impl/src/
Ddeclaration.rs7 struct Declaration { struct
14 impl Parse for Declaration { argument
/external/rust/android-crates-io/crates/pdl-compiler/scripts/
Dgenerate_cxx_backend.py575 …load_field_size(self, var: Optional[str], payload: ast.PayloadField, decl: ast.Declaration) -> str:
650 decl: ast.Declaration):
781 def serialize(self, field: ast.Field, decl: ast.Declaration, var: Optional[str] = None):
855 def generate_packet_view_field_members(decl: ast.Declaration) -> List[str]:
890 def generate_packet_field_members(decl: ast.Declaration) -> List[str]:
928 def generate_packet_field_serializers(packet: ast.Declaration) -> List[str]:
1047 def generate_array_field_size_getters(decl: ast.Declaration) -> str:
1087 def generate_packet_size_getter(decl: ast.Declaration) -> List[str]:
Dgenerate_cxx_backend_tests.py52 def get_field(decl: ast.Declaration, var: str, id: str) -> str:
58 def check_members(decl: ast.Declaration, var: str, expected: object) -> List[str]:
178 def build_packet(decl: ast.Declaration, var: str, initializer: object) -> (str, List[str]):
Dgenerate_python_backend.py872 def generate_toplevel_packet_serializer(packet: ast.Declaration) -> List[str]:
882 def generate_derived_packet_serializer(packet: ast.Declaration) -> List[str]:
897 def generate_packet_parser(packet: ast.Declaration) -> List[str]:
945 def generate_packet_size_getter(packet: ast.Declaration) -> List[str]:
989 def generate_packet_post_init(decl: ast.Declaration) -> List[str]:
1048 def generate_packet_declaration(packet: ast.Declaration) -> str:
Dgenerate_test_vectors.py115 def __init__(self, fields: List[Field], ref: ast.Declaration):
563 decl: ast.Declaration,
577 decl: ast.Declaration,
603 def generate_typedef_values(decl: ast.Declaration) -> List[Value]:
/external/dagger2/java/dagger/internal/codegen/binding/
DDeclaration.java32 public abstract class Declaration { class
/external/rust/android-crates-io/crates/darling_core/src/codegen/
Dattrs_field.rs45 pub struct Declaration<'a>(pub &'a AttrsField); struct
47 impl ToTokens for Declaration<'_> { implementation
Dfield.rs85 pub struct Declaration<'a>(&'a Field<'a>); struct
87 impl<'a> ToTokens for Declaration<'a> { implementation
/external/clang/docs/
DItaniumMangleAbiTags.rst14 Declaration chapter
/external/rust/android-crates-io/crates/linkme/
DREADME.md37 ### Declaration subsection in Distributed slice
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/declarations/
DDeclaration.java24 public interface Declaration { interface
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorBase.cs83 public DescriptorDeclaration Declaration => File.GetDeclaration(this); field in Google.Protobuf.Reflection.DescriptorBase
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorBase.cs83 public DescriptorDeclaration Declaration => File.GetDeclaration(this); field in Google.Protobuf.Reflection.DescriptorBase
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorBase.cs83 public DescriptorDeclaration Declaration => File.GetDeclaration(this); field in Google.Protobuf.Reflection.DescriptorBase
/external/rust/android-crates-io/crates/pdl-compiler/scripts/pdl/
Dcore.py237 def get_declaration_size(decl: Declaration, skip_payload: bool = False) -> Optional[int]:
329 def aux(decl: Optional[Declaration], constraints: Set[str]) -> List[Field]:
Dast.py167 class Declaration(Node): class
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/
Dop_argument_view.cc26 string OpArgumentView::Declaration() const { in Declaration() function in tensorflow::generator::cpp::OpArgumentView
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp118 llvm::Value *Declaration; in run() local
/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.h295 const GlobalDeclaration *Declaration, in create()
303 const GlobalDeclaration *Declaration, in create()
349 const GlobalDeclaration *Declaration; variable
/external/llvm/lib/Transforms/IPO/
DExtractGV.cpp137 llvm::Value *Declaration; in runOnModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp134 llvm::Value *Declaration; in runOnModule() local
/external/clang/unittests/AST/
DPostOrderASTVisitor.cpp62 bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) { in VisitCXXRecordDecl()
/external/libevent/
Devent_rpcgen.py621 def Declaration(self): member in EntryBytes
750 def Declaration(self): member in EntryInt
871 def Declaration(self): member in EntryString
1051 def Declaration(self): member in EntryStruct
1179 def Declaration(self): member in EntryVarBytes
1453 def Declaration(self): member in EntryArray

123