Searched refs:GetFeatureValues (Results 1 – 3 of 3) sorted by relevance
34 auto tag = GetFeatureValues<protobuf_int64>("tag", example); in TEST()44 auto values = GetFeatureValues<protobuf_int64>(feature); in TEST()53 GetFeatureValues<protobuf_int64>("tag", &example)->Add(42); in TEST()63 GetFeatureValues<protobuf_int64>(&feature)->Add(42); in TEST()73 GetFeatureValues<protobuf_int64>("tag", &example)->Add(0); in TEST()81 GetFeatureValues<float>("tag", &example)->Add(3.14); in TEST()84 GetFeatureValues<protobuf_int64>("tag", &example)->Add(42); in TEST()87 auto tag_ro = GetFeatureValues<protobuf_int64>("tag", example); in TEST()98 GetFeatureValues<protobuf_int64>("tag", &example))); in TEST()100 auto tag_ro = GetFeatureValues<protobuf_int64>("tag", example); in TEST()[all …]
67 const protobuf::RepeatedField<protobuf_int64>& GetFeatureValues<protobuf_int64>( in GetFeatureValues() function73 protobuf::RepeatedField<protobuf_int64>* GetFeatureValues<protobuf_int64>( in GetFeatureValues() function79 const protobuf::RepeatedField<float>& GetFeatureValues<float>( in GetFeatureValues() function85 protobuf::RepeatedField<float>* GetFeatureValues<float>(Feature* feature) { in GetFeatureValues() function90 const protobuf::RepeatedPtrField<string>& GetFeatureValues<tstring>( in GetFeatureValues() function96 const protobuf::RepeatedPtrField<string>& GetFeatureValues<string>( in GetFeatureValues() function102 protobuf::RepeatedPtrField<string>* GetFeatureValues<tstring>( in GetFeatureValues() function108 protobuf::RepeatedPtrField<string>* GetFeatureValues<string>(Feature* feature) { in GetFeatureValues() function165 const protobuf::RepeatedField<protobuf_int64>& GetFeatureValues<protobuf_int64>(169 protobuf::RepeatedField<protobuf_int64>* GetFeatureValues<protobuf_int64>([all …]
232 GetFeatureValues(const Feature& feature);238 GetFeatureValues(const string& key, const ProtoType& proto) {239 return GetFeatureValues<FeatureType>(GetFeatures(proto).feature().at(key));244 typename internal::RepeatedFieldTrait<FeatureType>::Type* GetFeatureValues(250 typename internal::RepeatedFieldTrait<FeatureType>::Type* GetFeatureValues(254 return GetFeatureValues<FeatureType>(&feature);288 GetFeatureValues<FeatureType>(feature)));