Home
last modified time | relevance | path

Searched refs:Methods (Results 1 – 25 of 181) sorted by relevance

12345678

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc35 using Methods = std::array<Method, Method::kNumMethods>; typedef
38 Methods AllMethods() { in AllMethods()
39 return Methods{Method::kUnknown, in AllMethods()
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc679 static PyMethodDef Methods[] = { variable
716 message_descriptor::Methods, // tp_methods
996 static PyMethodDef Methods[] = { variable
1031 field_descriptor::Methods, // tp_methods
1131 static PyMethodDef Methods[] = { variable
1186 enum_descriptor::Methods, // tp_methods
1271 static PyMethodDef Methods[] = { variable
1306 enumvalue_descriptor::Methods, // tp_methods
1446 static PyMethodDef Methods[] = { variable
1482 file_descriptor::Methods, // tp_methods
[all …]
Dmessage_factory.cc236 static PyMethodDef Methods[] = { variable
279 message_factory::Methods, // tp_methods
Dextension_dict.cc362 static PyMethodDef Methods[] = { variable
399 extension_dict::Methods, // tp_methods
/third_party/typescript/tests/baselines/reference/
DmappedTypeAsClauses.types43 type Methods<T> = { [P in keyof T as T[P] extends Function ? P : never]: T[P] };
44 >Methods : Methods<T>
46 type TM1 = Methods<{ foo(): number, bar(x: string): boolean, baz: string | number }>;
47 >TM1 : Methods<{ foo(): number; bar(x: string): boolean; baz: string | number; }>
DmappedTypeAsClauses.js22 type Methods<T> = { [P in keyof T as T[P] extends Function ? P : never]: T[P] };
23 type TM1 = Methods<{ foo(): number, bar(x: string): boolean, baz: string | number }>;
161 declare type Methods<T> = {
164 declare type TM1 = Methods<{
DmappedTypeAsClauses.symbols64 type Methods<T> = { [P in keyof T as T[P] extends Function ? P : never]: T[P] };
65 >Methods : Symbol(Methods, Decl(mappedTypeAsClauses.ts, 16, 38))
76 type TM1 = Methods<{ foo(): number, bar(x: string): boolean, baz: string | number }>;
78 >Methods : Symbol(Methods, Decl(mappedTypeAsClauses.ts, 16, 38))
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts24 type Methods<T> = { [P in keyof T as T[P] extends Function ? P : never]: T[P] }; alias
25 type TM1 = Methods<{ foo(): number, bar(x: string): boolean, baz: string | number }>;
/third_party/node/deps/npm/node_modules/pify/
Dreadme.md67 Methods in a module to promisify. Remaining methods will be left untouched.
74 Methods in a module **not** to promisify. Methods with names ending with `'Sync'` are excluded by d…
/third_party/boost/tools/build/doc/src/
Dtyped-target.adoc11 # Methods inherited from abstract-target
17 # Methods inherited from basic-target
Dmain-target.adoc9 # Methods inherited from abstract-target
Dbasic-target.adoc11 # Methods inherited from abstract-target
/third_party/node/tools/doc/
DREADME.md103 * Classes have (description, Properties, Methods, Events).
106 * Methods have (list of arguments, returned value if defined, description).
/third_party/openh264/docs/doxygen/
DISVCEncoder.rest8 Methods(ISVCEncoder)
DISVCDecoder.rest8 Methods(ISVCDecoder)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h702 ArrayRef<StringRef> Methods) in VFTableRecord() argument
706 MethodNames.insert(MethodNames.end(), Methods.begin(), Methods.end()); in VFTableRecord()
761 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord() argument
762 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord()
764 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods()
766 std::vector<OneMethodRecord> Methods; variable
/third_party/python/Doc/c-api/
Dmethod.rst52 Methods are bound function objects. Methods are always bound to an instance of
/third_party/parse5/packages/parse5-sax-parser/docs/
Dindex.md32 ### Methods subsection in Class: SAXParser
69 ## Methods section in Class: SAXParser
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs79 public IList<MethodDescriptor> Methods property in Google.Protobuf.Reflection.ServiceDescriptor
/third_party/parse5/packages/parse5-plain-text-conversion-stream/docs/
Dindex.md29 ### Methods and events
/third_party/parse5/packages/parse5-serializer-stream/docs/
Dindex.md25 ### Methods and events
/third_party/boost/libs/container_hash/doc/
Dlinks.qbk21 [*Methods for Identifying Versioned and Plagiarised Documents]
/third_party/grpc/src/csharp/Grpc.Reflection/
DSymbolRegistry.cs132 foreach (var method in serviceDescriptor.Methods) in AddService()
/third_party/parse5/packages/parse5-html-rewriting-stream/docs/
Dindex.md53 ### Methods subsection in Class: RewritingStream
92 ## Methods section in Class: RewritingStream
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ResultCodes6 IEEE Test Methods for Measuring Conformance to POSIX (IEEE 1003.3-1991).

12345678