Searched defs:from_child (Results 1 – 3 of 3) sorted by relevance
128 const Message& from_child = in Merge() local161 const Message& from_child = from_reflection->GetMessage(from, field); in Merge() local
1173 cJSON *from_child = from->child; in create_patches() local1217 cJSON *from_child = NULL; in create_patches() local1393 cJSON *from_child = NULL; in generate_merge_patch() local
139 pub fn from_child(child: &std::process::Child) -> Self { in from_child() method