Home
last modified time | relevance | path

Searched refs:ReadRepeatedField (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/utils/
Dlua-utils.cc269 ReadRepeatedField<bool>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
273 ReadRepeatedField<int8>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
277 ReadRepeatedField<uint8>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
281 ReadRepeatedField<int32>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
285 ReadRepeatedField<uint32>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
289 ReadRepeatedField<int64>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
293 ReadRepeatedField<uint64>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
297 ReadRepeatedField<float>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
301 ReadRepeatedField<double>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
305 ReadRepeatedField<std::string>(/*index=*/kIndexStackTop, in ReadFlatbuffer()
[all …]
Dlua-utils.h509 void ReadRepeatedField(const int index, RepeatedField* result) const { in ReadRepeatedField() function
516 void ReadRepeatedField<MutableFlatbuffer>(const int index,
/external/pigweed/pw_rpc/pwpb/
Dserver_callback_test.cc82 return decoder.ReadRepeatedField(values); in TEST()