Searched refs:MethodName (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbol.h | 19 #define FORWARD_SYMBOL_METHOD(MethodName) \ 20 auto MethodName() const->decltype(RawSymbol->MethodName()) { \ 21 return RawSymbol->MethodName(); \ 38 #define FORWARD_SYMBOL_ID_METHOD(MethodName) \ 39 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(MethodName, MethodName)
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MethodProps.h | 331 AString MethodName;
member in COneMethodInfo 337 MethodName.Empty();
in Clear() 340 bool IsEmpty() const { return MethodName.IsEmpty() && Props.IsEmpty(); }
in IsEmpty()
|
H A D | MethodProps.cpp | 711 MethodName.Empty();
in ParseMethodFromString() 719 MethodName.SetFromWStr_if_Ascii(temp);
in ParseMethodFromString()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandlerOut.cpp | 49 m.MethodName, true,
in PropsMethod_To_FullMethod() 62 m.MethodName = k_LZMA_Name;
in SetHeaderMethod() 84 AString &methodName = methods[i].MethodName;
in SetMainMethod() 91 m.MethodName = (GetLevel() == 0 ? k_Copy_Name : kDefaultMethodName);
in SetMainMethod() 96 if (!_filterMethod.MethodName.IsEmpty())
in SetMainMethod()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 1398 if (!_filterMethod.MethodName.IsEmpty())
in SetProperties() 1404 if (StringsAreEqualNoCase_Ascii(_filterMethod.MethodName, pair.Name))
in SetProperties() 1419 AString &methodName = _methods[0].MethodName;
in SetProperties()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 1795 method.MethodName, true,
3121 if (!DoesWildcardMatchName_NoCase(methodMask.MethodName, bench.Name))
3341 const AString &methodName = method.MethodName;
3522 if (!DoesWildcardMatchName_NoCase(methodMask.MethodName, bench.Name))
4071 AString &methodName = method.MethodName;
4400 if (StringsAreEqualNoCase_Ascii(method2.MethodName, "LZMA"))
4801 if (StringsAreEqualNoCase_Ascii(method2.MethodName, "LZMA"))
|
H A D | HashCalc.cpp | 62 if (m.MethodName.IsEmpty())
in SetMethods() 63 m.MethodName = k_DefaultHashMethod;
in SetMethods() 65 if (m.MethodName == "*")
in SetMethods() 81 // m.MethodName.RemoveChar(L'-');
in SetMethods() 83 if (!FindHashMethod(EXTERNAL_CODECS_LOC_VARS m.MethodName, id))
in SetMethods() 2013 // _methods.Add(omi.MethodName); // change it. use omi.PropsString
in SetProperty()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 1593 TEST_F(ServiceDescriptorTest, MethodName) { in TEST_F()
|
Completed in 22 milliseconds