Home
last modified time | relevance | path

Searched refs:ToStr (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/infra/bots/recipe_modules/builder_name_schema/
Dbuilder_name_schema.py46 def ToStr(obj): function
51 return dict(map(ToStr, obj.items()))
53 return list(map(ToStr, obj))
55 return tuple(map(ToStr, obj))
64 BUILDER_NAME_SCHEMA = ToStr(
68 BUILDER_NAME_SEP = ToStr(
/third_party/node/src/
Dnode_snapshotable.cc154 std::string ToStr(const T& arg) const { in ToStr() function in node::SnapshotSerializerDeserializer
219 std::string str = std::is_arithmetic_v<T> ? "" : ToStr(result); in ReadVector()
325 std::string str = std::is_arithmetic_v<T> ? "" : ToStr(data); in WriteVector()
355 std::string str = ToStr(data); in WriteString()
477 std::string str = ToStr(result); in Read()
513 std::string str = ToStr(result); in Read()
523 std::string str = ToStr(data); in Write()
555 std::string str = ToStr(result); in Read()
564 std::string str = ToStr(data); in Write()
589 std::string str = ToStr(result); in Read()
[all …]
Dblob_serializer_deserializer-inl.h61 std::string BlobSerializerDeserializer::ToStr(const T& arg) const { in ToStr() function
124 std::string str = std::is_arithmetic_v<T> ? "" : ToStr(result); in ReadVector()
233 std::string str = std::is_arithmetic_v<T> ? "" : ToStr(data); in WriteVector()
269 std::string str = ToStr(data); in WriteString()
Dblob_serializer_deserializer.h22 std::string ToStr(const T& arg) const;
/third_party/skia/third_party/externals/tint/src/
Dsymbol_test.cc24 TEST_F(SymbolTest, ToStr) { in TEST_F() argument
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc360 static PyObject* ToStr(PyObject* pself) { in Subscript() function
549 repeated_composite_container::ToStr, // tp_repr
Drepeated_scalar_container.cc653 static PyObject* ToStr(PyObject* pself) { in Subscript() function
747 repeated_scalar_container::ToStr, // tp_repr in Subscript()
Dmessage.cc1830 static PyObject* ToStr(CMessage* self) { in ToStr() function
2781 (reprfunc)cmessage::ToStr, // tp_repr
2787 (reprfunc)cmessage::ToStr, // tp_str