Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/annotator/
H A 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()
H A Dflatbuffer-utils.h31 bool SwapFieldNamesForOffsetsInPath(ModelT* model);
/aosp_15_r20/external/libtextclassifier/native/utils/flatbuffers/
H A Dreflection_test.cc38 EXPECT_TRUE(SwapFieldNamesForOffsetsInPath(schema, &path)); in TEST()
H A Dreflection.h183 bool SwapFieldNamesForOffsetsInPath(const reflection::Schema* schema,
H A Dreflection.cc99 bool SwapFieldNamesForOffsetsInPath(const reflection::Schema* schema, in SwapFieldNamesForOffsetsInPath() function