Searched refs:shortValue (Results 1 – 9 of 9) sorted by relevance
46 Short shortValue(value);47 ErrCode result = shortValue.GetValue(value);59 Short shortValue(value);60 EXPECT_EQ("0", shortValue.ToString());71 Short shortValue(value);72 short result = shortValue.Unbox(shortValue.Box(value));85 Short shortValue(value);86 short result = shortValue.Unbox(shortValue.Box(value));98 Short shortValue(value);99 short result = shortValue.Unbox(shortValue.Parse(shortValue.ToString()));
49 short shortValue = 0; in DoSomethingInterestingWithMyAPI() local50 want->SetParam(key, shortValue); in DoSomethingInterestingWithMyAPI()51 want->GetShortParam(key, shortValue); in DoSomethingInterestingWithMyAPI()
65 void Shorten(float shortValue) in Shorten()67 BaseType::GetGenerator().Shorten(shortValue); in Shorten()
50 short shortValue = 0; in DoSomethingInterestingWithMyAPI() local51 sptr<IInterface> shortIt = Short::Box(shortValue); in DoSomethingInterestingWithMyAPI()
159 short shortValue = 0; in DoSomethingInterestingWithMyApiDistributedWant006() local160 want->SetParam(key, shortValue); in DoSomethingInterestingWithMyApiDistributedWant006()161 want->GetShortParam(key, shortValue); in DoSomethingInterestingWithMyApiDistributedWant006()
137 short shortValue = static_cast<short>(GetU32Data(data)); in DoSomethingInterestingWithMyApiDistributedWantParams003() local138 sptr<IInterface> shortIt = Short::Box(shortValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
73 return shortValue; in GetShortValue()76 void SetShortValue(short shortValue) in SetShortValue() argument78 this->shortValue = shortValue; in SetShortValue()268 short shortValue; member in AllDataType
1139 short shortValue = 1; in AddShortParams() local1142 want.SetParam(key, shortValue); in AddShortParams()
848 short shortValue = 1; in AddShortParams() local851 want.SetParam(key, shortValue); in AddShortParams()