Home
last modified time | relevance | path

Searched refs:options_data (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/annotator/number/
Dnumber_test.cc40 static const flatbuffers::DetachedBuffer* options_data = []() { in TestingNumberAnnotatorOptions() local
51 return flatbuffers::GetRoot<NumberAnnotatorOptions>(options_data->data()); in TestingNumberAnnotatorOptions()
55 static const flatbuffers::DetachedBuffer* options_data = []() { in BuildFeatureProcessor() local
75 flatbuffers::GetRoot<FeatureProcessorOptions>(options_data->data()); in BuildFeatureProcessor()
/external/libtextclassifier/annotator/duration/
Dduration_test.cc40 static const flatbuffers::DetachedBuffer* options_data = []() { in TestingDurationAnnotatorOptions() local
71 return flatbuffers::GetRoot<DurationAnnotatorOptions>(options_data->data()); in TestingDurationAnnotatorOptions()
75 static const flatbuffers::DetachedBuffer* options_data = []() { in BuildFeatureProcessor() local
95 flatbuffers::GetRoot<FeatureProcessorOptions>(options_data->data()); in BuildFeatureProcessor()