Searched refs:kGetInterfaceVersion (Results 1 – 5 of 5) sorted by relevance
76 const string kGetInterfaceVersion("getInterfaceVersion");
802 if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in generate_methods()804 code << "public int " << kGetInterfaceVersion << "() " in generate_methods()828 if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in generate_methods()833 << "reply.writeInt(" << kGetInterfaceVersion << "());\n" in generate_methods()857 if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in generate_methods()860 << "public int " << kGetInterfaceVersion << "()" in generate_methods()1045 if (m->GetName() == kGetInterfaceVersion && options.Version() > 0) { in generate_default_impl_class()1048 << "public int " << kGetInterfaceVersion << "() {\n" in generate_default_impl_class()
47 static constexpr const char kGetInterfaceVersion[] = "getInterfaceVersion"; variable87 if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateClientMethod()180 if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateClientMethod()409 if (method->GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateRustInterface()
182 if (method.GetName() == kGetInterfaceVersion && options.Version()) { in BuildMetaMethodDecl()187 code << "int32_t " << kGetInterfaceVersion << "()"; in BuildMetaMethodDecl()411 if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in DefineClientMetaTransaction()419 code << "int32_t " << proxy << "::" << kGetInterfaceVersion << "() {\n" in DefineClientMetaTransaction()700 if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in HandleServerMetaTransaction()821 code << "int32_t " << bn_name << "::" << kGetInterfaceVersion << "() {\n" in BuildServerSource()968 code << "int32_t " << kGetInterfaceVersion << "() final;\n"; in BuildServerHeader()1072 if (method->GetName() == kGetInterfaceVersion && options.Version() > 0) { in BuildInterfaceHeader()1074 code << "int32_t " << kGetInterfaceVersion << "() override {\n" in BuildInterfaceHeader()
386 } else if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateClientMethodDefinition()476 } else if (method.GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateClientMethodDefinition()678 if (method->GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateServerSource()784 if (method->GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateInterfaceSource()893 if (method->GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateServerHeader()992 } else if (method->GetName() == kGetInterfaceVersion && options.Version() > 0) { in GenerateInterfaceHeader()