Home
last modified time | relevance | path

Searched refs:hasServiceName (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbaglobalbase.cxx131 else if ( hasServiceName( aServiceSpecifier ) ) in createInstance()
147 else if ( hasServiceName( aServiceSpecifier ) ) in createInstanceWithArguments()
160 VbaGlobalsBase::hasServiceName( const OUString& serviceName ) in hasServiceName() function in VbaGlobalsBase
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbaglobalbase.cxx135 else if ( hasServiceName( aServiceSpecifier ) ) in createInstance()
151 else if ( hasServiceName( aServiceSpecifier ) ) in createInstanceWithArguments()
164 VbaGlobalsBase::hasServiceName( const OUString& serviceName ) in hasServiceName() function in VbaGlobalsBase
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vbahelper/
H A Dvbaglobalbase.hxx51 bool hasServiceName( const OUString& serviceName );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vbahelper/
H A Dvbaglobalbase.hxx51 bool hasServiceName( const OUString& serviceName );
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DRPCProtos.java722 boolean hasServiceName(); in hasServiceName() method
971 public boolean hasServiceName() { in hasServiceName() method in RPCProtos.ConnectionHeader
1249 result = result && (hasServiceName() == other.hasServiceName()); in equals()
1250 if (hasServiceName()) { in equals()
1286 if (hasServiceName()) { in hashCode()
1510 if (other.hasServiceName()) { in mergeFrom()
1689 public boolean hasServiceName() { in hasServiceName() method in RPCProtos.ConnectionHeader.Builder
H A DClientProtos.java23252 boolean hasServiceName(); in hasServiceName() method
23421 public boolean hasServiceName() { in hasServiceName() method in ClientProtos.CoprocessorServiceCall
23532 if (!hasServiceName()) { in isInitialized()
23616 result = result && (hasServiceName() == other.hasServiceName()); in equals()
23617 if (hasServiceName()) { in equals()
23648 if (hasServiceName()) { in hashCode()
23840 if (other.hasServiceName()) { in mergeFrom()
23862 if (!hasServiceName()) { in isInitialized()
23937 public boolean hasServiceName() { in hasServiceName() method in ClientProtos.CoprocessorServiceCall.Builder