| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | cordz_update_tracker_test.cc | 35 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/ |
| D | descriptor.cc | 679 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 …]
|
| D | message_factory.cc | 236 static PyMethodDef Methods[] = { variable 279 message_factory::Methods, // tp_methods
|
| D | extension_dict.cc | 362 static PyMethodDef Methods[] = { variable 399 extension_dict::Methods, // tp_methods
|
| D | repeated_composite_container.cc | 515 static PyMethodDef Methods[] = { in Subscript() variable 567 repeated_composite_container::Methods, // tp_methods
|
| /third_party/typescript/tests/baselines/reference/ |
| D | mappedTypeAsClauses.types | 43 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; }>
|
| D | mappedTypeAsClauses.js | 22 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<{
|
| D | mappedTypeAsClauses.symbols | 64 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/ |
| D | mappedTypeAsClauses.ts | 24 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/ |
| D | readme.md | 67 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/ |
| D | README.md | 103 * 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/ |
| D | TypeRecord.h | 702 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/ |
| D | ISVCEncoder.rest | 8 Methods(ISVCEncoder)
|
| D | ISVCDecoder.rest | 8 Methods(ISVCDecoder)
|
| /third_party/python/Doc/c-api/ |
| D | method.rst | 52 Methods are bound function objects. Methods are always bound to an instance of
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | ServiceDescriptor.cs | 79 public IList<MethodDescriptor> Methods property in Google.Protobuf.Reflection.ServiceDescriptor
|
| /third_party/googletest/docs/reference/ |
| D | testing.md | 423 #### 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/ |
| D | HOWTO_ResultCodes | 6 IEEE Test Methods for Measuring Conformance to POSIX (IEEE 1003.3-1991).
|
| /third_party/flatbuffers/grpc/examples/go/greeter/models/ |
| D | Greeter_grpc.go | 145 Methods: []grpc.MethodDesc{
|
| /third_party/libcoap/doc/ |
| D | main.md | 32 * RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)
|
| /third_party/libcoap/man/ |
| D | coap.txt.in | 61 "RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)"
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
| D | CustomOptionsTest.cs | 153 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/ |
| D | README.md | 25 ## Methods section in lockfile
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.cpp | 2108 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/ |
| D | README.md | 80 ## Methods section in cliui
|