HomeSort by relevance Sort by last modified time
    Searched defs:GetSignature (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 32 static std::string GetSignature(const FunctionDecl *Target) {
101 DeclName = GetSignature(dyn_cast_or_null<FunctionDecl>(ND));
  /external/libbrillo/brillo/dbus/
data_serialization.h 47 // - static std::string GetSignature();
143 return DBusType<T>::GetSignature();
193 inline static std::string GetSignature() {
212 inline static std::string GetSignature() { return DBUS_TYPE_BYTE_AS_STRING; }
229 inline static std::string GetSignature() { return DBUS_TYPE_INT16_AS_STRING; }
246 inline static std::string GetSignature() {
265 inline static std::string GetSignature() { return DBUS_TYPE_INT32_AS_STRING; }
282 inline static std::string GetSignature() {
301 inline static std::string GetSignature() { return DBUS_TYPE_INT64_AS_STRING; }
318 inline static std::string GetSignature() {
    [all...]
data_serialization_unittest.cc 150 EXPECT_EQ("y", message->GetSignature());
187 EXPECT_EQ("ybnqiuxtdso", message->GetSignature());
249 EXPECT_EQ("h", message->GetSignature());
283 EXPECT_EQ("vvvvvvvvvvvvv", message->GetSignature());
348 EXPECT_EQ("vvvvvvvvvvv", message->GetSignature());
397 EXPECT_EQ("ay", message->GetSignature());
412 EXPECT_EQ("ay", message->GetSignature());
427 EXPECT_EQ("as", message->GetSignature());
444 EXPECT_EQ("ax", message->GetSignature());
463 EXPECT_EQ("ao", message->GetSignature());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
admex.h 64 virtual HRESULT WINAPI GetSignature(DWORD dwBufferSize,unsigned char *pbBuffer,DWORD *pdwMDRequiredBufferSize) = 0;
76 HRESULT (WINAPI *GetSignature)(IMSAdminReplication *This,DWORD dwBufferSize,unsigned char *pbBuffer,DWORD *pdwMDRequiredBufferSize);
90 #define IMSAdminReplication_GetSignature(This,dwBufferSize,pbBuffer,pdwMDRequiredBufferSize) (This)->lpVtbl->GetSignature(This,dwBufferSize,pbBuffer,pdwMDRequiredBufferSize)
  /art/runtime/
art_method-inl.h 294 inline const Signature ArtMethod::GetSignature() {
debugger.cc     [all...]
  /external/v8/src/wasm/
wasm-module.h 159 FunctionSig* GetSignature(uint32_t index) {
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 85 v8::Local<v8::Signature> GetSignature() {
205 pObjDef->GetSignature()),
  /external/libchrome/dbus/
message.cc 263 AppendStringHeader("signature", GetSignature(), &headers);
334 std::string Message::GetSignature() {

Completed in 644 milliseconds