Searched refs:StripNameSpace (Results 1 – 4 of 4) sorted by relevance
161 description_ += ("RootTableName=" + SchemaUtils::StripNameSpace(rootTableName->str()) + ";"); in ParseFlatBufferSchema()194 std::string selfRootName = SchemaUtils::StripNameSpace(selfRootTableName->str()); in CompareFlatBufferDefine()195 std::string otherRootName = SchemaUtils::StripNameSpace(otherRootTableName->str()); in CompareFlatBufferDefine()683 description_ += ("StructName=" + SchemaUtils::StripNameSpace(structName->str()) + ";"); in ParseCheckStructDefine()939 std::string selfName = SchemaUtils::StripNameSpace(selfStructName->str()); in CompareStruct()940 std::string otherName = SchemaUtils::StripNameSpace(otherStructName->str()); in CompareStruct()
458 std::string SchemaUtils::StripNameSpace(const std::string &inFullName) in StripNameSpace() function in DistributedDB::SchemaUtils
46 static std::string StripNameSpace(const std::string &inFullName);
542 std::string outputName1 = SchemaUtils::StripNameSpace(inputName1);547 std::string outputName2 = SchemaUtils::StripNameSpace(inputName2);