Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc503 std::string RepeatedField::ToTextProto() const { in ToTextProto() function in libtextclassifier3::RepeatedField
511 Get<MutableFlatbuffer*>(index)->ToTextProto() + "}"); in ToTextProto()
519 std::string MutableFlatbuffer::ToTextProto() const { in ToTextProto() function in libtextclassifier3::MutableFlatbuffer
539 repeated_fb_pair.second->ToTextProto()); in ToTextProto()
547 field_flatbuffer_pair.second->ToTextProto() + "}"); in ToTextProto()
Dmutable.h174 std::string ToTextProto() const;
286 std::string ToTextProto() const;
Dmutable_test.cc287 EXPECT_EQ(buffer->ToTextProto(), in TEST_F()