Home
last modified time | relevance | path

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

1234567

/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
Drepeated_composite_container.cc515 static PyMethodDef Methods[] = { in Subscript() variable
567 repeated_composite_container::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/node/tools/doc/
DREADME.md103 * Classes have (description, Properties, Methods, Events).
106 * Methods have (list of arguments, returned value if defined, description).
/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/openh264/docs/doxygen/
DISVCEncoder.rest8 Methods(ISVCEncoder)
DISVCDecoder.rest8 Methods(ISVCDecoder)
/third_party/python/Doc/c-api/
Dmethod.rst52 Methods are bound function objects. Methods are always bound to an instance of
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs79 public IList<MethodDescriptor> Methods property in Google.Protobuf.Reflection.ServiceDescriptor
/third_party/googletest/docs/reference/
Dtesting.md423 #### Protected Methods {#Environment-protected}
470 #### Public Methods {#Test-public}
536 #### Protected Methods {#Test-protected}
563 #### Public Methods {#TestSuite-public}
678 #### Public Methods {#TestInfo-public}
772 #### Public Methods {#UnitTest-public}
936 #### Public Methods {#TestEventListener-public}
1033 #### Public Methods {#TestEventListeners-public}
1079 #### Public Methods {#TestPartResult-public}
1161 #### Public Methods {#TestProperty-public}
[all …]
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ResultCodes6 IEEE Test Methods for Measuring Conformance to POSIX (IEEE 1003.3-1991).
/third_party/flatbuffers/grpc/examples/go/greeter/models/
DGreeter_grpc.go145 Methods: []grpc.MethodDesc{
/third_party/libcoap/doc/
Dmain.md32 * RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)
/third_party/libcoap/man/
Dcoap.txt.in61 "RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)"
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs153 var methodDescriptor = serviceDescriptor.Methods[0]; in OptionLocations()
213 Assert.NotNull(fileDescriptor.Services[0].Methods[0].CustomOptions); in NoOptions()
/third_party/node/deps/npm/node_modules/lockfile/
DREADME.md25 ## Methods section in lockfile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2108 MethodsMap Methods; member
2176 Info.Methods[SP->getRawName()].push_back(SP); in collectClassInfo()
2397 for (auto &MethodItr : Info.Methods) { in lowerRecordFieldList()
2400 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
2409 Methods.push_back(OneMethodRecord( in lowerRecordFieldList()
2415 assert(!Methods.empty() && "Empty methods map entry"); in lowerRecordFieldList()
2416 if (Methods.size() == 1) in lowerRecordFieldList()
2417 ContinuationBuilder.writeMemberType(Methods[0]); in lowerRecordFieldList()
2421 MethodOverloadListRecord MOLR(Methods); in lowerRecordFieldList()
2424 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
/third_party/node/deps/npm/node_modules/cliui/
DREADME.md80 ## Methods section in cliui

1234567