Searched refs:options_fb (Results 1 – 3 of 3) sorted by relevance
/external/libtextclassifier/native/actions/ |
D | feature-processor_test.cc | 70 flatbuffers::DetachedBuffer options_fb = in TEST_F() local 74 options_fb.data()), in TEST_F() 90 flatbuffers::DetachedBuffer options_fb = in TEST_F() local 94 options_fb.data()), in TEST_F() 111 flatbuffers::DetachedBuffer options_fb = in TEST_F() local 115 options_fb.data()), in TEST_F()
|
/external/libtextclassifier/native/annotator/ |
D | feature-processor_test.cc | 171 flatbuffers::DetachedBuffer options_fb = PackFeatureProcessorOptions(options); in TEST_F() local 173 flatbuffers::GetRoot<FeatureProcessorOptions>(options_fb.data()), in TEST_F() 196 flatbuffers::DetachedBuffer options_fb = PackFeatureProcessorOptions(options); in TEST_F() local 198 flatbuffers::GetRoot<FeatureProcessorOptions>(options_fb.data()), in TEST_F() 221 flatbuffers::DetachedBuffer options_fb = PackFeatureProcessorOptions(options); in TEST_F() local 223 flatbuffers::GetRoot<FeatureProcessorOptions>(options_fb.data()), in TEST_F() 246 flatbuffers::DetachedBuffer options_fb = PackFeatureProcessorOptions(options); in TEST_F() local 248 flatbuffers::GetRoot<FeatureProcessorOptions>(options_fb.data()), in TEST_F() 273 flatbuffers::DetachedBuffer options_fb = PackFeatureProcessorOptions(options); in TEST_F() local 275 flatbuffers::GetRoot<FeatureProcessorOptions>(options_fb.data()), in TEST_F() [all …]
|
D | cached-features_test.cc | 72 flatbuffers::DetachedBuffer options_fb = builder.Release(); in TEST() local 81 flatbuffers::GetRoot<FeatureProcessorOptions>(options_fb.data()), in TEST() 113 flatbuffers::DetachedBuffer options_fb = builder.Release(); in TEST() local 122 flatbuffers::GetRoot<FeatureProcessorOptions>(options_fb.data()), in TEST()
|