Home
last modified time | relevance | path

Searched refs:SwapFieldNamesForOffsetsInPath (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/native/annotator/
Dflatbuffer-utils.cc28 bool SwapFieldNamesForOffsetsInPath(ModelT* model) { in SwapFieldNamesForOffsetsInPath() function
44 if (!SwapFieldNamesForOffsetsInPath(schema, in SwapFieldNamesForOffsetsInPath()
58 TC3_CHECK(SwapFieldNamesForOffsetsInPath(unpacked_model.get())); in SwapFieldNamesForOffsetsInPathInSerializedModel()
Dflatbuffer-utils.h31 bool SwapFieldNamesForOffsetsInPath(ModelT* model);
/external/libtextclassifier/native/utils/flatbuffers/
Dreflection_test.cc38 EXPECT_TRUE(SwapFieldNamesForOffsetsInPath(schema, &path)); in TEST()
Dreflection.h183 bool SwapFieldNamesForOffsetsInPath(const reflection::Schema* schema,
Dreflection.cc99 bool SwapFieldNamesForOffsetsInPath(const reflection::Schema* schema, in SwapFieldNamesForOffsetsInPath() function