Home
last modified time | relevance | path

Searched refs:SetRecordId (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-firehose/include/aws/firehose/model/
H A DPutRecordResult.h43 inline void SetRecordId(const Aws::String& value) { m_recordId = value; } in SetRecordId() function
48 inline void SetRecordId(Aws::String&& value) { m_recordId = std::move(value); } in SetRecordId() function
53 inline void SetRecordId(const char* value) { m_recordId.assign(value); } in SetRecordId() function
58 …inline PutRecordResult& WithRecordId(const Aws::String& value) { SetRecordId(value); return *this;} in WithRecordId()
63 …inline PutRecordResult& WithRecordId(Aws::String&& value) { SetRecordId(std::move(value)); return … in WithRecordId()
68 inline PutRecordResult& WithRecordId(const char* value) { SetRecordId(value); return *this;} in WithRecordId()
H A DPutRecordBatchResponseEntry.h57 …inline void SetRecordId(const Aws::String& value) { m_recordIdHasBeenSet = true; m_recordId = valu… in SetRecordId() function
62 …inline void SetRecordId(Aws::String&& value) { m_recordIdHasBeenSet = true; m_recordId = std::move… in SetRecordId() function
67 …inline void SetRecordId(const char* value) { m_recordIdHasBeenSet = true; m_recordId.assign(value)… in SetRecordId() function
72 …inline PutRecordBatchResponseEntry& WithRecordId(const Aws::String& value) { SetRecordId(value); r… in WithRecordId()
77 …inline PutRecordBatchResponseEntry& WithRecordId(Aws::String&& value) { SetRecordId(std::move(valu… in WithRecordId()
82 …inline PutRecordBatchResponseEntry& WithRecordId(const char* value) { SetRecordId(value); return *… in WithRecordId()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/model/
H A DUpdateProvisionedProductPropertiesResult.h138 inline void SetRecordId(const Aws::String& value) { m_recordId = value; } in SetRecordId() function
143 inline void SetRecordId(Aws::String&& value) { m_recordId = std::move(value); } in SetRecordId() function
148 inline void SetRecordId(const char* value) { m_recordId.assign(value); } in SetRecordId() function
153 …ionedProductPropertiesResult& WithRecordId(const Aws::String& value) { SetRecordId(value); return … in WithRecordId()
158 …rovisionedProductPropertiesResult& WithRecordId(Aws::String&& value) { SetRecordId(std::move(value… in WithRecordId()
163 …inline UpdateProvisionedProductPropertiesResult& WithRecordId(const char* value) { SetRecordId(val… in WithRecordId()
H A DRecordDetail.h58 …inline void SetRecordId(const Aws::String& value) { m_recordIdHasBeenSet = true; m_recordId = valu… in SetRecordId() function
63 …inline void SetRecordId(Aws::String&& value) { m_recordIdHasBeenSet = true; m_recordId = std::move… in SetRecordId() function
68 …inline void SetRecordId(const char* value) { m_recordIdHasBeenSet = true; m_recordId.assign(value)… in SetRecordId() function
73 inline RecordDetail& WithRecordId(const Aws::String& value) { SetRecordId(value); return *this;} in WithRecordId()
78 …inline RecordDetail& WithRecordId(Aws::String&& value) { SetRecordId(std::move(value)); return *th… in WithRecordId()
83 inline RecordDetail& WithRecordId(const char* value) { SetRecordId(value); return *this;} in WithRecordId()
/dports/devel/liblas12/libLAS-1.2.1/src/
H A Dlasspatialreference.cpp192 record.SetRecordId(34735); in ResetVLRs()
222 record.SetRecordId(34736); in ResetVLRs()
256 record.SetRecordId(34737); in ResetVLRs()
H A Dlasvariablerecord.cpp149 void LASVariableRecord::SetRecordId(uint16_t v) { in SetRecordId() function in liblas::LASVariableRecord
H A Dlas_c_api.cpp1467 ((LASVariableRecord*) hVLR)->SetRecordId(value); in LASVLR_SetRecordId()
/dports/devel/liblas12/libLAS-1.2.1/include/liblas12/
H A Dlasvariablerecord.hpp94 void SetRecordId(uint16_t);
/dports/devel/liblas/libLAS-1.8.1/include/liblas/
H A Dvariablerecord.hpp99 void SetRecordId(uint16_t id);
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dspatialreference.cpp310 record.SetRecordId(34735); in ResetVLRs()
340 record.SetRecordId(34736); in ResetVLRs()
376 record.SetRecordId(34737); in ResetVLRs()
431 wkt_record.SetRecordId( 2112 ); in ResetVLRs()
H A Dvariablerecord.cpp141 void VariableRecord::SetRecordId(uint16_t id) in SetRecordId() function in liblas::VariableRecord
H A Dschema.cpp757 vlr.SetRecordId(7); in GetVLR()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/writers/
H A Dgff3_writer.hpp64 void SetRecordId( in SetRecordId() function in CGff3SourceRecord
101 void SetRecordId( in SetRecordId() function in CGff3FeatureRecord
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Hisilicon/Hi1620/Drivers/Apei/Erst/
H A DErst.h55 UINT64 SetRecordId; in run_module_suite()
/dports/devel/liblas/libLAS-1.8.1/src/detail/index/
H A Dindexoutput.cpp73 m_indexVLRHeaderRecord.SetRecordId(42); in InitiateOutput()
139 m_indexVLRCellRecord.SetRecordId(43); in InitiateOutput()
/dports/devel/liblas/libLAS-1.8.1/src/detail/
H A Dzippoint.cpp187 v.SetRecordId(laszip_recordid); in ConstructVLR()
/dports/devel/liblas12/libLAS-1.2.1/src/detail/
H A Dreader.cpp146 vlr.SetRecordId(vlrh.recordId); in ReadVLR()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dgff3_writer.cpp1559 pChild->SetRecordId(m_idGenerator.GetNextGffExonId(rnaId)); in xWriteFeatureTrna()
2083 record.SetRecordId(rawId); in xAssignFeatureAttributeID()
2190 record.SetRecordId(value); in xAssignFeatureAttributesQualifiers()
2379 record.SetRecordId(m_idGenerator.GetGffSourceId(bsh)); in xAssignSourceAttributes()
2611 pExon->SetRecordId(cdsId); in xWriteFeatureCds()
2685 pChild->SetRecordId(m_idGenerator.GetNextGffExonId(parentId)); in xWriteFeatureRna()
2745 pChild->SetRecordId(m_idGenerator.GetNextGffExonId(parentId)); in xWriteFeatureCDJVSegment()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/kernel/
H A Dqnetworkproxy_symbian.cpp211 iap->SetRecordId(aIAPId); in getIapRecordLC()
/dports/devel/liblas/libLAS-1.8.1/src/detail/reader/
H A Dheader.cpp383 vlr.SetRecordId(vlrh.recordId); in ReadVLRs()
/dports/devel/liblas/libLAS-1.8.1/test/unit/
H A Dzipwriter_test.cpp134 r.SetRecordId(1234); in ConstructVLR()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/firehose/
H A Dapi.go3215 func (s *PutRecordBatchResponseEntry) SetRecordId(v string) *PutRecordBatchResponseEntry { func
3302 func (s *PutRecordOutput) SetRecordId(v string) *PutRecordOutput { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/firehose/
H A Dapi.go3054 func (s *PutRecordBatchResponseEntry) SetRecordId(v string) *PutRecordBatchResponseEntry { func
3139 func (s *PutRecordOutput) SetRecordId(v string) *PutRecordOutput { func
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/firehose/
H A Dapi.go3085 func (s *PutRecordBatchResponseEntry) SetRecordId(v string) *PutRecordBatchResponseEntry { func
3172 func (s *PutRecordOutput) SetRecordId(v string) *PutRecordOutput { func
/dports/devel/liblas/libLAS-1.8.1/apps/
H A Dlaskernel.cpp1133 v.SetRecordId(static_cast<boost::uint16_t>(id)); in GetTransforms()

1234