/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/ |
H A D | file_monitor.cpp | 79 void FileMonitor::CleanPath(const string_view inPath, string& path) in CleanPath() argument 96 bool FileMonitor::AddPath(const string_view inPath) in AddPath() argument 118 bool FileMonitor::RemovePath(const string_view inPath) in RemovePath() argument 142 IsWatchingDirectory(const string_view inPath) IsWatchingDirectory() argument 155 IsWatchingSubDirectory(const string_view inPath) IsWatchingSubDirectory() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | value_object.cpp | 107 int ValueObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() argument 115 int ValueObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() argument 123 int ValueObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument 131 int ValueObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument 139 GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument 147 GetSubFieldPathAndType(const std::set<FieldPath> &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument 156 InsertField(const FieldPath &inPath, FieldType inType, const FieldValue &inValue) InsertField() argument 165 DeleteField(const FieldPath &inPath) DeleteField() argument [all...] |
H A D | schema_utils.cpp | 495 std::string SchemaUtils::FieldPathString(const FieldPath &inPath) in FieldPathString() argument
|
H A D | json_object.cpp | 261 int JsonObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() argument 275 int JsonObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() argument 313 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument 337 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, st argument 348 GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument 377 GetSubFieldPathAndType(const std::set<FieldPath> &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument 389 GetArraySize(const FieldPath &inPath, uint32_t &outSize) const GetArraySize() argument 407 GetArrayContentOfStringOrStringArray(const FieldPath &inPath, std::vector<std::vector<std::string>> &outContent) const GetArrayContentOfStringOrStringArray() argument 449 InsertFieldCheckParameter(const FieldPath &inPath, FieldType inType, const FieldValue &inValue, uint32_t maxNestDepth) InsertFieldCheckParameter() argument 500 MoveToPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest) MoveToPath() argument 523 InsertField(const FieldPath &inPath, const JsonObject &inValue, bool isAppend) InsertField() argument 547 InsertField(const FieldPath &inPath, FieldType inType, const FieldValue &inValue, bool isAppend) InsertField() argument 572 DeleteField(const FieldPath &inPath) DeleteField() argument 673 GetJsonValueByFieldPath(const FieldPath &inPath, int &errCode) const GetJsonValueByFieldPath() argument 693 LocateJsonValueByFieldPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest, uint32_t &nearDepth) LocateJsonValueByFieldPath() argument 724 GetObjectArrayByFieldPath(const FieldPath &inPath, std::vector<JsonObject> &outArray) const GetObjectArrayByFieldPath() argument 747 GetObjectByFieldPath(const FieldPath &inPath, JsonObject &outObj) const GetObjectByFieldPath() argument 768 GetStringArrayByFieldPath(const FieldPath &inPath, std::vector<std::string> &outArray) const GetStringArrayByFieldPath() argument [all...] |
H A D | schema_object.cpp | 213 int SchemaObject::CheckQueryableAndGetFieldType(const FieldPath &inPath, FieldType &outType) const in CheckQueryableAndGetFieldType() argument 350 int SchemaObject::ExtractValue(ValueSource sourceType, RawString inPath, const RawValue &inValue, in ExtractValue() argument 581 CheckSchemaDefineItemDecideAttribute(const JsonObject& inJsonObject, const FieldPath &inPath, FieldType inType, SchemaAttribute &outAttr) const CheckSchemaDefineItemDecideAttribute() argument 1075 ValueFieldType(const std::map<FieldPath, FieldType> &subPathType, const FieldPath &inPath) ValueFieldType() argument [all...] |
H A D | flatbuffer_schema.cpp | 273 RawString CheckDollarDotAndSkipIt(RawString inPath) in CheckDollarDotAndSkipIt() argument 426 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValue, in ExtractFlatBufferValue() argument 992 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValue, in ExtractFlatBufferValue() argument
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | main.cpp | 526 std::string inPath = { "" }, roPath = { "" }; local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils_extend.cpp | 165 void SQLiteUtils::JsonExtractInnerFunc(sqlite3_context *ctx, const ValueObject &inValue, const FieldPath &inPath) in JsonExtractInnerFunc() argument 231 FlatBufferExtractInnerFunc(sqlite3_context *ctx, const SchemaObject &schema, const RawValue &inValue, RawString inPath) FlatBufferExtractInnerFunc() argument
|