Home
last modified time | relevance | path

Searched defs:Interface (Results 1 – 25 of 46) sorted by relevance

12

/third_party/rust/crates/nix/src/net/
Dif_.rs351 pub struct Interface(libc::if_nameindex); struct
353 impl Interface { impl
365 impl fmt::Debug for Interface { implementation
389 pub fn to_slice(&self) -> &[Interface] { in to_slice()
390 let ifs = self.ptr.as_ptr() as *const Interface; in to_slice() constant
435 let ret = &*(self.ptr as *const Interface); in next() constant
/third_party/rust/rust/tests/ui/traits/
Dissue-90662-projection-caching.rs8 type Interface: ?Sized; typedef
16 type Interface = DbConnection; typedef
21 type Interface = dyn Repository; typedef
26 type Interface = dyn Service; typedef
Dissue-91594.rs4 type Interface; typedef
14 type Interface = u8; typedef
/third_party/rust/rust/src/doc/rustdoc/src/
Dhow-to-read-rustdoc.md65 ### The Search Interface
118 ### Shortcuts
/third_party/grpc/
DCONCEPTS.md10 ## Interface section in gRPC Concepts Overview
22 ### Invoking & handling remote calls
/third_party/grpc/doc/core/
Dgrpc-polling-engines.md30 ### Opaque Structures exposed by the polling engine
38 ### Polling engine API
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dinternal_interface.hpp48 struct Interface struct
51 {
56 Interface() in Interface() function
60 T &get() in get()
66 T *ptr;
71 struct Interface<T[U]> struct
74 {
79 Interface() in Interface() argument
83 T *get() in get()
89 T *ptr;
/third_party/typescript/tests/cases/compiler/
DnoImplicitAnyModule.ts4 interface Interface { interface
DdeclarationEmitReadonlyComputedProperty.ts7 export interface Interface { interface
DrecursivelySpecializedConstructorDeclaration.ts3 export interface Interface<TValue> { interface
DunionOfEnumInference.ts7 interface Interface<T extends Enum> { interface
DobjectAssignLikeNonUnionResult.ts1 interface Interface { interface
DtypeUsedAsValueError.ts1 interface Interface { interface
/third_party/typescript/tests/baselines/reference/
DgenericClassWithObjectTypeArgsAndConstraints.js110 var Interface; variable
111 (function (Interface) { argument
/third_party/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md48 ## Interface section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS
50 ### PSA Crypto configuration file
59 ### PSA Crypto configuration symbols
/third_party/lz4/programs/
DREADME.md110 #### License
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc_unittest.cpp17 TEST(PoolAllocatorTest, Interface) in TEST() argument
/third_party/skia/m133/src/sksl/transform/
DSkSLFindAndDeclareBuiltinVariables.cpp128 using Interface = Program::Interface; in FindAndDeclareBuiltinVariables() typedef
/third_party/protobuf/java/kotlin/src/test/proto/com/google/protobuf/
Devil_names_proto2.proto80 message Interface {} message
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpass_manager_test.cpp44 TEST(PassManager, Interface) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp44 TEST(PassManager, Interface) { in TEST() argument
/third_party/spirv-tools/test/opt/
Dpass_manager_test.cpp44 TEST(PassManager, Interface) { in TEST() argument
/third_party/lzma/CPP/Common/
DMyCom.h20 T* Interface() const { return (T*)_p; } in Interface() function
102 iface* Interface() const in Interface() function
170 iface* Interface() const in Interface() function
/third_party/grpc/test/core/util/
Dunique_type_name_test.cc37 class Interface { class
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h115 inline Interface() { in Interface() function
120 explicit inline Interface(Napi::Object o) : object(o) { in Interface() function

12