Interface BspTargetInfo.CppTargetInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCopts​(int index)
      repeated string copts = 1;
      com.google.protobuf.ByteString getCoptsBytes​(int index)
      repeated string copts = 1;
      int getCoptsCount()
      repeated string copts = 1;
      java.util.List<java.lang.String> getCoptsList()
      repeated string copts = 1;
      java.lang.String getDefines​(int index)
      repeated string defines = 2;
      com.google.protobuf.ByteString getDefinesBytes​(int index)
      repeated string defines = 2;
      int getDefinesCount()
      repeated string defines = 2;
      java.util.List<java.lang.String> getDefinesList()
      repeated string defines = 2;
      java.lang.String getLinkOpts​(int index)
      repeated string link_opts = 3;
      com.google.protobuf.ByteString getLinkOptsBytes​(int index)
      repeated string link_opts = 3;
      int getLinkOptsCount()
      repeated string link_opts = 3;
      java.util.List<java.lang.String> getLinkOptsList()
      repeated string link_opts = 3;
      boolean getLinkShared()
      bool link_shared = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCoptsList

        java.util.List<java.lang.String> getCoptsList()
        repeated string copts = 1;
        Returns:
        A list containing the copts.
      • getCoptsCount

        int getCoptsCount()
        repeated string copts = 1;
        Returns:
        The count of copts.
      • getCopts

        java.lang.String getCopts​(int index)
        repeated string copts = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The copts at the given index.
      • getCoptsBytes

        com.google.protobuf.ByteString getCoptsBytes​(int index)
        repeated string copts = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the copts at the given index.
      • getDefinesList

        java.util.List<java.lang.String> getDefinesList()
        repeated string defines = 2;
        Returns:
        A list containing the defines.
      • getDefinesCount

        int getDefinesCount()
        repeated string defines = 2;
        Returns:
        The count of defines.
      • getDefines

        java.lang.String getDefines​(int index)
        repeated string defines = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The defines at the given index.
      • getDefinesBytes

        com.google.protobuf.ByteString getDefinesBytes​(int index)
        repeated string defines = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the defines at the given index.
      • getLinkOptsList

        java.util.List<java.lang.String> getLinkOptsList()
        repeated string link_opts = 3;
        Returns:
        A list containing the linkOpts.
      • getLinkOptsCount

        int getLinkOptsCount()
        repeated string link_opts = 3;
        Returns:
        The count of linkOpts.
      • getLinkOpts

        java.lang.String getLinkOpts​(int index)
        repeated string link_opts = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The linkOpts at the given index.
      • getLinkOptsBytes

        com.google.protobuf.ByteString getLinkOptsBytes​(int index)
        repeated string link_opts = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the linkOpts at the given index.
      • getLinkShared

        boolean getLinkShared()
        bool link_shared = 4;
        Returns:
        The linkShared.